ShadyNagy.ApiTemplate 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install ShadyNagy.ApiTemplate::1.2.0
This package contains a .NET Template Package you can call from the shell/command line.

ShadyNagy.ApiTemplate

EF Migrations Commands

Ensure the tool EF was already installed. You can find some help here

setx PATH "%PATH%;C:\Users\USER_NAME\.dotnet\tools" 
dotnet tool install --global dotnet-ef

Add a new migration (from the ShadyNagy.ApiTemplate.Api folder):

dotnet ef migrations add MIGRATIONNAME -c appdbcontext -p ../ShadyNagy.ApiTemplate.Infrastructure/ShadyNagy.ApiTemplate.Infrastructure.csproj -s ShadyNagy.ApiTemplate.Api.csproj -o Data/Migrations

Update AppDbContext model (from the ShadyNagy.ApiTemplate.Api folder):

dotnet ef database update -c appdbcontext -p ../ShadyNagy.ApiTemplate.Infrastructure/ShadyNagy.ApiTemplate.Infrastructure.csproj -s ShadyNagy.ApiTemplate.Api.csproj

Generate Idempotent Update Script (for production)(from the ShadyNagy.ApiTemplate.Api folder):

dotnet ef migrations script -c AppDbContext -i -o migrate.sql -p ../ShadyNagy.ApiTemplate.Infrastructure/ShadyNagy.ApiTemplate.Infrastructure.csproj -s ShadyNagy.ApiTemplate.Api.csproj

Some CLI

dotnet format whitespace
dotnet format style

This package has 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.

Version Downloads Last updated
2.0.1 2,235 8/19/2022
2.0.0 1,324 8/18/2022
1.7.1 1,433 8/8/2022
1.7.0 1,411 8/8/2022
1.6.3 1,357 8/5/2022
1.6.2 1,362 8/5/2022
1.6.1 1,494 8/4/2022
1.6.0 1,347 8/4/2022
1.5.8 1,486 8/3/2022
1.5.7 1,379 8/1/2022
1.5.6 1,346 7/26/2022
1.5.5 1,621 7/23/2022
1.5.4 1,331 7/23/2022
1.5.3 1,372 7/23/2022
1.5.2 1,527 7/23/2022
1.5.1 1,474 7/23/2022
1.5.0 1,415 7/17/2022
1.4.7 1,383 7/13/2022
1.4.6 1,623 7/5/2022
1.4.5 1,406 7/5/2022
1.4.4 1,353 7/2/2022
1.4.3 1,479 7/2/2022
1.4.2 1,526 6/27/2022
1.4.1 1,323 6/27/2022
1.4.0 1,508 6/27/2022
1.3.0 1,386 6/27/2022
1.2.1 1,550 6/27/2022
1.2.0 1,690 6/27/2022
1.1.0 1,378 6/26/2022

Request for every endpoint has been added.