Skip to content

Commit 9ad3fb7

Browse files
committed
Suppress xml comment warnings
1 parent 28ff37f commit 9ad3fb7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@
3333
</AssemblyAttribute>
3434
</ItemGroup>
3535
</Target>
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
37+
<NoWarn>1591;1572;1573;1574</NoWarn>
38+
<DocumentationFile></DocumentationFile>
39+
</PropertyGroup>
3640
</Project>

0 commit comments

Comments
 (0)