Improve performance #3
Merged
Annotations
11 warnings
|
Tests/SimpleConfigTest.cs#L325
Field 'SimpleConfigTest.SectionTestObject.SomeArrayField' is never assigned to, and will always have its default value null
|
|
Example/Program.cs#L19
Field 'SomeClass.SomeIgnoredField' is never assigned to, and will always have its default value 0
|
|
Example/Program.cs#L12
Non-nullable property 'SomeInts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Example/Program.cs#L8
Non-nullable property 'SomeString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
|
Tests/SimpleConfigTest.cs#L325
Field 'SimpleConfigTest.SectionTestObject.SomeArrayField' is never assigned to, and will always have its default value null
|
|
Example/Program.cs#L19
Field 'SomeClass.SomeIgnoredField' is never assigned to, and will always have its default value 0
|
|
Example/Program.cs#L12
Non-nullable property 'SomeInts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Example/Program.cs#L8
Non-nullable property 'SomeString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading