Migrate project to WinUI 3 and MVVM#28
Conversation
This commit migrates the Storylines UWP project to a modern WinUI 3 application using the Windows App SDK. Key changes include: - Creation of a new .NET 9 WinUI 3 project. - Refactoring of the codebase from a code-behind pattern to the MVVM (Model-View-ViewModel) architecture using the CommunityToolkit.Mvvm library. - Migration of all UI assets, resources, and custom components. - Replacement of Microsoft App Center with Sentry for crash reporting and analytics. - Separation of concerns by introducing `Views`, `ViewModels`, `Models`, `Services`, and `Converters` folders. - Update of XAML to use WinUI 3 controls and data binding. Note: The project cannot be built or tested in the current Linux environment due to the XAML compiler dependency on Windows.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. |
This submission migrates the Storylines UWP project to a modern WinUI 3 application using the Windows App SDK. The codebase has been refactored to use the MVVM architectural pattern with the CommunityToolkit.Mvvm library, and Sentry has been integrated for analytics. All assets, resources, and custom components have been migrated, and the XAML has been updated to use WinUI 3 controls and data binding. Please note that due to environmental constraints, the project could not be built or tested.
PR created automatically by Jules for task 3493227408719697372