0
    
    
        
                    nabass created
                    
                    
                    
                
                I am trying to apply FluentValidation to the CreateUpdateZacatCompanyDto class, but the error messages from the CreateUpdateZacatCompanyDtoValidator, which inherits from AbstractValidator<CreateUpdateZacatCompanyDto>, are not being displayed.
I have created all the necessary classes and injected the configuration into the module. How can I ensure that the error messages are shown for each field?
3 Answer(s)
- 
    0Hi, FluentValidation does not provide integration with Blazor out of the box see: https://docs.fluentvalidation.net/en/latest/blazor.html You can consider to use Blazorise validation https://blazorise.com/docs/components/validation 
- 
    0
- 
    0Hi, No , as the fluent validation document mentioned, it does not support Blazor. 



 
                                