Create dotnet.yml #1
Merged
Annotations
10 warnings
|
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 declaring the property as nullable.
|
|
Example/Program.cs#L8
Non-nullable property 'SomeString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Tests/SimpleConfigTest.cs#L338
Field 'SimpleConfigTest.SectionTestObject.SomeArrayField' is never assigned to, and will always have its default value null
|
|
Tests/SimpleConfigTest.cs#L338
Non-nullable field 'SomeArrayField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
Tests/SimpleConfigTest.cs#L336
Non-nullable property 'SomeArrayProp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Tests/CustomConverterTest.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
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 declaring the property as nullable.
|
|
Example/Program.cs#L8
Non-nullable property 'SomeString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading