Added AOT analyzers

This commit is contained in:
Kecskeméti László 2024-07-24 09:25:18 +02:00
parent 615a6b98fa
commit 9c8bedf581
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<RootNamespace>Discord.API</RootNamespace>
<PublishAot>true</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>
<PropertyGroup>

View File

@ -15,6 +15,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>
</Project>