Monaco.Template.Solution 1.0.0-RC2

This is a prerelease version of Monaco.Template.Solution.
There is a newer version of this package available.
See the version list below for details.
dotnet new install Monaco.Template.Solution::1.0.0-RC2
This package contains a .NET Template Package you can call from the shell/command line.

Logo Monaco

Nuget version Nuget downloads License

Introduction

Monaco is a .NET solution template that provides the scaffolding for a .NET solution based on the Vertical Slices Architecture.

It ships the most basic structure required to run a REST API with EF Core and a rich model Domain, along with unit tests to cover the existing boilerplate.

It also provides some basic business components as example of real life implementation logic.

Getting Started

Supported .NET version:

6.0

Installation

dotnet new --install Monaco.Template.Solution

Uninstalling

dotnet new --uninstall Monaco.Template.Solution

How to create a Monaco based solution

dotnet new monaco-solution -n MyFirstSolution

This will create a folder named MyFirstSolution, which will contain a structure of directories prefixed with the name as part of the namespace declaration. The resulting solution will include the default layout and all the files required to run the application (more info about this here)

From there, is enough to configure appsettings.json with the required settings and run the app.

Getting help about template's options

dotnet new monaco-solution --help

(For more information about Monaco options please refer here)

Documentation

For more detailed documentation, please refer to our Wiki

Visual Studio support

Monaco provides support for generating the solution and projects from Visual Studio as well as providing the UI interface for configuring the project generation options.

However, it's not recommended to use VS for generating new solutions. Monaco provides a default layout for the solution with the projects organized in different folders and some solution files already included in it, but this default layout from the template is ignored by VS, which also creates an additional level of folders in the generated folder. Because of these behaviors we strongly recommend using the console for running Monaco and generating any new solutions.

Contributing

If you want to contribute, we are currently accepting PRs and/or proposals/discussions in the issue tracker.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 980 1/15/2023
1.2.0 295 1/10/2023
1.1.0 315 12/15/2022
1.0.0 374 11/3/2022
1.0.0-RC3 263 10/27/2022
1.0.0-RC2 236 10/26/2022
1.0.0-RC1 252 10/25/2022