Skip to content

Commit

Permalink
Remove redundant suppressions in openapi after update to CSharpGuidel…
Browse files Browse the repository at this point in the history
…inesAnalyzer v3.8.4
  • Loading branch information
bkoelman committed Oct 4, 2023
1 parent fb9b12a commit 0dd49b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
using Swashbuckle.AspNetCore.Swagger;
using Swashbuckle.AspNetCore.SwaggerGen;

#pragma warning disable AV1553 // Do not use optional parameters with default value null for strings, collections or tasks

namespace JsonApiDotNetCore.OpenApi.SwaggerComponents;

/// <summary>
Expand Down

0 comments on commit 0dd49b0

Please sign in to comment.