mirror of https://github.com/ppy/SDL3-CS.git
Publish JetBrains annotations
Mandatory for making `[MustDisposeResource]` useful
This commit is contained in:
parent
5a7b49ca74
commit
8932ea3b6c
|
|
@ -7,6 +7,7 @@
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<NoWarn>$(NoWarn);SYSLIB1054;CA1401</NoWarn>
|
<NoWarn>$(NoWarn);SYSLIB1054;CA1401</NoWarn>
|
||||||
|
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="NuGet">
|
<PropertyGroup Label="NuGet">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue