chore: fix Map To Target Null regression #239
Annotations
10 warnings
|
build:
src/Benchmark.Development/Classes/Customer.cs#L37
Non-nullable property 'Addresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Customer.cs#L36
Non-nullable property 'HomeAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Customer.cs#L35
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Customer.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Foo.cs#L30
Non-nullable property 'Ints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Foo.cs#L28
Non-nullable property 'IntArr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Foo.cs#L26
Non-nullable property 'FooArr' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Foo.cs#L24
Non-nullable property 'Foos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Foo.cs#L22
Non-nullable property 'Foo1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Benchmark.Development/Classes/Foo.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|