Skip to content

Bump Microsoft.OpenApi.Readers from 1.6.9 to 1.6.10 in /m365-developer-proxy #362

Bump Microsoft.OpenApi.Readers from 1.6.9 to 1.6.10 in /m365-developer-proxy

Bump Microsoft.OpenApi.Readers from 1.6.9 to 1.6.10 in /m365-developer-proxy #362

Triggered via pull request October 31, 2023 08:24
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: m365-developer-proxy-abstractions/PluginEvents.cs#L190
Dereference of a possibly null reference.
build: m365-developer-proxy-abstractions/PluginEvents.cs#L194
Dereference of a possibly null reference.
build: m365-developer-proxy-abstractions/PluginEvents.cs#L198
Dereference of a possibly null reference.
build: m365-developer-proxy-abstractions/PluginEvents.cs#L206
Dereference of a possibly null reference.
build: 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.
build: 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.
build: m365-developer-proxy-plugins/Inspection/WebSocketServer.cs#L44
Possible null reference argument for parameter 'bytes' in 'string Encoding.GetString(byte[] bytes, int index, int count)'.
build: m365-developer-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.
build: m365-developer-proxy-plugins/RequestLogs/MockGeneratorPlugin.cs#L26
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.
build: m365-developer-proxy-plugins/Behavior/RateLimitingPlugin.cs#L195
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.