Releases: SrRickGrimes/modularmonolith
Releases · SrRickGrimes/modularmonolith
Modular Monolith Templates
Unzip both files and run the following command to install the templates:
dotnet new install ./
Notes:
Be mindful when naming your modules. If your main project is named "Host", each module should be named using the format Host.[ModuleName].
After installation, you will need to adjust a few lines of code. This includes updating project references and modifying one or two lines to correct namespaces in the module.