A template for creating a Clean Architecture based Cloud Native solution.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Jan 21, 2026
$ dotnet add package CloudNative.CleanArchitecture.TemplateCloud Native - Clean Architecture template, for ASP.NET 10 Web API, powered by .NET Aspire and DAPR
| Component | Badge |
|---|---|
| Build Status | |
| Nuget Version | |
| Security Score Card |
Install the template
dotnet new install CloudNative.CleanArchitecture.Template
To create a new solution
dotnet new cn-ca -n MyCloudNativeApi
Once you clone the solution, open with Visual Studio Code
Install the extension - Polyglot Notebooks, better to install all recommended extensions, suggested by VS Code, when you open the workspace
The documents under docs directory would be a good start
To build and deploy the project, follow the interactive notebooks under build and deployment directories.