Bump github/codeql-action from 2 to 3 #247
Annotations
11 warnings
Run actions/upload-artifact@v3
No files were found with the provided path: ./artifacts/csharp.zip. No artifacts will be uploaded.
|
Autobuild:
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.
|
Autobuild:
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.
|
Autobuild:
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.
|
Autobuild:
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.
|
Autobuild:
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.
|
Autobuild:
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.
|
Autobuild:
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.
|
|
Autobuild:
DeveImageOptimizer.Tests/FileProcessingFileOptimizer/FileOptimizerProcessorFacts.cs#L219
Unreachable code detected
|
Autobuild:
DeveImageOptimizer.Tests/FileProcessingDirect/ThrowsExceptionIfFileOptimizerIsNotFound.cs#L50
The variable 'ex' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading