Skip to content

Updates System.IdentityModel.Tokens.Jwt version #350

Updates System.IdentityModel.Tokens.Jwt version

Updates System.IdentityModel.Tokens.Jwt version #350

Triggered via push October 25, 2023 10:34
Status Success
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
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/ProxyEngine.cs#L76
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.
build: 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.
build: m365-developer-proxy/ProxyEngine.cs#L394
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.
build: m365-developer-proxy/ProxyEngine.cs#L390
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/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/RandomErrors/GraphRandomErrorPlugin.cs#L240
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/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.