release v3.1.1 #84
Annotations
8 warnings
Run benchmarks:
src/Nino.Benchmark/NewObjectTest.cs#L15
Non-nullable property 'C' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run benchmarks:
src/Nino.Benchmark/NewObjectTest.cs#L16
Non-nullable field 'D' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run benchmarks:
src/Nino.Benchmark/NewObjectTest.cs#L17
Non-nullable property 'E' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run benchmarks:
src/Nino.Benchmark/Data.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run benchmarks:
src/Nino.Benchmark/Data.cs#L18
Non-nullable property 'Numbers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run benchmarks:
src/Nino.Benchmark/Data.cs#L19
Non-nullable property 'Dates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run benchmarks:
src/Nino.Benchmark/Data.cs#L21
Non-nullable field 'Map1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run benchmarks:
src/Nino.Benchmark/Data.cs#L23
Non-nullable property 'Map2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading