Skip to content

Use switch-case for property assignment, faster for types with more t… #77

Use switch-case for property assignment, faster for types with more t…

Use switch-case for property assignment, faster for types with more t… #77

Triggered via push March 6, 2026 22:07
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MapDataReader.Benchmarks/Program.cs#L27
Converting null literal or possible null value to non-nullable type.
build: MapDataReader.Benchmarks/Program.cs#L103
Non-nullable property 'Int2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: MapDataReader.Benchmarks/Program.cs#L99
Non-nullable property 'String1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MapDataReader/MapperGenerator.cs#L119
Missing XML comment for publicly visible type or member 'MapperGenerator.Initialize(GeneratorInitializationContext)'
build: MapDataReader/MapperGenerator.cs#L19
Missing XML comment for publicly visible type or member 'MapperGenerator.Execute(GeneratorExecutionContext)'
build: MapDataReader/MapperGenerator.cs#L17
Missing XML comment for publicly visible type or member 'MapperGenerator'
build: MapDataReader/MapperGenerator.cs#L12
Missing XML comment for publicly visible type or member 'GenerateDataReaderMapperAttribute'