Vertizens.SliceR.Validated.Fluent
0.5.0-rc.1
See the version list below for details.
dotnet add package Vertizens.SliceR.Validated.Fluent --version 0.5.0-rc.1
NuGet\Install-Package Vertizens.SliceR.Validated.Fluent -Version 0.5.0-rc.1
<PackageReference Include="Vertizens.SliceR.Validated.Fluent" Version="0.5.0-rc.1" />
paket add Vertizens.SliceR.Validated.Fluent --version 0.5.0-rc.1
#r "nuget: Vertizens.SliceR.Validated.Fluent, 0.5.0-rc.1"
// Install Vertizens.SliceR.Validated.Fluent as a Cake Addin #addin nuget:?package=Vertizens.SliceR.Validated.Fluent&version=0.5.0-rc.1&prerelease // Install Vertizens.SliceR.Validated.Fluent as a Cake Tool #tool nuget:?package=Vertizens.SliceR.Validated.Fluent&version=0.5.0-rc.1&prerelease
SliceR.Validated.Fluent
Adds to SliceR FluentValidation implementation for model validation pipeline for validated handlers
Getting Started
This library is for adding FluentValidation implementation to your IValidatedHandler
pipeline. It adds all the plumbing to be called before the handler that does the implementation and calls the IValidator for the request type.
Register with this call:
services.AddSliceRFluentValidators();
The Insert<>
and Update<,>
operations already have validators registered that call IValidators on the generic type that is the focus for those operations.
Search for FluentValidation for how to use that library but know that any IValidator
that is defined in calling assembly gets registered in the above call.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
-
net8.0
- FluentValidation (>= 11.11.0)
- Vertizens.SliceR (>= 0.5.0-rc.1)
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 |
---|---|---|
1.0.0 | 105 | 12/7/2024 |
0.5.0-rc.1.4 | 54 | 11/28/2024 |
0.5.0-rc.1.3 | 57 | 11/25/2024 |
0.5.0-rc.1.2 | 61 | 11/23/2024 |
0.5.0-rc.1.1 | 56 | 11/23/2024 |
0.5.0-rc.1 | 60 | 11/22/2024 |
0.4.0-rc.1.3 | 52 | 11/17/2024 |
0.4.0-rc.1.2 | 53 | 11/16/2024 |
0.4.0-rc.1.1 | 54 | 11/15/2024 |
0.4.0-rc.1 | 53 | 11/15/2024 |
0.2.0-rc.1 | 67 | 11/11/2024 |
0.1.0-rc.1.1 | 58 | 11/5/2024 |
0.1.0-rc.1 | 56 | 11/4/2024 |