Skip to content

cwilby/tidy-architecture-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidy Architecture Template

A starting point for building a monolith architecture in C#.

Installing the template

  1. Download the latest release
  2. Copy the zip file to C:\Users\<username>\Visual Studio <version>\Templates

Using the template

  1. Open Visual Studio
  2. Go to File > New Project
  3. Select the Tidy Architecture Solution Template

HACK

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.

  1. Click on your Solution in Solution Explorer.
  2. Go to File > Save As
  3. Save the solution file in the extra folder.
  4. Delete the original solution file.
  5. Move all files in the extra folder into the parent folder.
  6. Delete the extra folder.

About

Backend Solution Template written in C#

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages