Skip to content

Commit 509f8de

Browse files
committed
Workaround for unexpected CS0419 after enabling GenerateDocumentationFile
1 parent 0d39115 commit 509f8de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@
2929
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>
3030

3131
<!-- See https://github.com/CommunityToolkit/Windows/pull/567#issuecomment-2498739244 -->
32-
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
32+
<WarningsNotAsErrors>$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
3333
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>
34+
35+
<!-- See https://github.com/CommunityToolkit/Windows/pull/609#issuecomment-2613505591 -->
36+
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS0419</WarningsNotAsErrors>
3437
</PropertyGroup>
3538

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

0 commit comments

Comments
 (0)