Merge pull request #2874 from Ishmaeel/ishmaeel_2873 #80
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: notiz-dev/github-action-json-property@release. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs#L68
The variable 'e' is declared but never used
|
build:
Flow.Launcher.Infrastructure/Image/ImageLoader.cs#L63
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.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/Plugin/ProcessStreamPluginV2.cs#L73
Possible null reference assignment.
|
build:
Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs#L148
The variable 'e' is declared but never used
|
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)
|