[.NET 9 + WASM + AOT] RELEASE no longer builds #18778
DierkDroth
started this conversation in
General
Replies: 2 comments 25 replies
-
Thanks for the report. Make sure to follow the directions from our release notes. |
Beta Was this translation helpful? Give feedback.
25 replies
-
Also: further down the error stack I see this error I suspect this is related to the respective line in the LinkerConfig.xml file (below). Could that line be removed safely? Or needed it to be replaced by something else?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behavior
So far I was building the RELEASE version of my solution using the 'use AOT as much as possible' mode
<WasmShellMonoRuntimeExecutionMode>InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode>
This no longer works but throws an error (screenshot below).
Also: there are tons of warnings thrown additionally. How would I address these warnings?
You can reproduce by running
Minimal.Wasm/Make.bat
using this repo:Minimal.zip
How could I create a RELEASE build with 'as much AOT as possible' and without warnings?
Beta Was this translation helpful? Give feedback.
All reactions