Asynchronous Loading & Initialization Plugin Model to Improve Window Startup Speed #1352
Annotations
3 errors and 10 warnings
|
|
|
Flow.Launcher/ViewModel/MainViewModel.cs#L1248
Cannot implicitly convert type 'System.Collections.Generic.IList<Flow.Launcher.Plugin.Result>' to 'System.Collections.Generic.List<Flow.Launcher.Plugin.Result>'. An explicit conversion exists (are you missing a cast?)
|
|
Flow.Launcher/ViewModel/MainViewModel.cs#L1248
Cannot implicitly convert type 'System.Collections.Generic.IList<Flow.Launcher.Plugin.Result>' to 'System.Collections.Generic.List<Flow.Launcher.Plugin.Result>'. An explicit conversion exists (are you missing a cast?)
|
|
Plugins/Flow.Launcher.Plugin.Calculator/DecimalSeparator.cs#L6
'LocalizationConverter' is obsolete: 'LocalizationConverter is obsolete. Use with Flow.Launcher.Localization NuGet package instead.'
|
|
Flow.Launcher.Core/ExternalPlugins/CommunityPluginStore.cs#L49
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
|
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)
|
|
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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading