Vertizens.SliceR.Validated.Fluent 1.0.0

dotnet add package Vertizens.SliceR.Validated.Fluent --version 1.0.0                
NuGet\Install-Package Vertizens.SliceR.Validated.Fluent -Version 1.0.0                
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="Vertizens.SliceR.Validated.Fluent" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vertizens.SliceR.Validated.Fluent --version 1.0.0                
#r "nuget: Vertizens.SliceR.Validated.Fluent, 1.0.0"                
#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.
// Install Vertizens.SliceR.Validated.Fluent as a Cake Addin
#addin nuget:?package=Vertizens.SliceR.Validated.Fluent&version=1.0.0

// Install Vertizens.SliceR.Validated.Fluent as a Cake Tool
#tool nuget:?package=Vertizens.SliceR.Validated.Fluent&version=1.0.0                

SliceR.Validated.Fluent

Adds FluentValidation to SliceR for model validation pipeline of validated handler requests.

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.

Implement AbstractValidator<RequestType> according to FluentValidation documentation.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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