Update dependency Microsoft.VisualStudio.Threading.Analyzers to 17.13.2 #1194
Annotations
11 errors and 1 warning
|
Source/Boxed.AspNetCore/Middleware/HttpExceptionMiddleware.cs#L24
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Source/Boxed.AspNetCore/Middleware/RequestCanceledMiddleware.cs#L27
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Source/Boxed.AspNetCore/DistributedCacheExtensions.cs#L153
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Source/Boxed.AspNetCore/DistributedCacheExtensions.cs#L141
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Source/Boxed.AspNetCore/Middleware/RequestCanceledMiddleware.cs#L27
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Source/Boxed.AspNetCore/DistributedCacheExtensions.cs#L153
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
|
Source/Boxed.AspNetCore/Middleware/HttpExceptionMiddleware.cs#L24
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Source/Boxed.AspNetCore/DistributedCacheExtensions.cs#L141
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Source/Boxed.AspNetCore.TagHelpers/HrefSubresourceIntegrityTagHelper.cs#L25
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Source/Boxed.AspNetCore.TagHelpers/OpenGraph/Structs/OpenGraphRating.cs#L13
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
|
The logs for this run have expired and are no longer available.
Loading