Fixes namespace typo #21
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Analyze (csharp):
m365-developer-proxy-abstractions/PluginEvents.cs#L190
Dereference of a possibly null reference.
|
Analyze (csharp):
m365-developer-proxy-abstractions/PluginEvents.cs#L194
Dereference of a possibly null reference.
|
Analyze (csharp):
m365-developer-proxy-abstractions/PluginEvents.cs#L198
Dereference of a possibly null reference.
|
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#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.
|
Analyze (csharp):
m365-developer-proxy-plugins/Behavior/RateLimitingPlugin.cs#L151
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#L160
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.
|
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/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.
|