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(test): XamlHelper unable to process xmlns'd attribute #573

Merged
merged 1 commit into from
May 16, 2023

Conversation

Xiaoy312
Copy link
Contributor

@Xiaoy312 Xiaoy312 commented May 16, 2023

GitHub Issue (If applicable): closes #572

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

XamlHelper fails to parse input with xmlns'd attribute, like: <Border x:Name="asd" />

What is the new behavior?

^ no more.

PR Checklist

Please check if your PR fulfills the following requirements:

@Xiaoy312 Xiaoy312 force-pushed the dev/xygu/20230516/xamlhelper-xmlns-attribute branch from f75617d to 60c593a Compare May 16, 2023 15:32
@Xiaoy312 Xiaoy312 enabled auto-merge (squash) May 16, 2023 15:32
@Xiaoy312 Xiaoy312 merged commit 0aafec1 into main May 16, 2023
32 checks passed
@Xiaoy312 Xiaoy312 deleted the dev/xygu/20230516/xamlhelper-xmlns-attribute branch May 16, 2023 17:56
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.

XamlHelper.Load fails to autofill xmlns of attribute
3 participants