Skip to content

[Add] new style issue template #1

[Add] new style issue template

[Add] new style issue template #1

Triggered via push October 6, 2025 16:37
Status Failure
Total duration 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: NetProjectPackageExtractor.Tests/Commands/ExtractCommandTestFixture.cs#L77
Cannot convert null literal to non-nullable reference type.
build: NetProjectPackageExtractor.Tests/Services/NuGetReaderTestFixture.cs#L73
Dereference of a possibly null reference.
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.
build: NetProjectPackageExtractor.Tests/Services/NuGetReaderTestFixture.cs#L56
Dereference of a possibly null reference.
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.