Bump System.Threading.Tasks.Dataflow from 7.0.0 to 8.0.0 #242
Annotations
1 error and 10 warnings
dotnet test
Process completed with exit code 1.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
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.
|
dotnet build:
DeveImageOptimizer.Tests/FileProcessingDirect/ThrowsExceptionIfFileOptimizerIsNotFound.cs#L50
The variable 'ex' is declared but never used
|
dotnet build:
DeveImageOptimizer.Tests/FileProcessingDirect/ThrowsExceptionIfFileOptimizerIsNotFound.cs#L89
The variable 'ex' is declared but never used
|
|
dotnet build:
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.
|
The logs for this run have expired and are no longer available.
Loading