[.NET9 + WASM] LinkerConfig.xml no longer respected?!? #18919
Replies: 2 comments 3 replies
-
Thanks for the report. These new .NET 9 warnings are coming from the IL Linker, which analyzes the code regardless of its exclusion status. Whether it's a bug or not is debatable, yet in all cases is a behavior that comes from the official .NET SDK/Runtime, and we do not have control over this. We're still going to be fixing those issues for an upcoming release of uno, for those that are coming from uno itself. |
Beta Was this translation helpful? Give feedback.
3 replies
-
FYI for anyone interested: I started a conversation here Closing this issue |
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
I isolated a repo from the issues I'm chasing while upgrading my UNO solution from .NET8 -> .NET9 here. After upgrading I'm getting tons of linker warnings on my code although all my assemblies are (still) excluded in
LinkerConfig.xml
.Please see repo below:
LinkerConfig.xml
Minimal.9.zip
Why am I getting the warning? Is the linker no longer respecting LinkerConfig.xml?
Beta Was this translation helpful? Give feedback.
All reactions