Improve performance #9
Annotations
11 warnings
|
build:
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.
|
|
build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
build:
Tests/SimpleConfigTest.cs#L338
Field 'SimpleConfigTest.SectionTestObject.SomeArrayField' is never assigned to, and will always have its default value null
|
|
build:
Tests/SimpleConfigTest.cs#L338
Non-nullable field 'SomeArrayField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Tests/SimpleConfigTest.cs#L336
Non-nullable property 'SomeArrayProp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Tests/CustomConverterTest.cs#L12
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:
Example/Program.cs#L19
Field 'SomeClass.SomeIgnoredField' is never assigned to, and will always have its default value 0
|
|
build:
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.
|
|
build:
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.
|
|
build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|