Skip to content

Fixed example spelling #47

Fixed example spelling

Fixed example spelling #47

Triggered via push January 24, 2024 15:18
Status Success
Total duration 3m 6s
Artifacts

dotnet-core.yml

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

Annotations

10 warnings
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/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: 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: 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: 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.