Modulith 0.2.0

dotnet new install Modulith::0.2.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

README

DB Migrations

For database migrations install ef-core tooling (https://learn.microsoft.com/en-us/ef/core/get-started/overview/first-app?tabs=netcore-cli):

dotnet tool install --global dotnet-ef
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet ef migrations add InitialCreate -o Data/Migrations/ --project src/YourAppName.Infrastructure/ -s src/YourAppName.WebApi/
dotnet ef database update --project src/YourAppName.Infrastructure/ -s src/YourAppName.WebApi/
  • net8.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.

Version Downloads Last Updated
0.2.0 150 8/18/2024
0.1.0 105 8/4/2024