From b9683ccc268b0e36d70e0e00964c3a25eb356bc9 Mon Sep 17 00:00:00 2001 From: TopperDEL Date: Fri, 31 May 2024 10:41:58 +0200 Subject: [PATCH 1/3] fix: Link to data-formats documentation --- doc/linker-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/linker-configuration.md b/doc/linker-configuration.md index 5583877c5..bed7b4894 100644 --- a/doc/linker-configuration.md +++ b/doc/linker-configuration.md @@ -20,7 +20,7 @@ The Bootstrapper searches for a file placed in an ItemGroup named `LinkerDescrip ``` -The documentation for this file [can be found here](https://github.com/mono/linker/blob/master/docs/data-formats.md#xml-examples). +The documentation for this file [can be found here](https://github.com/dotnet/runtime/blob/9fca0c3dbd3874ed0245b1bdb10547d0ba769d66/docs/tools/illink/data-formats.md). ### Reference in project file From 458cb3cf70a25cd8742344e5fb7e6b9398aaee4c Mon Sep 17 00:00:00 2001 From: TopperDEL Date: Fri, 31 May 2024 10:45:13 +0200 Subject: [PATCH 2/3] docs: Add info about existing `LinkerConfig.xml` on WASM --- doc/linker-configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/linker-configuration.md b/doc/linker-configuration.md index bed7b4894..f6b2d35b7 100644 --- a/doc/linker-configuration.md +++ b/doc/linker-configuration.md @@ -57,3 +57,6 @@ If you need to enable any of those features, you can set the following in your c ``` Setting `InvariantGlobalization` to true will remove all satellite assemblies from the final package. + +### LinkerConfig.xml on WASM +For WASM the Uno-App already contains a 'LinkerConfig.xml' in the folder `Platforms\WebAssembly\LinkerConfig.xml'. From 66571604a3a56fc578990ac34ce41d6e9f896179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 31 May 2024 09:16:55 -0400 Subject: [PATCH 3/3] docs: Update doc/linker-configuration.md --- doc/linker-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/linker-configuration.md b/doc/linker-configuration.md index f6b2d35b7..8ee79e63a 100644 --- a/doc/linker-configuration.md +++ b/doc/linker-configuration.md @@ -58,5 +58,5 @@ If you need to enable any of those features, you can set the following in your c Setting `InvariantGlobalization` to true will remove all satellite assemblies from the final package. -### LinkerConfig.xml on WASM -For WASM the Uno-App already contains a 'LinkerConfig.xml' in the folder `Platforms\WebAssembly\LinkerConfig.xml'. +### LinkerConfig.xml on WebAssembly +When using the Uno Platform [solution template](https://aka.platform.uno/app-wizard), a file named 'LinkerConfig.xml' is available in the folder `Platforms\WebAssembly\LinkerConfig.xml'.