Skip to content

Merge pull request #2410 from flooxo/shell_fix #33

Merge pull request #2410 from flooxo/shell_fix

Merge pull request #2410 from flooxo/shell_fix #33

Triggered via push January 21, 2024 04:42
Status Success
Total duration 1m 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.Core/Plugin/JsonRPCPlugin.cs#L35
'JsonRPCPlugin.JsonRPC' hides inherited member 'JsonRPCPluginBase.JsonRPC'. Use the new keyword if hiding was intended.
build: Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Flow.Launcher.Core/Updater.cs#L133
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: Flow.Launcher.Core/ExternalPlugins/Environments/TypeScriptV2Environment.cs#L30
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build: Flow.Launcher.Core/ExternalPlugins/Environments/TypeScriptEnvironment.cs#L30
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build: Flow.Launcher.Core/ExternalPlugins/Environments/PythonEnvironment.cs#L35
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build: Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/ActionKeywordModel.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.