Skip to content

Extends select guidance with Open API info. Closes #107 #291

Extends select guidance with Open API info. Closes #107

Extends select guidance with Open API info. Closes #107 #291

Triggered via pull request July 13, 2023 14:53
Status Success
Total duration 3m 39s
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): m365-developer-proxy-abstractions/PluginEvents.cs#L194
Dereference of a possibly null reference.
Analyze (csharp): m365-developer-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): m365-developer-proxy/ProxyEngine.cs#L379
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): m365-developer-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): m365-developer-proxy-plugins/RandomErrors/GraphRandomErrorPlugin.cs#L181
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): m365-developer-proxy-plugins/Behavior/RateLimitingPlugin.cs#L137
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): m365-developer-proxy-plugins/Behavior/RateLimitingPlugin.cs#L146
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): m365-developer-proxy-plugins/RandomErrors/GenericRandomErrorPlugin.cs#L122
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): m365-developer-proxy-plugins/MockResponses/MockResponsePlugin.cs#L89
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): m365-developer-proxy-plugins/Guidance/ODataPagingGuidancePlugin.cs#L27
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.