Merge pull request #2437 from Flow-Launcher/dependabot/nuget/Microsof… #21
Annotations
10 warnings
Build Explorer:
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 Explorer:
Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs#L35
'JsonRPCPlugin.JsonRPC' hides inherited member 'JsonRPCPluginBase.JsonRPC'. Use the new keyword if hiding was intended.
|
Build Explorer:
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 Explorer:
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 Explorer:
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 Explorer:
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 Explorer:
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 Explorer:
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.
|
Build Explorer:
Plugins/Flow.Launcher.Plugin.Explorer/Helper/ShellContextMenu.cs#L1538
'AppDomain.GetCurrentThreadId()' is obsolete: 'AppDomain.GetCurrentThreadId has been deprecated because it does not provide a stable Id when managed threads are running on fibers (aka lightweight threads). To get a stable identifier for a managed thread, use the ManagedThreadId property on Thread instead.'
|
Build Explorer:
Plugins/Flow.Launcher.Plugin.Explorer/Helper/SortOptionTranslationHelper.cs#L19
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading