Emit fully qualified namespaces #34
Annotations
10 warnings
|
run-unit-tests:
Dolly.Exmaple/ComplexClass.cs#L13
Non-nullable property 'List' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
run-unit-tests:
Dolly.Exmaple/ComplexClass.cs#L12
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
run-unit-tests:
Dolly.Exmaple/ComplexClass.cs#L11
Non-nullable property 'SimpleClass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
run-unit-tests:
Dolly.Exmaple/SimpleClass.cs#L8
Non-nullable property 'First' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
run-unit-tests:
Dolly.Exmaple/InheritanceClass.cs#L24
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-unit-tests:
Dolly.Exmaple/InheritanceClass.cs#L18
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-unit-tests:
Dolly.Benchmarks/SimpleClass.cs#L17
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
run-unit-tests:
Dolly.Benchmarks/SimpleClass.cs#L25
Non-nullable property 'List' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
run-unit-tests:
Dolly.Benchmarks/SimpleClass.cs#L24
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
run-unit-tests:
Dolly.Benchmarks/SimpleClass.cs#L23
Non-nullable property 'SimpleClass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|