Skip to content

Update dotnet-core.yml #46

Update dotnet-core.yml

Update dotnet-core.yml #46

Triggered via push October 29, 2023 18:45
Status Success
Total duration 4m 13s
Artifacts

dotnet-core.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build-windows-latest
The target framework 'net5.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Build-windows-latest: Fibrous/Actors/UntypedActor.cs#L29
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
Build-windows-latest: Fibrous/Collections/FiberDictionary.cs#L99
The method 'GetItemsAsync' does not need to use async/await. (https://github.com/semihokur/AsyncFixer)
Build-windows-latest: Fibrous/Collections/FiberDictionary.cs#L155
Avoid "Async" suffix in names of methods that do not return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
Build-windows-latest: Fibrous/Collections/FiberDictionary.cs#L192
Avoid "Async" suffix in names of methods that do not return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
Build-windows-latest: Fibrous/Collections/FiberCollection.cs#L110
Avoid "Async" suffix in names of methods that do not return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
Build-windows-latest: Fibrous/Collections/FiberCollection.cs#L120
Avoid "Async" suffix in names of methods that do not return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
Build-windows-latest: Tests/Fibrous.Benchmark/RequestReply.cs#L40
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-windows-latest
The target framework 'net5.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.