MinimalCleanArch 0.1.13-preview
See the version list below for details.
dotnet add package MinimalCleanArch --version 0.1.13-preview
NuGet\Install-Package MinimalCleanArch -Version 0.1.13-preview
<PackageReference Include="MinimalCleanArch" Version="0.1.13-preview" />
<PackageVersion Include="MinimalCleanArch" Version="0.1.13-preview" />
<PackageReference Include="MinimalCleanArch" />
paket add MinimalCleanArch --version 0.1.13-preview
#r "nuget: MinimalCleanArch, 0.1.13-preview"
#:package MinimalCleanArch@0.1.13-preview
#addin nuget:?package=MinimalCleanArch&version=0.1.13-preview&prerelease
#tool nuget:?package=MinimalCleanArch&version=0.1.13-preview&prerelease
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:
0.1.7 - Preview packages/templates:
0.1.13-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.13-preview
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on MinimalCleanArch:
| Package | Downloads |
|---|---|
|
MinimalCleanArch.Extensions
Extensions for Minimal API endpoints, including validation filters, error handling, logging, health checks, and standard response definitions. |
|
|
MinimalCleanArch.Validation
Validation components for MinimalCleanArch using FluentValidation, including extensions for service registration. |
|
|
MinimalCleanArch.DataAccess
Entity Framework Core implementation for MinimalCleanArch |
|
|
MinimalCleanArch.Messaging
Messaging and event-driven architecture for MinimalCleanArch using Wolverine. Includes domain events, transactional outbox, and background job processing. |
|
|
MinimalCleanArch.Audit
Optional audit logging package for MinimalCleanArch. Provides audit log tables, change history tracking, and audit query services. Opt-in feature - only adds overhead when explicitly enabled. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.15-preview | 118 | 3/3/2026 |
| 0.1.14 | 141 | 3/2/2026 |
| 0.1.14-preview | 143 | 3/1/2026 |
| 0.1.13-preview | 142 | 2/28/2026 |
| 0.1.12-preview | 154 | 2/22/2026 |
| 0.1.11-preview | 158 | 12/27/2025 |
| 0.1.10-preview | 152 | 12/27/2025 |
| 0.1.9-preview | 184 | 12/21/2025 |
| 0.1.8-preview | 287 | 12/15/2025 |
| 0.1.7 | 222 | 12/14/2025 |
| 0.1.7-preview | 471 | 12/11/2025 |
| 0.1.6 | 490 | 12/9/2025 |
| 0.1.6-preview | 585 | 12/9/2025 |
| 0.1.5 | 254 | 12/6/2025 |
| 0.1.4 | 226 | 5/26/2025 |
| 0.1.3 | 219 | 5/25/2025 |
| 0.1.2 | 210 | 5/25/2025 |
| 0.1.1 | 233 | 5/25/2025 |
| 0.0.1 | 188 | 5/25/2025 |