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

removed check for empty events args object #3307

Merged
merged 1 commit into from
Jan 27, 2025
Merged

removed check for empty events args object #3307

merged 1 commit into from
Jan 27, 2025

Conversation

brianlagunas
Copy link
Member

Fixed #3063

Although #3063 as reported wasn't a bug, just a very problematic code base, it did lead me to find an actual bug. When the event args of a control event didn't have any custom properties, it would not invoke the event args converter logic, which is not what we want. So I removed that check to fix it.

@brianlagunas brianlagunas merged commit 5a514ef into master Jan 27, 2025
4 checks passed
@brianlagunas brianlagunas deleted the issue-3063 branch January 27, 2025 19:12
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][MAUI] EventToCommandBehavior with RelativeSource binding throws InvalidOperationException
1 participant