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

Avoid throwing in async void when applying relative source bindings #24780

Open
wants to merge 1 commit into
base: net9.0
Choose a base branch
from

Conversation

simonrozsival
Copy link
Member

Description of Change

This PR tries to improve DX when using bindings with relative sources on objects that aren't compatible (non-Elements). Previously, we would throw an exception without any explanation inside of async void which was hard to debug and it was unclear why the binding is failing.

Issues Fixed

Contributes to #24313

@simonrozsival simonrozsival requested a review from a team as a code owner September 16, 2024 10:07
@tj-devel709 tj-devel709 added the area-xaml XAML, CSS, Triggers, Behaviors label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-xaml XAML, CSS, Triggers, Behaviors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants