-
Notifications
You must be signed in to change notification settings - Fork 834
docs: remove initializelogging calls from suggested migration code #20730
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
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 removes the App.InitializeLogging() calls from the migration code in the Uno 6 documentation to prevent confusion among developers using different project templates.
- Removed App.InitializeLogging() call from the "Main" methods in multiple code examples.
- Updates the documentation to ensure the sample code matches the appropriate template usage.
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20730/docs/index.html |
ajpinedam
left a comment
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.
Good!
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20730/docs/index.html |
|
@Mergifyio backport release/stable/6.0 |
✅ Backports have been createdDetails
|
We should not include the
App.InitializeLogging()call in the migration code for Skia rendered app. It is misleading as this method may not always exist in the App.xaml.cs depending on the template used