Fixes bug with mocking binary responses (#378) #48
Annotations
19 warnings
m365-developer-proxy-abstractions/PluginEvents.cs#L190
Dereference of a possibly null reference.
|
m365-developer-proxy-abstractions/PluginEvents.cs#L194
Dereference of a possibly null reference.
|
m365-developer-proxy-abstractions/PluginEvents.cs#L198
Dereference of a possibly null reference.
|
m365-developer-proxy-abstractions/PluginEvents.cs#L206
Dereference of a possibly null reference.
|
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.
|
m365-developer-proxy-plugins/Guidance/ODSPSearchGuidancePlugin.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.
|
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.
|
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.
|
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.
|
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.
|
m365-developer-proxy-abstractions/PluginEvents.cs#L190
Dereference of a possibly null reference.
|
m365-developer-proxy-abstractions/PluginEvents.cs#L194
Dereference of a possibly null reference.
|
m365-developer-proxy-abstractions/PluginEvents.cs#L198
Dereference of a possibly null reference.
|
m365-developer-proxy-abstractions/PluginEvents.cs#L206
Dereference of a possibly null reference.
|
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.
|
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.
|
m365-developer-proxy/ProxyEngine.cs#L151
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.
|
m365-developer-proxy/ProxyEngine.cs#L402
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.
|
m365-developer-proxy/ProxyEngine.cs#L397
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.
|
The logs for this run have expired and are no longer available.
Loading