Update dependency Microsoft.VisualStudio.Threading.Analyzers to v18 #196
Annotations
8 warnings
|
Build:
Http/samples/Web/Program.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:
Http/src/AppCoreNet.Extensions.Http.Authentication.OAuth/OAuthTokenCache.cs#L140
Remove synchronously blocks. Await RemoveAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
|
Build:
Http/src/AppCoreNet.Extensions.Http.Authentication.OAuth/OAuthTokenCache.cs#L140
Remove synchronously blocks. Await RemoveAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
|
Build:
Http/src/AppCoreNet.Extensions.Http.Authentication.OAuth/OAuthTokenCache.cs#L140
Remove synchronously blocks. Await RemoveAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
|
Build:
Http/samples/Web/Program.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:
Http/src/AppCoreNet.Extensions.Http.Authentication.OAuth/OAuthTokenCache.cs#L140
Remove synchronously blocks. Await RemoveAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
|
Build:
Http/src/AppCoreNet.Extensions.Http.Authentication.OAuth/OAuthTokenCache.cs#L140
Remove synchronously blocks. Await RemoveAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
|
Build:
Http/src/AppCoreNet.Extensions.Http.Authentication.OAuth/OAuthTokenCache.cs#L140
Remove synchronously blocks. Await RemoveAsync instead. (https://microsoft.github.io/vs-threading/analyzers/VSTHRD103.html)
|
background
wait
wait-all
cancel
parallel
Loading