A starting point for building a monolith architecture in C#.
- Download the latest release
- Copy the zip file to
C:\Users\<username>\Visual Studio <version>\Templates
- Open Visual Studio
- Go to
File > New Project
- Select the
Tidy Architecture Solution Template
Unfortunately, due to a bug developing multi-project templates for Visual Studio, an extra folder is created when you generate the project, which will interfere with some NuGet packages.
You have to perform the following extra steps in order to get the project to build.
- Click on your Solution in Solution Explorer.
- Go to
File > Save As
- Save the solution file in the extra folder.
- Delete the original solution file.
- Move all files in the extra folder into the parent folder.
- Delete the extra folder.