maui-migration-samples
maui-migration-samples copied to clipboard
MAUI 7 Migration Doc points to MAUI 6 Preview Migration Guide
Environment
Are you on Windows or Mac: Windows
Visual Studio Version: 17.4.1
.NET version dotnet --version
: 7
MAUI version installed: 7
Your code
Is it an app or a library? App What platforms does it target? iOS and Android Is it Xamarin.Forms? What version? (PS we recommend only migrating XF 5+) XF 5.0.0.2515 Do you use Xamarin.Essentials? Yes Is your app/library open source? Share the link! No If it isn't OSS, would you be willing to show someone on our team some code in a video call? Yes
Migration
Did you follow the steps on the migration wiki Not yet Was it successful? What went wrong? Details please! [ ] I couldn't finish the steps [ ] It didn't build after I finished migrating [ ] I need NuGets that aren't compatible with MAUI yet [ ] It built, but the layout/UI is all messed up [ ] I have no idea what happened, please help!!!
Share some details on your migration. Feel free to add screenshots/before + afters, video walkthroughs, blogs, or angry rants. Particularly - what .csproj properties did you get rid of and what could you keep? What code changes did you have to make in your C# and XAML?
What NuGets do you have that don't work for MAUI yet?
Custom Renderers (optional)
Do you have custom renderers in your app? Did you use the MAUI compat package with them, and did it worK? Did you try to rewrite your renderers to the handler architecture? How did that go?
Upgrade Assistant (optional)
Did you use the upgrade assistant to try to upgrade? Did it work? I'd like to, when will it be ready for 7?
My app is large and complex. Is it best to leave it as separate projects or should I try to move it to single project format? Can it be moved to single project format?