Skip to content

Improve performance

Improve performance #9

Re-run triggered October 25, 2025 13:47
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.