Skip to content

Fixes name references after rename #454

Fixes name references after rename

Fixes name references after rename #454

Triggered via pull request December 1, 2023 12:28
Status Success
Total duration 2m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): dev-proxy-abstractions/PluginEvents.cs#L190
Dereference of a possibly null reference.
Analyze (csharp): dev-proxy-abstractions/PluginEvents.cs#L194
Dereference of a possibly null reference.
Analyze (csharp): dev-proxy-abstractions/PluginEvents.cs#L198
Dereference of a possibly null reference.
Analyze (csharp): dev-proxy-abstractions/PluginEvents.cs#L206
Dereference of a possibly null reference.
Analyze (csharp): dev-proxy/ProxyEngine.cs#L63
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): dev-proxy/ProxyEngine.cs#L152
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): dev-proxy/ProxyEngine.cs#L403
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): dev-proxy/ProxyEngine.cs#L398
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): dev-proxy-plugins/Behavior/RetryAfterPlugin.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): dev-proxy-plugins/Behavior/RateLimitingPlugin.cs#L184
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.