Skip to content

Modular Monolith Templates

Latest
Compare
Choose a tag to compare
@override-dev override-dev released this 13 Apr 04:21
· 1 commit to main since this release
3ef1a4b

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.