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

Transform the BindableProperties in a list instead of Dictionary #49

Open
akamud opened this issue Apr 4, 2021 · 0 comments
Open

Transform the BindableProperties in a list instead of Dictionary #49

akamud opened this issue Apr 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@akamud
Copy link
Owner

akamud commented Apr 4, 2021

The BindableProperties is a Dictionary, so any property with the same name added will break the debug.

This happens right now with the "Bound" property, if the control has multiple triggers. While #48 will solve this specific issue, it might be a better idea to use a simple list since we don't care much about the uniqueness of the property.

@akamud akamud added the bug Something isn't working label Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant