We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577f094 commit 1f83a81Copy full SHA for 1f83a81
samples/NativeAOT/NativeAOT.csproj
@@ -21,6 +21,9 @@
21
<!-- Current required properties for NativeAOT -->
22
<PublishAot>true</PublishAot>
23
<PublishAotUsingRuntimePack>true</PublishAotUsingRuntimePack>
24
+ <!-- Sizoscope: https://github.com/MichalStrehovsky/sizoscope -->
25
+ <IlcGenerateMstatFile>true</IlcGenerateMstatFile>
26
+ <IlcGenerateDgmlFile>true</IlcGenerateDgmlFile>
27
<!-- Verify we get a specific MAUI version -->
28
<MauiVersion>10.0.0-ci.net10.25074.1</MauiVersion>
29
</PropertyGroup>
0 commit comments