Skip to content

Commit

Permalink
Workaround for unexpected CS1574 after enabling GenerateDocumentation…
Browse files Browse the repository at this point in the history
…File
  • Loading branch information
Arlodotexe committed Jan 24, 2025
1 parent 0a7618c commit 0d3c7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<NoWarn>$(NoWarn);TKSMPL0014;</NoWarn>

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

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

0 comments on commit 0d3c7fe

Please sign in to comment.