Создание нового проекта .NET 6 MAUIC#

Место общения программистов C#
Гость
Создание нового проекта .NET 6 MAUI

Сообщение Гость »


I want to work with MAUI and therefore installed all the necessary stuff (partwise using maui-check).

As given in some tutorials, I now want to create a new Project using

Код: Выделить всё

dotnet new maui
from the command line. But I only get an error message:

No templates found matching:'maui'.
To list installed templates, run 'dotnet new --list'.
To search for the templates on NuGet.org, run 'dotnet new maui --search'.

So why can't I use this command?


Источник: https://stackoverflow.com/questions/684 ... ui-project

Вернуться в «C#»