Update to .NET 8 and Add GitHub CLI Installation Instructions #4
Annotations
1 error and 4 warnings
|
build
Process completed with exit code 1.
|
|
build:
source/StoneAge.System.Utils.Tests/Async/ParallelForEachAsyncTests.cs#L50
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.
|
|
build:
source/StoneAge.System.Utils.Tests/Async/ParallelForEachAsyncTests.cs#L57
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.
|
|
build:
source/StoneAge.System.Utils.Tests/Async/ParallelForEachAsyncTests.cs#L50
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.
|
|
build:
source/StoneAge.System.Utils.Tests/Async/ParallelForEachAsyncTests.cs#L57
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.
|