This commit is contained in:
Jerome Laban 2024-09-11 23:21:58 -04:00
Родитель 21a7db102c
Коммит c125681384
4 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -4,7 +4,7 @@ uid: UnoWasmBootstrap.Features.Debugger
# .NET for WebAssembly Debugger Support
Debugging is support is provided by .NET, using the WasmApp host.
Debugging is support is provided by .NET, using the WasmApp host.
## AOT Debugging and mono tracing

Просмотреть файл

@ -32,4 +32,4 @@ In order to host an Uno Platform App, you'll need to the following:
```
- Add a project reference to the `Wasm` project
- Build and deploy `MyApp.Server`
- Build and deploy `MyApp.Server`

Просмотреть файл

@ -40,7 +40,7 @@ It is also possible to provide the linker file as an embedded resource, which is
</ItemGroup>
```
The Linker can be disabled completely by setting the `WasmShellILLinkerEnabled` property to false. This property has no effect when building with AOT enabled.
The Linker can be disabled completely by setting the `WasmShellILLinkerEnabled` or `PublishTrimmed` property to false. This property has no effect when building with AOT enabled.
The .NET SDK configuration [options are also supported](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained).

Просмотреть файл

@ -9,8 +9,6 @@ items:
href: linker-configuration.md
- name: Runtime Execution Modes
href: runtime-execution-modes.md
- name: Troubleshooting
href: troubleshooting.md
- name: Features
items: