![]() |
VOOZH | about |
dotnet add package MinimalCleanArch.Validation --version 0.1.19
NuGet\Install-Package MinimalCleanArch.Validation -Version 0.1.19
<PackageReference Include="MinimalCleanArch.Validation" Version="0.1.19" />
<PackageVersion Include="MinimalCleanArch.Validation" Version="0.1.19" />Directory.Packages.props
<PackageReference Include="MinimalCleanArch.Validation" />Project file
paket add MinimalCleanArch.Validation --version 0.1.19
#r "nuget: MinimalCleanArch.Validation, 0.1.19"
#:package MinimalCleanArch.Validation@0.1.19
#addin nuget:?package=MinimalCleanArch.Validation&version=0.1.19Install as a Cake Addin
#tool nuget:?package=MinimalCleanArch.Validation&version=0.1.19Install as a Cake Tool
Validation components for MinimalCleanArch.
MinimalCleanArch, MinimalCleanArch.ExtensionsMinimalCleanArch.Extensions endpoint validation.dotnet add package MinimalCleanArch.Validation --version 0.1.19-preview
Recommended registration:
builder.Services.AddValidationFromAssemblyContaining<CreateTodoCommandValidator>();
builder.Services.AddMinimalCleanArchExtensions();
If you use the higher-level API bootstrap from MinimalCleanArch.Extensions, you can register validators there instead:
builder.Services.AddMinimalCleanArchApi(options =>
{
options.AddValidatorsFromAssemblyContaining<CreateTodoCommandValidator>();
});
Recommended methods:
AddValidation(...) registers validators from one or more assemblies.AddValidationFromAssemblyContaining<T>() registers validators from the assembly containing T.AddMinimalCleanArchValidation(...) and AddMinimalCleanArchValidationFromAssemblyContaining<T>() remain available as compatibility aliases.| 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.19 | 121 | 3/18/2026 |
| 0.1.19-preview | 103 | 3/18/2026 |
| 0.1.18 | 116 | 3/13/2026 |
| 0.1.18-preview | 107 | 3/12/2026 |
| 0.1.17 | 114 | 3/12/2026 |
| 0.1.17-preview | 110 | 3/8/2026 |
| 0.1.16-preview | 103 | 3/7/2026 |
| 0.1.15-preview | 103 | 3/3/2026 |
| 0.1.14 | 115 | 3/2/2026 |
| 0.1.14-preview | 104 | 3/1/2026 |
| 0.1.13-preview | 102 | 2/28/2026 |
| 0.1.12-preview | 116 | 2/22/2026 |
| 0.1.11-preview | 119 | 12/27/2025 |
| 0.1.10-preview | 115 | 12/27/2025 |
| 0.1.9-preview | 141 | 12/21/2025 |
| 0.1.8-preview | 241 | 12/15/2025 |
| 0.1.7 | 173 | 12/14/2025 |
| 0.1.7-preview | 431 | 12/11/2025 |
| 0.1.6 | 455 | 12/9/2025 |
| 0.1.6-preview | 490 | 12/9/2025 |