Blazor Validation Versions Save

Validation extensions for Microsoft Blazor / FluentValidation

3.0

10 months ago
  • Add OnTransformModel delegate to allow the model to be transformed before validation (This is useful when using endpoint-centric APIs).

2.0

1 year ago
  • Add support for .NET 7
  • Drop unsupported frameworks

1.8

2 years ago
  • Use Services.TryAddScoped instead of Services.AddScoped in case the consuming app has already registered validators
  • Support Blazor 6

1.7

3 years ago
  • Upgrade to FluentValidation 10 #31
  • Do not traverse structs when validating an object tree #33

1.6

3 years ago

Suport FluentValidation's RuleForEach and ChildRules

1.5.0

3 years ago

1.4.0

3 years ago

Upgrade to FluentValidation 9.0

1.3.1

4 years ago

Added EditContext.ValidateProperties to validate a sub-set of a form's model and return true/false if valid.

1.2.0

4 years ago

Sign assemblies

Return bool from EditContext.ValidateProperty

1.1.0-dotnet3.1.0-preview4.19579.2

4 years ago