Skip to content

Merge pull request #2842 from z1nc0r3/explorer-feat-exclude-file-types #79

Merge pull request #2842 from z1nc0r3/explorer-feat-exclude-file-types

Merge pull request #2842 from z1nc0r3/explorer-feat-exclude-file-types #79

Triggered via push July 23, 2024 03:24
Status Success
Total duration 2m 38s
Artifacts
Fit to window
Zoom out
Zoom in

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.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)