This content has 3 years. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.Good news for .NET MAUI fans. We’ll soon have a stable version from the wonderful developers at Microsoft, but in the meantime, here we have the first RC version of .NET MAUI.There’s a lot of new features in this version, including integration with the Essentials package, much more customizable styles, etc.But today I want to talk about the most important thing for me, which is the support for Visual Studio for Mac. Well, it’s not so official yet, and it’s not so usable, but we can see progress. VS for Mac 2022 is no longer a stranger to MAUI projects. Unfortunately, I couldn’t get the debugging to work, but you can now start the project on almost any platform. Let’s use MAUI in Visual Studio 2022 for Mac First and most importantly, and I experienced it first hand.If the IDE you want to use throws the following errors: And you can’t install the recommended packages because the following error is displayed: Then be sure to install .NET version 6.0.3XX. You can do this from this url and select the appropriate processor architecture. https://github.com/dotnet/installer To check which version is installed, you can check in the terminal with the following paranncs: If you have installed the required version of .NET 6.0, issue the following command: You can then use MAUI in Visual…