-
### Bug type
Component
### Component name
MudDatePicker
### What happened?
#### Overview
As brought up in the discussion #3478, when using a `MudForm` with a FluentValidation valida…
-
```
Error: System.MissingMethodException: Method not found: 'System.Collections.Generic.IList`1 FluentValidation.Results.ValidationResult.get_Errors()'.
at Microsoft.AspNetCore.Components.Forms.F…
-
Can we get a sample showing what would trigger the [MapFluentValidationException](https://github.com/khellang/Middleware/blob/master/samples/ProblemDetails.Sample/ProblemDetailsOptionsExtensions.cs).
-
### Bug type
Component
### Component name
MudForm
### What happened?
Created a MudForm with a model, fluent validator and a MudSelect which will display different components within the form based…
-
Hi Chase,
I started with your code and made several changes to support the latest version of FluentValidation (10.0). I also perceived a weakness in that, if data is never entered, SetPropeerty is …
-
**Describe the bug**
FluentValidation version 2.1.0, FluentValidator 11.4.0
Validation fails with this exception when using the validator property.
It works with FluentValidation version 2.0.3…
-
### Overview
ObservableValidator uses System.ComponentModel.DataAnnotations.Validator, and is tough to replace - a call to (static) Validator.Validate is not substitutable. For straightforward impl…
-
### Feature request type
Enhance component
### Component name
MudForm
### Is your feature request related to a problem?
I want to use FluentValidation since it's better to centralize validation t…
-
Is it expected that FluentValidation is not invoked when running tests? Since it's using FluentValidation.AspNetCore it's only being invoked through the MVC pipeline, which is bypassed from the tests.…
-
Using the FluentValidator in Auto Mode the validation result relates to the previous value not the value just entered.
When doing a ValidateAll() is does work properly, but the form may show invalid …