Modulith 0.2.0

There is a newer version of this package available.
See the version list below for details.
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.3.0 37 8/9/2026
0.2.0 549 8/18/2024
0.1.0 493 8/4/2024