Skip to content

Releases: SrRickGrimes/modularmonolith

Modular Monolith Templates

13 Apr 04:21
3ef1a4b
Compare
Choose a tag to compare

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.