Updated version numbers to 10.0.0-pre01. + net 10 #841
Annotations
10 warnings
|
Build with dotnet:
src/Benchmark.Development/Classes/Customer.cs#L16
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Benchmark.Development/Classes/Customer.cs#L10
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Benchmark.Development/Classes/Customer.cs#L9
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Benchmark.Development/Classes/Customer.cs#L8
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Benchmark.Development/Benchmarks/TestAll.cs#L9
Non-nullable field '_customerInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build with dotnet:
src/Benchmark.Development/Benchmarks/TestAll.cs#L8
Non-nullable field '_fooInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build with dotnet:
src/Benchmark.Development/Benchmarks/TestComplexTypes.cs#L8
Non-nullable field '_customerInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build with dotnet:
src/Benchmark.Development/Benchmarks/TestSimpleTypes.cs#L8
Non-nullable field '_fooInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build with dotnet:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L13
Possible null reference return.
|
|
Build with dotnet:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L36
Possible null reference return.
|
Loading