Migrate UWP apps to Windows App SDK with the .NET Upgrade Assistant #2990
bgursahani
started this conversation in
Announcements
Replies: 1 comment 2 replies
-
Will this work on Background Tasks now? I originally used Template Studio to create my UWP apps and they had OOP background tasks. I have not been successful in getting those converted. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a next step in assisting you to migrate your Universal Windows Platform (UWP) apps to the Windows App SDK and WinUI 3, we've leveraged the .NET Upgrade Assistant, adding support for migrating C# UWP apps. The UWP support automates much of the migration process. An updated preview is now available with features such as
• Support for more APIs in domains such as Windowing, WinUI, AppLifecycle etc.
• Support for WinRT components
• Support for apps with a non-standard project structure
• Post-upgrade report as soon as you culminate your migration journey
• Improved error messages within the tool
• Bug fixes
Note: For more info such as how to get the tool, what to expect and things to know before starting, please see Migrate UWP apps to Windows App SDK with the .NET Upgrade Assistant. The Upgrade Assistant GitHub repository documents troubleshooting tips and known issues. If you find any issues while using the tool, please report them in that same GitHub repository, tagging them with an area tag of 'UWP'.
Beta Was this translation helpful? Give feedback.
All reactions