Skip to content

Commit

Permalink
pr-fix: ignore xml code warnings for public apis in unit tests proj
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed Apr 11, 2023
1 parent 5363199 commit 74f587e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Arcus.WebApi.Tests.Unit/Arcus.WebApi.Tests.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OpenApiGenerateDocuments>false</OpenApiGenerateDocuments>
<DocumentationFile>Arcus.WebApi.Tests.Unit.Open-Api.xml</DocumentationFile>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 74f587e

Please sign in to comment.