-
Notifications
You must be signed in to change notification settings - Fork 703
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
Adding an event listener to a xaml file using tab complete fails with Ensure Event Failed. #4124
Comments
Uno platform is also hitting this issue: unoplatform/uno#1348 (comment) |
@chingucoding is this an issue in the MuxControlsTest app or an issue when using Winui? |
Both, this happens in the WinUI solution itsself with MUXControlsTestApp but also when writing simple UWP/WinUI apps. |
So changing the title from "test pages" to "pages" would be appropriate? |
@YuliKl can we had this off to the VS team? |
Yes, new title is fine. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Describe the bug
Trying to add a new event for test page controls in XAML fails with "Ensure event failed":
Steps to reproduce the bug
If those don't repro, building, starting MUXControlsTestApp and retrying the stops usually shows the error message.
Expected behavior
Should create function instead of showing error message.
Additional context
Uno is also suffering from this (unoplatform/uno#982 , unoplatform/uno#1348 (comment))
The text was updated successfully, but these errors were encountered: