Skip to content

Commit 1651dd3

Browse files
committed
Get rid of build warnings
1 parent 7d1bc5c commit 1651dd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1313
</PropertyGroup>
1414

15+
<!-- Workaround for https://github.com/dotnet/roslyn/issues/41640 -->
16+
<PropertyGroup>
17+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
18+
<NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
19+
</PropertyGroup>
20+
1521
<!-- I have no idea which one of these works, but sometimes one of them does -->
1622
<PropertyGroup Condition="'$(CI)' == 'true'">
1723
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)