Skip to content

[Add] release.bat

[Add] release.bat #23

Triggered via push April 14, 2024 12:06
Status Failure
Total duration 1m 7s
Artifacts

CodeQuality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Build
Process completed with exit code 1.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build: NetProjectPackageExtractor.Tests/Services/NuGetReaderTestFixture.cs#L56
Dereference of a possibly null reference.
Build: NetProjectPackageExtractor.Tests/Services/NuGetReaderTestFixture.cs#L73
Dereference of a possibly null reference.
Build: NetProjectPackageExtractor.Tests/Services/ProjectFileExtractorTestFixture.cs#L36
Non-nullable field 'projectFileExtractor' must contain a non-null value when exiting constructor. Consider 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 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 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 declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Services/PackageToExcelWriterTestFixture.cs#L40
Non-nullable field 'resultFileInfo' must contain a non-null value when exiting constructor. Consider 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 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 declaring the field as nullable.
Build: NetProjectPackageExtractor.Tests/Commands/ExtractCommandTestFixture.cs#L77
Cannot convert null literal to non-nullable reference type.