Skip to content

nuget package reference check #75

nuget package reference check

nuget package reference check #75

Triggered via schedule December 16, 2025 08:36
Status Success
Total duration 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: NetProjectPackageExtractor.Tests/Commands/ExtractCommandTestFixture.cs#L77
Cannot convert null literal to non-nullable reference type.
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/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/NuGetReaderTestFixture.cs#L73
Dereference of a possibly null reference.
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.