Skip to content

[Add] new style issue template #51

[Add] new style issue template

[Add] new style issue template #51

Triggered via push October 6, 2025 16:38
Status Success
Total duration 1m 12s
Artifacts

CodeQuality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: NetProjectPackageExtractor.Tests/Commands/ExtractCommandTestFixture.cs#L44
Non-nullable field 'resultFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Commands/ExtractCommandTestFixture.cs#L42
Non-nullable field 'packages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Commands/ExtractCommandTestFixture.cs#L77
Cannot convert null literal to non-nullable reference type.
Build: NetProjectPackageExtractor.Tests/Services/PackageToExcelWriterTestFixture.cs#L40
Non-nullable field 'resultFileInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Services/PackageToExcelWriterTestFixture.cs#L38
Non-nullable field 'packages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Services/PackageToExcelWriterTestFixture.cs#L36
Non-nullable field 'packageToExcelWriter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Services/ProjectFileExtractorTestFixture.cs#L38
Non-nullable field 'rootFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Services/ProjectFileExtractorTestFixture.cs#L36
Non-nullable field 'projectFileExtractor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Services/ProjectFileParserTestFixture.cs#L39
Non-nullable field 'projectFiles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Services/ProjectFileParserTestFixture.cs#L37
Non-nullable field 'projectFileParser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.