Skip to content

Commit 0dd49b0

Browse files
committed
Remove redundant suppressions in openapi after update to CSharpGuidelinesAnalyzer v3.8.4
1 parent fb9b12a commit 0dd49b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/JsonApiDotNetCore.OpenApi/SwaggerComponents/CachingSwaggerGenerator.cs

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
using Swashbuckle.AspNetCore.Swagger;
44
using Swashbuckle.AspNetCore.SwaggerGen;
55

6-
#pragma warning disable AV1553 // Do not use optional parameters with default value null for strings, collections or tasks
7-
86
namespace JsonApiDotNetCore.OpenApi.SwaggerComponents;
97

108
/// <summary>

0 commit comments

Comments
 (0)