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: ResourceExtensions throwing ArgumentException on windows #1190

Merged
merged 2 commits into from
Jul 13, 2024

Conversation

Xiaoy312
Copy link
Contributor

GitHub Issue (If applicable): closes #1187

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

What is the new behavior?

ResourceExtensions.Resource no longer throw ArgumentException on windows when re-using the same resource-dictionary, such as when used in style setter.

PR Checklist

Please check if your PR fulfills the following requirements:

@Xiaoy312 Xiaoy312 force-pushed the dev/xygu/20240712/resource-ext--win-throws branch from 887814e to 8c29c36 Compare July 12, 2024 23:25
@Xiaoy312 Xiaoy312 force-pushed the dev/xygu/20240712/resource-ext--win-throws branch from 8c29c36 to e0dfd7a Compare July 12, 2024 23:28
@kazo0
Copy link
Contributor

kazo0 commented Jul 12, 2024

@Mergifyio backport release/stable/6.1

Copy link
Contributor

mergify bot commented Jul 12, 2024

backport release/stable/6.1

✅ Backports have been created

Co-authored-by: Agnès ZITTE <[email protected]>
@Xiaoy312 Xiaoy312 enabled auto-merge July 13, 2024 00:25
@Xiaoy312 Xiaoy312 merged commit d94eec9 into main Jul 13, 2024
25 checks passed
@Xiaoy312 Xiaoy312 deleted the dev/xygu/20240712/resource-ext--win-throws branch July 13, 2024 03:50
agneszitte pushed a commit that referenced this pull request Jul 15, 2024
#1190) (#1192)

* fix: ResourceExtensions throwing ArgumentException on windows

(cherry picked from commit e0dfd7a)

* chore: reviewed changes

Co-authored-by: Agnès ZITTE <[email protected]>
(cherry picked from commit 17f2e6c)

---------

Co-authored-by: xiaoy312 <[email protected]>
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.

Using a style that uses the ResourceExtensions works only for the first element using it
3 participants