Upgrade NuGet Dependencies & Package Lock Json Files #1410
Annotations
10 warnings
|
Flow.Launcher.Core/Resource/Theme.cs#L589
Await JoinableTaskFactory.SwitchToMainThreadAsync() to switch to the UI thread instead of APIs that can deadlock or require specifying a priority (https://microsoft.github.io/vs-threading/analyzers/VSTHRD001.html)
|
|
Flow.Launcher.Core/ExternalPlugins/CommunityPluginStore.cs#L49
Cancel synchronously blocks. Await CancelAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
|
Flow.Launcher.Core/Updater.cs#L145
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Flow.Launcher.Infrastructure/Http/Http.cs#L235
The variable 'e' is declared but never used
|
|
Flow.Launcher.Infrastructure/Http/Http.cs#L31
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Flow.Launcher.Infrastructure/Http/Http.cs#L30
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L522
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
|
Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L521
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
|
Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L522
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
|
Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L521
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
The logs for this run have expired and are no longer available.
Loading