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

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Fix merge dictionary #285

merged 1 commit into from
Nov 5, 2024

Conversation

IeuanWalker
Copy link
Contributor

@IeuanWalker IeuanWalker commented Aug 30, 2024

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

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
@mattleibow
Copy link
Contributor

/rebase

1 similar comment
@mattleibow
Copy link
Contributor

/rebase

@mattleibow
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mattleibow
Copy link
Contributor

/rebase

@mattleibow
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mattleibow mattleibow merged commit ba6c0a3 into mono:main Nov 5, 2024
5 checks passed
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.

[BUG] Fails to load the animation after the resource dictionary is switched
2 participants