We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d995c commit 70ece07Copy full SHA for 70ece07
src/Uno.Wasm.Tests.MixedModeProfile/Uno.Wasm.Tests.MixedModeProfile.csproj
@@ -17,7 +17,7 @@
17
<!-- Use the AOT profile for profiled AOT compilation -->
18
<WasmAotProfilePath>$(MSBuildThisFileDirectory)aot.profile</WasmAotProfilePath>
19
20
- <WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile>
+ <!--<WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile>-->
21
22
<!-- Important: We deliberately DO NOT set WasmShellAOTProfileExcludedMethods
23
to test that MonoRuntimeMixedModeExcludedAssembly works independently -->
0 commit comments