Skip to content

Commit 4a08108

Browse files
committed
Workaround for unexpected CS1574 after enabling GenerateDocumentationFile
1 parent 15a0b39 commit 4a08108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>
3434

3535
<!-- See https://github.com/CommunityToolkit/Windows/pull/609#issuecomment-2613505591 -->
36-
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0419;CS1570</WarningsNotAsErrors>
36+
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0419;CS1570;CS1574</WarningsNotAsErrors>
3737
</PropertyGroup>
3838

3939
<Import Project="Windows.Toolkit.Common.props" />

0 commit comments

Comments
 (0)