-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[net10.0] Fix DeveloperBalance ProjectList page fails to load correctly #31158
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
Conversation
|
Hey there @@SuthiYuvaraj! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a data binding issue in the ProjectList page template where the binding context was not being properly propagated to the page's behavior, causing the page to fail loading correctly in the net10.0 branch.
- Adds an x:Name to the ContentPage to enable reference-based binding
- Explicitly sets the BindingContext on the EventToCommandBehavior to ensure proper data context propagation
|
/azp run MAUI-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
This was already fixed on the sample app in the samples repo. We really need to sync those changes back to the templates! |
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Description of Change
Fixed an issue where the binding context on the ProjectList page was not updating correctly by assigning the binding context to
ContentPage.Behavior.Issues Fixed
Fixes #31152
Tested the behaviour in the following platforms
Output Screenshot