dotnet-maui-templates icon indicating copy to clipboard operation
dotnet-maui-templates copied to clipboard

.NET MAUI Project and Item Templates for VS2022 and CLI.

Results 2 dotnet-maui-templates issues
Sort by recently updated
recently updated
newest added

```shell dotnet new mauiapp -o MyApp -mcl ``` This would create an MAUI class library and reference it in the Head project. Similar to Xamarin.Forms (the only difference is that...

enhancement

Consider adding a parameter named blank to create a new .NET MAUI App from the ground up in the chosen design pattern. Only the package references, using statements, and the...

enhancement