Disable WinForms analyzers and suppress WFO1000 build errors

This commit is contained in:
Joe Cefoli
2025-07-01 15:01:44 -04:00
parent 25f928fc8a
commit d4a590d292

View File

@@ -8,6 +8,8 @@
<UseWindowsForms>true</UseWindowsForms>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<PlatformTarget>x64</PlatformTarget>
<NoWarn>$(NoWarn);WFO1000</NoWarn>
<EnableWinFormsAnalyzers>false</EnableWinFormsAnalyzers>
</PropertyGroup>
<ItemGroup>
<Content Include="CustomDictionary.xml" Link="CustomDictionary.xml" />