-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add BindingContext to Behaviors using Bindings (.NET 9) #486
base: main
Are you sure you want to change the base?
Add BindingContext to Behaviors using Bindings (.NET 9) #486
Conversation
Learn Build status updates of commit 9caf5fd: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 1694bfa: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 0e8a470: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit f41d584: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
This PR adds a
BindingContext
to each Behavior sample code that uses bindings.In the .NET 9 release, we are no longer automatically setting the
BindingContext
for our Behaviors. We notified developers in the docs on April 2nd of this change (screenshot below) and encouraged all of them to manually set a BindingContext: