Updating from MAUI .NET 7 to .NET 8 #21100
-
I am currently working on a project in MAUI .NET 7, and I was wondering if it is time to update to .NET 8 to improve various bugs, performance and maybe the overall development experience. I am using Visual Studio for mac, should I change to Windows pc to use the .NET 8 in Visual Studio, because Visual Studio for mac is scheduled for retirement by August 31, 2024…? Any advice would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I migrated my project from .NET 7 to .NET 8; however for me many things has started breaking. UI is all distorted and feels like I'm again back to step where I migrated project from Xamarin.Forms to .NET 7. Any feedback from experts is appreciated. |
Beta Was this translation helpful? Give feedback.
-
@MouratidisA VS Mac works with .NET 8 if you enable the preview feature flag I the preferences, and will continue to work with .NET 8 even after the retirement. I definitely encourage you to use .NET 8. |
Beta Was this translation helpful? Give feedback.
-
Just followed, Upgrading .NET MAUI from .NET 7 to .NET 8 and everything works well!! Useful note:
From my experience, I had to:
|
Beta Was this translation helpful? Give feedback.
@MouratidisA VS Mac works with .NET 8 if you enable the preview feature flag I the preferences, and will continue to work with .NET 8 even after the retirement. I definitely encourage you to use .NET 8.