Skip to content

Bump xunit.runner.visualstudio from 2.5.1 to 2.5.5 #245

Bump xunit.runner.visualstudio from 2.5.1 to 2.5.5

Bump xunit.runner.visualstudio from 2.5.1 to 2.5.5 #245

Triggered via push December 11, 2023 08:47
Status Failure
Total duration 5m 35s
Artifacts
generate_version_number
1s
generate_version_number
windows_runfileoptimizertests_coverage_sonarqube
5m 7s
windows_runfileoptimizertests_coverage_sonarqube
Matrix: codeqlanalyze
release_github
0s
release_github
release_nuget
0s
release_nuget
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 53 warnings
build_linux
Process completed with exit code 1.
build_windows
Process completed with exit code 1.
windows_runfileoptimizertests_coverage_sonarqube
Process completed with exit code 1.
intellicode
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/vs-intellicode@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
intellicode: DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L5
Non-nullable property 'FileAndCountOfFilesInDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
intellicode: DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L6
Non-nullable property 'OptimizedFileResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
intellicode: DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L5
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
intellicode: DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L6
Non-nullable property 'DirectoryPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
intellicode: DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
intellicode: DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L8
Non-nullable property 'FileNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
codeqlanalyze (javascript)
No files were found with the provided path: ./artifacts/javascript.zip. No artifacts will be uploaded.
build_linux: DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L5
Non-nullable property 'FileAndCountOfFilesInDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L6
Non-nullable property 'OptimizedFileResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L5
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L6
Non-nullable property 'DirectoryPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_linux: DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L8
Non-nullable property 'FileNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_windows: DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L5
Non-nullable property 'FileAndCountOfFilesInDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_windows: DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L6
Non-nullable property 'OptimizedFileResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_windows: DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L5
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_windows: DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L6
Non-nullable property 'DirectoryPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_windows: DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_windows: DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L8
Non-nullable property 'FileNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows_runfileoptimizertests_coverage_sonarqube: DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L5
Non-nullable property 'FileAndCountOfFilesInDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows_runfileoptimizertests_coverage_sonarqube: DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L6
Non-nullable property 'OptimizedFileResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows_runfileoptimizertests_coverage_sonarqube: DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L5
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows_runfileoptimizertests_coverage_sonarqube: DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L6
Non-nullable property 'DirectoryPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows_runfileoptimizertests_coverage_sonarqube: DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows_runfileoptimizertests_coverage_sonarqube: DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L8
Non-nullable property 'FileNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows_runfileoptimizertests_coverage_sonarqube: DeveImageOptimizer.Tests/VariousTests/HighBitTests.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
codeqlanalyze (csharp)
No files were found with the provided path: ./artifacts/csharp.zip. No artifacts will be uploaded.
codeqlanalyze (csharp): DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L5
Non-nullable property 'FileAndCountOfFilesInDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
codeqlanalyze (csharp): DeveImageOptimizer/State/StoringProcessedDirectories/OptimizedFileResultAndOriginalFile.cs#L6
Non-nullable property 'OptimizedFileResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
codeqlanalyze (csharp): DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L5
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
codeqlanalyze (csharp): DeveImageOptimizer/State/StoringProcessedDirectories/FileAndCountOfFilesInDirectory.cs#L6
Non-nullable property 'DirectoryPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
codeqlanalyze (csharp): DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L6
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
codeqlanalyze (csharp): DeveImageOptimizer/State/SqlState/ProcessedFile.cs#L8
Non-nullable property 'FileNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.