ShadyNagy.ApiTemplate
1.2.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install ShadyNagy.ApiTemplate::1.2.1
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,431 | 8/19/2022 |
2.0.0 | 1,364 | 8/18/2022 |
1.7.1 | 1,471 | 8/8/2022 |
1.7.0 | 1,454 | 8/8/2022 |
1.6.3 | 1,392 | 8/5/2022 |
1.6.2 | 1,398 | 8/5/2022 |
1.6.1 | 1,534 | 8/4/2022 |
1.6.0 | 1,388 | 8/4/2022 |
1.5.8 | 1,526 | 8/3/2022 |
1.5.7 | 1,420 | 8/1/2022 |
1.5.6 | 1,387 | 7/26/2022 |
1.5.5 | 1,660 | 7/23/2022 |
1.5.4 | 1,364 | 7/23/2022 |
1.5.3 | 1,411 | 7/23/2022 |
1.5.2 | 1,563 | 7/23/2022 |
1.5.1 | 1,510 | 7/23/2022 |
1.5.0 | 1,449 | 7/17/2022 |
1.4.7 | 1,415 | 7/13/2022 |
1.4.6 | 1,659 | 7/5/2022 |
1.4.5 | 1,438 | 7/5/2022 |
1.4.4 | 1,390 | 7/2/2022 |
1.4.3 | 1,514 | 7/2/2022 |
1.4.2 | 1,563 | 6/27/2022 |
1.4.1 | 1,359 | 6/27/2022 |
1.4.0 | 1,543 | 6/27/2022 |
1.3.0 | 1,422 | 6/27/2022 |
1.2.1 | 1,585 | 6/27/2022 |
1.2.0 | 1,726 | 6/27/2022 |
1.1.0 | 1,414 | 6/26/2022 |
Request for every endpoint has been added.