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

Fix merge dictionary #285

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

IeuanWalker
Copy link

Description of Change
The current code doesn't take into account ResourcesDictionaries can change. f.e. in my use case we merge dictionaries when the user switches themes. (based on this doc - https://learn.microsoft.com/th-th/previous-versions/xamarin/xamarin-forms/user-interface/theming/theming)

Bugs Fixed
#284

API Changes
Removed the static registered bool, so it re-checks when needed

I also needed to update it to .net 8, as it wouldn't let me build with the following error -

The workload 'net7.0-android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.

Behavioral Changes
None

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation

@IeuanWalker IeuanWalker changed the title Update Fix merge dictionary Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant