Version bump (and fixed version number) #64
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
MapDataReader/MapperGenerator.cs#L12
Missing XML comment for publicly visible type or member 'GenerateDataReaderMapperAttribute'
|
build:
MapDataReader/MapperGenerator.cs#L17
Missing XML comment for publicly visible type or member 'MapperGenerator'
|
build:
MapDataReader/MapperGenerator.cs#L19
Missing XML comment for publicly visible type or member 'MapperGenerator.Execute(GeneratorExecutionContext)'
|
build:
MapDataReader/MapperGenerator.cs#L118
Missing XML comment for publicly visible type or member 'MapperGenerator.Initialize(GeneratorInitializationContext)'
|
build:
MapDataReader.Tests/TestActualCode.cs#L41
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Tests/TestActualCode.cs#L45
Non-nullable property 'ByeArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Tests/TestActualCode.cs#L46
Non-nullable property 'IntArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Tests/TestActualCode.cs#L47
Non-nullable property 'StringArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Tests/TestActualCode.cs#L48
Non-nullable property 'LongArray' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Tests/TestGenerator.cs#L81
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|