Skip to content

Commit 95b31dd

Browse files
authored
Merge pull request #920 from unoplatform/dev/jela/native-order
docs: Update requirement for `RunAOTCompilation`
2 parents 954d9f4 + ab88a31 commit 95b31dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/using-the-bootstrapper.md

+10
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ By default, the .NET runtime does not load all resource assemblies, but if you w
104104
</PropertyGroup>
105105
```
106106

107+
If you're not using the Uno.SDK and that you are using AOT with `WasmShellMonoRuntimeExecutionMode` set to `InterpreterAndAOT`, you'll also need to keep `WasmShellMonoRuntimeExecutionMode` and add the following:
108+
109+
```xml
110+
<PropertyGroup>
111+
<RunAOTCompilation>true</RunAOTCompilation>
112+
</PropertyGroup>
113+
```
114+
115+
If not set, you may get the error `error MSB4036: The "MonoAOTCompiler" task was not found"`.
116+
107117
### IDBFS
108118

109119
In version 8.x and earlier of the bootstrapper, IDBFS support was enabled by default.

0 commit comments

Comments
 (0)