FluentValidation.Blazor icon indicating copy to clipboard operation
FluentValidation.Blazor copied to clipboard

Fluent Validation-powered Blazor component for validating standard <EditForm> :milky_way: :white_check_mark:

Results 18 FluentValidation.Blazor issues
Sort by recently updated
recently updated
newest added

* Update to latest .net 5 packages from deprecated versions. * Update to latest Fluent version.

Hi maintainers, PRs to upgrade to FluentValidation 10 are still pending after weeks. Is there a problem with those or is this repo abandoned? I'm not asking to be rude/mean,...

Updated framework reference to .net 6 Updated all NuGet packages. Tested on a local project, no issues.

When my component disposes, it crashes because the validation is for some reason still triggered. In TryGetFieldValidator adding ``` if (_disposedValue) return null ``` Resolves this issue.

Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) from 5.0.0 to 5.0.8. Release notes Sourced from Microsoft.AspNetCore.Components.Web's releases. .NET 5.0.8 Release .NET 5.0.7 Release .NET 5.0.6 Release .NET 5.0.5 Release .NET 5.0.4 Release .NET 5.0.3 Release...

dependencies

Bumps [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console) from 3.1.1 to 4.0.0. Release notes Sourced from Serilog.Sinks.Console's releases. v4.0.0 #98 (@​rafaelsc) #99 (@​rafaelsc) #66 - binary-breaking change, adds the optional syncRoot parameter to WriteTo.Console() (@​adamchester) #95...

dependencies

Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 5.0.0 to 5.0.8. Release notes Sourced from Microsoft.AspNetCore.Components's releases. .NET 5.0.8 Release .NET 5.0.7 Release .NET 5.0.6 Release .NET 5.0.5 Release .NET 5.0.4 Release .NET 5.0.3 Release...

dependencies

Bumps [FluentValidation.DependencyInjectionExtensions](https://github.com/JeremySkinner/fluentvalidation) from 9.3.0 to 10.3.0. Release notes Sourced from FluentValidation.DependencyInjectionExtensions's releases. 10.3.0 Release notes Please read the upgrade guide if you are moving from 9.x to 10.x Changes in...

dependencies

Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 9.3.0 to 10.3.0. Release notes Sourced from FluentValidation's releases. 10.3.0 Release notes Please read the upgrade guide if you are moving from 9.x to 10.x Changes in...

dependencies

Does this library support async validation within an EditContext? I'm having issues specifically validating with `MustAsync` which calls out to a database to ensure data is valid before returning the...