1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 01:39:55 +08:00

Disable CA1416

This commit is contained in:
Dan Balasescu
2025-05-30 13:07:58 +09:00
Unverified
parent fedc416b17
commit 5280973d23
+2
View File
@@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<!-- Stabilises hot reload, see: https://platform.uno/docs/articles/studio/Hot%20Reload/hot-reload-overview.html?tabs=vswin%2Cwindows%2Cskia-desktop%2Ccommon-issues -->
<GenerateAssemblyInfo Condition="'$(Configuration)'=='Debug'">false</GenerateAssemblyInfo>
<!-- Required due to the above -->
<NoWarn Condition="'$(Configuration)'=='Debug'">$(NoWarn);CA1416</NoWarn>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>$(MSBuildThisFileDirectory)app.manifest</ApplicationManifest>