Skip to content
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

[X] Bring back ResourceDictionary.SetAndLoadSource #26355

Conversation

simonrozsival
Copy link
Member

Description of Change

As part of making the MAUI codebase trim-safe, the SetAndLoadSource was removed and later brought back for Hot Reload, but it was made internal (#20776, #23683). This breaks libraries built with .NET 8 that contain compiled XAML that invokes this method.

Issues Fixed

Fixes #26348

/cc @StephaneDelcroix @PureWeen @dotMorten

@simonrozsival simonrozsival requested a review from a team as a code owner December 4, 2024 06:36
@jfversluis jfversluis merged commit 854d179 into dotnet:main Dec 4, 2024
104 checks passed
@samhouts samhouts added fixed-in-9.0.21 fixed-in-net8.0-nightly This may be available in a nightly release! labels Dec 16, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-9.0.21 fixed-in-net8.0-nightly This may be available in a nightly release!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom ResourceDictionary fails to load in .NET 9 app
3 participants