Merge pull request #2527 from Flow-Launcher/append-keyword-to-tab #18
Annotations
1 error and 4 warnings
build
Resource not accessible by integration
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@v2, notiz-dev/github-action-json-property@release, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Flow.Launcher.Infrastructure/Image/ImageLoader.cs#L68
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
Flow.Launcher.Infrastructure/Image/ImageCache.cs#L66
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
|
build:
Flow.Launcher.Infrastructure/Image/ImageLoader.cs#L62
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|