MinimalCleanArch.Extensions
0.1.14-preview
This is a prerelease version of MinimalCleanArch.Extensions.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MinimalCleanArch.Extensions --version 0.1.14-preview
NuGet\Install-Package MinimalCleanArch.Extensions -Version 0.1.14-preview
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MinimalCleanArch.Extensions" Version="0.1.14-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MinimalCleanArch.Extensions" Version="0.1.14-preview" />
<PackageReference Include="MinimalCleanArch.Extensions" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MinimalCleanArch.Extensions --version 0.1.14-preview
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MinimalCleanArch.Extensions, 0.1.14-preview"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MinimalCleanArch.Extensions@0.1.14-preview
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MinimalCleanArch.Extensions&version=0.1.14-preview&prerelease
#tool nuget:?package=MinimalCleanArch.Extensions&version=0.1.14-preview&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.14-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-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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Asp.Versioning.Http (>= 8.1.1)
- FluentValidation (>= 12.1.1)
- FluentValidation.AspNetCore (>= 11.3.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.AspNetCore.OpenApi (>= 10.0.0)
- MinimalCleanArch (>= 0.1.14-preview)
- OpenTelemetry.Api (>= 1.15.0)
- OpenTelemetry.Exporter.Console (>= 1.15.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.0)
- OpenTelemetry.Extensions.Hosting (>= 1.15.0)
- OpenTelemetry.Instrumentation.AspNetCore (>= 1.15.0)
- OpenTelemetry.Instrumentation.Http (>= 1.15.0)
- OpenTelemetry.Instrumentation.Runtime (>= 1.15.0)
- Scalar.AspNetCore (>= 2.4.7)
- Serilog.AspNetCore (>= 9.0.0)
- Serilog.Enrichers.Environment (>= 3.0.1)
- Serilog.Enrichers.Thread (>= 4.0.0)
- Serilog.Sinks.Console (>= 6.1.1)
- Serilog.Sinks.File (>= 7.0.0)
-
net9.0
- Asp.Versioning.Http (>= 8.1.1)
- FluentValidation (>= 12.1.1)
- FluentValidation.AspNetCore (>= 11.3.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.AspNetCore.OpenApi (>= 9.0.5)
- MinimalCleanArch (>= 0.1.14-preview)
- OpenTelemetry.Api (>= 1.15.0)
- OpenTelemetry.Exporter.Console (>= 1.15.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.0)
- OpenTelemetry.Extensions.Hosting (>= 1.15.0)
- OpenTelemetry.Instrumentation.AspNetCore (>= 1.15.0)
- OpenTelemetry.Instrumentation.Http (>= 1.15.0)
- OpenTelemetry.Instrumentation.Runtime (>= 1.15.0)
- Scalar.AspNetCore (>= 2.4.7)
- Serilog.AspNetCore (>= 9.0.0)
- Serilog.Enrichers.Environment (>= 3.0.1)
- Serilog.Enrichers.Thread (>= 4.0.0)
- Serilog.Sinks.Console (>= 6.1.1)
- Serilog.Sinks.File (>= 7.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MinimalCleanArch.Extensions:
| Package | Downloads |
|---|---|
|
MinimalCleanArch.Validation
Validation components for MinimalCleanArch using FluentValidation, including extensions for service registration. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.15-preview | 0 | 3/3/2026 |
| 0.1.14 | 31 | 3/2/2026 |
| 0.1.14-preview | 33 | 3/1/2026 |
| 0.1.13-preview | 47 | 2/28/2026 |
| 0.1.12-preview | 109 | 2/22/2026 |
| 0.1.11-preview | 109 | 12/27/2025 |
| 0.1.10-preview | 101 | 12/27/2025 |
| 0.1.9-preview | 134 | 12/21/2025 |
| 0.1.8-preview | 239 | 12/15/2025 |
| 0.1.7 | 167 | 12/14/2025 |
| 0.1.7-preview | 425 | 12/11/2025 |
| 0.1.6 | 439 | 12/9/2025 |
| 0.1.6-preview | 495 | 12/9/2025 |
| 0.1.5 | 233 | 12/6/2025 |
| 0.1.4 | 212 | 5/26/2025 |
| 0.1.3 | 209 | 5/25/2025 |
| 0.1.2 | 202 | 5/25/2025 |
| 0.1.1 | 205 | 5/25/2025 |
| 0.0.1 | 157 | 5/25/2025 |