Calabonga.AspNetCore.AppDefinitions.Template
2.2.0
See the version list below for details.
dotnet new install Calabonga.AspNetCore.AppDefinitions.Template::2.2.0
ASP.NET Core Web API with Application Definitions
Define your Web API application parts in different definitions (files). It's remarkably simple and useful. You will know what features your application consists of.
Как установить (How to install template)
Чтобы установить шаблон для ASP.NET Core Web API with AppDefinitions
достаточно выполнить команду:
dotnet new install Calabonga.AspNetCore.AppDefinitions.Template
Проверить установлены ли шаблоны можно командой
dotnet new list
Команда выведет список всех установленных шаблонов. Также после установки шаблонов, они станут доступы в Visual Studio и JetBrains Rider.
Как удалить (How to uninstall template)
Чтобы удалить шаблон Web API с установленными AppDefinitions достаточно выполнить команду:
dotnet new uninstall Calabonga.AspNetCore.AppDefinitions.Template
Больше информации (More info)
- Application Definitions - Статья как использовать nuget-пакет.
- NuGet Calabonga.AspNetCore.AppDefinitions
- Github repository
-
net7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
README updated