Prevent dragging huge code-analyser dependencies to consumer projects! #63
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.Benchmarks/Program.cs#L99
Non-nullable property 'String1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Benchmarks/Program.cs#L100
Non-nullable property 'String2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Benchmarks/Program.cs#L101
Non-nullable property 'String3' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Benchmarks/Program.cs#L102
Non-nullable property 'Int' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Benchmarks/Program.cs#L103
Non-nullable property 'Int2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MapDataReader.Benchmarks/Program.cs#L27
Converting null literal or possible null value to non-nullable type.
|