-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure ICU is fully linked out in invariant mode #43689
Comments
To do this we need to be able to scan the linked assemblies for qcalls and we are running into #43791 |
This will be solved when pinvoke linking is enabled since the icall qcalls are treated as pinvokes. |
I wanted this as a separate issue to add checks to make sure it's not getting included, though like Zoltan said this is dependent on #43783 before it has a chance. |
This should work now, set the |
@vargaz does it work for interpreter mode? |
Yes. |
At what point will I be able to replicate this with a nightly SDK drop? Does Blazor need to pick up runtime changes, or should this work right now? And if so, what exactly do I need to do in order to see it work - just make a new blazorwasm project and set |
Blazor need to pickup new runtime pack and then you set |
This is enabled by other work we're doing as part of .NET 6, but we should add assertions in addition to that to make sure everything really is going away.
We should be able to create a new project with the latest SDK, set the following properties, and have the native ICU bits fall away:
The text was updated successfully, but these errors were encountered: