Skip to content

Changes AfterRecordingStop event to async. Closes #306 #354

Changes AfterRecordingStop event to async. Closes #306

Changes AfterRecordingStop event to async. Closes #306 #354

Triggered via pull request October 26, 2023 07:44
Status Success
Total duration 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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/Guidance/GraphBetaSupportGuidancePlugin.cs#L22
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/CachingGuidancePlugin.cs#L32
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/GraphSelectGuidancePlugin.cs#L24
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/GraphClientRequestIdGuidancePlugin.cs#L24
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.