MinimalCleanArch.Templates
0.1.14
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install MinimalCleanArch.Templates::0.1.14
This package contains a .NET Template Package you can call from the shell/command line.
MinimalCleanArch
A Clean Architecture toolkit for Minimal APIs on .NET 9 and .NET 10.
Core Features
- Domain building blocks (entities, repositories, unit of work, specifications, result pattern)
- Minimal API helpers (validation wiring, standardized error handling, OpenAPI + Scalar)
- Security and encryption (Data Protection/AES column encryption)
- Soft delete and auditing support
- EF Core integration with specification evaluation
Versions
- Stable packages/templates:
0.1.14 - Next preview line:
0.1.15-preview
Try It Fast
dotnet new install MinimalCleanArch.Templates
dotnet new mca -n QuickStart --single-project --recommended
cd QuickStart
dotnet run
Then open https://localhost:<port>/scalar/v1.
For auth + OpenIddict + Scalar password flow:
dotnet new mca -n QuickAuth --single-project --auth --tests --mcaVersion 0.1.14
cd QuickAuth
dotnet run
Use the auth walkthrough in templates/README.md.
Packages
| Package | Description |
|---|---|
MinimalCleanArch |
Core abstractions and domain primitives. |
MinimalCleanArch.DataAccess |
EF Core repository/unit of work implementation. |
MinimalCleanArch.Extensions |
Minimal API extensions (validation, errors, responses). |
MinimalCleanArch.Validation |
FluentValidation integration components. |
MinimalCleanArch.Security |
Encryption and security utilities. |
MinimalCleanArch.Messaging |
Messaging/domain event helpers. |
MinimalCleanArch.Audit |
Audit logging components. |
MinimalCleanArch.Templates |
dotnet new mca templates. |
Documentation Map
- Templates:
templates/README.md - Sample app:
samples/MinimalCleanArch.Sample/README.md - Core:
src/MinimalCleanArch/README.md - DataAccess:
src/MinimalCleanArch.DataAccess/README.md - Extensions:
src/MinimalCleanArch.Extensions/README.md - Validation:
src/MinimalCleanArch.Validation/README.md - Security:
src/MinimalCleanArch.Security/README.md - Messaging:
src/MinimalCleanArch.Messaging/README.md - Audit:
src/MinimalCleanArch.Audit/README.md
Contributing
Contributions are welcome. See CONTRIBUTING.md.
License
MIT. See LICENSE.
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 |
|---|---|---|
| 0.1.18 | 29 | 3/13/2026 |
| 0.1.18-preview | 64 | 3/12/2026 |
| 0.1.17 | 76 | 3/12/2026 |
| 0.1.17-preview | 78 | 3/8/2026 |
| 0.1.16-preview | 77 | 3/7/2026 |
| 0.1.15-preview | 84 | 3/3/2026 |
| 0.1.14 | 86 | 3/2/2026 |
| 0.1.14-preview | 84 | 3/1/2026 |
| 0.1.13-preview | 87 | 2/28/2026 |
| 0.1.12-preview | 90 | 2/22/2026 |
| 0.1.11-preview | 105 | 12/27/2025 |
| 0.1.10-preview | 91 | 12/27/2025 |
| 0.1.9-preview | 122 | 12/21/2025 |
| 0.1.8-preview | 225 | 12/15/2025 |
| 0.1.7 | 163 | 12/14/2025 |
| 0.1.7-preview | 416 | 12/11/2025 |
| 0.1.6 | 441 | 12/9/2025 |
| 0.1.6-preview | 433 | 12/9/2025 |