-
Notifications
You must be signed in to change notification settings - Fork 751
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
fix!: Remove OnWindowCreated
from WinUI tree
#12594
Conversation
BREAKING CHANGE: Application.OnWindowCreated does not exist in WinAppSDK
43c976f
to
034838f
Compare
The build 83049 found UI Test snapshots differences: Details
|
GitHub Issue (If applicable): closes #
Replaces #12196
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
Copilot Summary
🤖 Generated by Copilot at 034838f
This pull request refactors the
Window
andApplication
classes to support the WinAppSDK platform and avoid code duplication. It separates the platform-specific logic for UWP and WinAppSDK using partial classes and conditional compilation symbols. It also removes or excludes some code that is no longer needed or relevant for the WinAppSDK platform.PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):