Skip to content

dotnet 8 upgrade

dotnet 8 upgrade #2

Triggered via push May 28, 2025 17:57
Status Success
Total duration 23s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
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.