![]() |
VOOZH | about |
dotnet add package MinimalCleanArch.Extensions --version 0.1.19
NuGet\Install-Package MinimalCleanArch.Extensions -Version 0.1.19
<PackageReference Include="MinimalCleanArch.Extensions" Version="0.1.19" />
<PackageVersion Include="MinimalCleanArch.Extensions" Version="0.1.19" />Directory.Packages.props
<PackageReference Include="MinimalCleanArch.Extensions" />Project file
paket add MinimalCleanArch.Extensions --version 0.1.19
#r "nuget: MinimalCleanArch.Extensions, 0.1.19"
#:package MinimalCleanArch.Extensions@0.1.19
#addin nuget:?package=MinimalCleanArch.Extensions&version=0.1.19Install as a Cake Addin
#tool nuget:?package=MinimalCleanArch.Extensions&version=0.1.19Install as a Cake Tool
Minimal API extensions for MinimalCleanArch.
MinimalCleanArchMinimalCleanArch.Validation for validation integrationWithValidation<T>()).DomainException/Error mapping to RFC 7807.Result/Error to IResult helpers for expected API outcomes (MatchHttp, ToProblem).429 responses.dotnet add package MinimalCleanArch.Extensions --version 0.1.19-preview
Recommended API bootstrap:
builder.Services.AddMinimalCleanArchApi(options =>
{
options.AddValidatorsFromAssemblyContaining<CreateTodoCommandValidator>();
options.EnableRateLimiting = true;
});
Equivalent explicit registration:
builder.Services.AddMinimalCleanArchExtensions();
builder.Services.AddValidationFromAssemblyContaining<CreateTodoCommandValidator>();
builder.Services.AddMinimalCleanArchRateLimiting();
Middleware:
app.UseMinimalCleanArchApiDefaults(options =>
{
options.UseRateLimiting = true;
});
AddMinimalCleanArchApi(...) is the preferred entry point when you want a single bootstrap method. Use the explicit registrations when you need tighter control over the service graph.
Execution-context claim mapping can be customized without replacing IExecutionContext:
builder.Services.Configure<ExecutionContextOptions>(options =>
{
options.TenantIdClaimTypes.Clear();
options.TenantIdClaimTypes.Add("business_id");
});
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.19 | 129 | 3/18/2026 |
| 0.1.19-preview | 121 | 3/18/2026 |
| 0.1.18 | 136 | 3/13/2026 |
| 0.1.18-preview | 118 | 3/12/2026 |
| 0.1.17 | 133 | 3/12/2026 |
| 0.1.17-preview | 120 | 3/8/2026 |
| 0.1.16-preview | 116 | 3/7/2026 |
| 0.1.15-preview | 115 | 3/3/2026 |
| 0.1.14 | 135 | 3/2/2026 |
| 0.1.14-preview | 119 | 3/1/2026 |
| 0.1.13-preview | 119 | 2/28/2026 |
| 0.1.12-preview | 138 | 2/22/2026 |
| 0.1.11-preview | 129 | 12/27/2025 |
| 0.1.10-preview | 127 | 12/27/2025 |
| 0.1.9-preview | 159 | 12/21/2025 |
| 0.1.8-preview | 262 | 12/15/2025 |
| 0.1.7 | 189 | 12/14/2025 |
| 0.1.7-preview | 444 | 12/11/2025 |
| 0.1.6 | 465 | 12/9/2025 |
| 0.1.6-preview | 512 | 12/9/2025 |