dotnet maui - setup

I found the following command is really useful for setting net maui. 

Install Maui

dotnet workload install maui

dotnet workload list


Install tool to check and install missing component for net maui

dotnet tool install -g redth.net.MAUI.check

maui-check


Creating a net maui project

dotnet new maui


This is even better than using the Visual studio updater with the modify command to install netmaui





 



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm