Fluent.Validation.PieroViano 9.2.2

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

// Install Fluent.Validation.PieroViano as a Cake Tool
#tool nuget:?package=Fluent.Validation.PieroViano&version=9.2.2

A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Fluent.Validation.PieroViano:

Package Downloads
FatturaElettronica.PieroViano

Fattura elettronica per le aziende e la pubblica amministrazione italiana

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.2.2 433 12/30/2020

FluentValidation 9 is a major release. Please read the upgrade notes at https://docs.fluentvalidation.net/en/latest/upgrading-to-9.html

Changes in 9.2.2:
* Fix one of the inheritance validator overloads not working correctly.

Changes in 9.2.1:
* Add non-generic Add method to inheritance validator.
* Updates to Persian translations.
* Added Bengali translations.

Changes in 9.2.0:
* Add inheritance validator
* Performance improvements

Changes in 9.1.3:
* Fix an issue with IncludeRulesNotInRuleSet not working correctly

Changes in 9.1.2:
* Make the ValidationContext.ThrowOnFailures getter public.

Changes in 9.1.1:
* Fix an incorrect deprecation message.

Changes in 9.1:
* Make ruleset separator character splitting consistent
* Transform now works with RuleForEach
* Introduce constants for rulesets
* Resolve issue when attempting to use asynchronous conditions in a synchornous validaiton run
* Added asynchronous versions of the TestHelper methods.
* Introduce CascadeMode.Stop and deprecate CascadeMode.StopOnFirstFailure to resolve confusion/abiguity about setting the cascade mode at validator-level (#1437)
* RaiseValidationException can be overridden to customize the exception throwing process
* Add new Validate extension methods that allow options to be configured using a strategy

Changes in 9.0.0:
* Removed support for netstandard1.1 and netstandard1.6
* Removed support for end-of-life .NET Core versions (2.2 and 3.0). LTS versions are supported (2.1 and 3.1)
* Default email validation mode now uses the same logic as ASP.NET Core. Previous regex behaviour is opt-in.
* TestHelper advanced mode now has more features (see https://docs.fluentvalidation.net/en/latest/testing.html#advanced-test-extensions)
* Equal/NotEqual now perform ordinal comparison when used with string properties
* Severity can now be set dynamically with a callback
* Removed WithLocalizedMessage (WithMessage that takes a callback is the replacement)
* Removed ResourceName from ValidationFailure
* Removed ResourceName and ResourceType from IStringSource.
* Removed SetCollectionValidator which was deprecated in 8.0
* Additional overload of OnAnyFailure that can receive a collection of validation failures
* Remove DisplayAttribute integration and reference to DataAnnotations.
* ComparisonProperty placeholder is now formatted like PropertyName
* Translations of default error messages into other languages are now lazily-loaded
* Added Slovenian translations of default error messages.
* Added Icelandic translations of default error messages.
* Added WithMessageArgument to the test helpers.
* Add additional overload of SetValidator that takes a Func that receives the current property value.
* ASP.NET Core: FluentValidationModelValidatorProvider and FluentValidationModelValidator are now public.
* Work around a bug in ASP.NET Core's integration testing components that can cause ConfigureServices to run multiple times.
* SourceLink integration.
* {CollectionIndex} placeholder can now be accessed in child validators.
* Additional ValidationException constructor that allows using both the default message and a custom one together.
* ScalePrecisionValidator algorithm now matches SQL Server.
* Additional overload of the When methods that contain the validation context.
* Automatically scanned types can be excluded when calling RegisterValidatorsFromAssemblyContaining in ASP.NET Core projects.
* New AutomaticValidationEnabled property for use in ASP.NET Core projects (defaults to true).

Full release notes can be found at https://github.com/FluentValidation/FluentValidation/blob/master/Changelog.txt