Annotations
22 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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)
|
Plugins/Flow.Launcher.Plugin.Program/Main.cs#L73
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.
|
Plugins/Flow.Launcher.Plugin.Program/Settings.cs#L105
'Settings.ProgramSuffixes' is obsolete: 'Should use GetSuffixes() instead.'
|
Plugins/Flow.Launcher.Plugin.Program/Settings.cs#L107
'Settings.ProgramSuffixes' is obsolete: 'Should use GetSuffixes() instead.'
|
Plugins/Flow.Launcher.Plugin.Program/Settings.cs#L114
'Settings.ProgramSuffixes' is obsolete: 'Should use GetSuffixes() instead.'
|
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs#L393
The variable 'e' is declared but never used
|
Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml.cs#L129
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)
|
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs#L217
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
|
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs#L237
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
|
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs#L296
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
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)
|
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)
|
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)
|
Plugins/Flow.Launcher.Plugin.WebSearch/SettingsViewModel.cs#L7
Field 'SettingsViewModel._storage' is never assigned to, and will always have its default value null
|
Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml.cs#L33
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)
|
Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml.cs#L128
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)
|
Plugins/Flow.Launcher.Plugin.WebSearch/SettingsViewModel.cs#L7
Field 'SettingsViewModel._storage' is never assigned to, and will always have its default value null
|
Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml.cs#L33
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)
|
Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml.cs#L128
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)
|
Plugins/Flow.Launcher.Plugin.Shell/Main.cs#L400
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.
|
Plugins/Flow.Launcher.Plugin.Shell/Main.cs#L370
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
|
The logs for this run have expired and are no longer available.
Loading