We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21291ba commit e42a080Copy full SHA for e42a080
samples/NativeAOT/NativeAOT.csproj
@@ -17,6 +17,9 @@
17
<!-- Current required properties for NativeAOT -->
18
<PublishAot>true</PublishAot>
19
<PublishAotUsingRuntimePack>true</PublishAotUsingRuntimePack>
20
+ <!-- Sizoscope: https://github.com/MichalStrehovsky/sizoscope -->
21
+ <IlcGenerateMstatFile>true</IlcGenerateMstatFile>
22
+ <IlcGenerateDgmlFile>true</IlcGenerateDgmlFile>
23
<!-- Verify we get a specific MAUI version -->
24
<MauiVersion>10.0.0-ci.net10.25074.1</MauiVersion>
25
</PropertyGroup>
0 commit comments