···16161717 <!-- Except low and medium severity vulnerable dependency warnings from TreatWarningsAsErrors, leaving high and critical severity ones intact -->
1818 <PropertyGroup>
1919- <WarningsNotAsErrors>$(WarningsNotAsErrors),NU1901,NU1902</WarningsNotAsErrors>
1919+ <WarningsNotAsErrors>$(WarningsNotAsErrors),NU1901,NU1902,CS1573,CS1591</WarningsNotAsErrors>
2020+ </PropertyGroup>
2121+2222+ <PropertyGroup>
2323+ <NoWarn>$(NoWarn),CS1591</NoWarn>
2024 </PropertyGroup>
21252226 <!-- When DependencyVulnsAsError is not set, also suppress the remaining dependency vulnerability warnings -->
···77 <PublishTrimmed>false</PublishTrimmed>
88 <!-- Makes sure that we compile against the correct native dependency -->
99 <UseCurrentRuntimeIdentifier>true</UseCurrentRuntimeIdentifier>
1010+ <!-- Generate OpenAPI documentation from XML comments -->
1111+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
1012 </PropertyGroup>
11131214 <Import Project="..\Iceshrimp.Build\Iceshrimp.Build.props" />