sozsoft-platform/api/Directory.Build.props

10 lines
359 B
Text
Raw Normal View History

<Project>
2026-05-26 09:03:11 +00:00
<PropertyGroup>
<NoWarn>$(NoWarn);CS0162;CS8321;CS8618;CS8632;CS1591;CS1573;CS1572;CS1570;CS1574</NoWarn>
<LangVersion>latest</LangVersion>
<AnalysisLevel>latest</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2026-05-26 09:03:11 +00:00
</PropertyGroup>
</Project>