jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
16.85k stars 3.62k forks source link

Clean Architecture in Blazor Server EditForm Validation #265

Closed mark-montinola closed 3 years ago

mark-montinola commented 3 years ago

I'm new to ASP.Net Core Development and I like the Clean Architecture design. But I have a problem in validating the EditForm of Blazor component using the Fluentvalidation. How to return the validation message to the EditForm?

jasontaylordev commented 3 years ago

Hi Mark - thanks for your question. I'm looking to release a new version of the template supporting Blazor soon. Until then, you might like to check out https://blog.stevensanderson.com/2019/09/04/blazor-fluentvalidation/. If that doesn't help, suggest create a sample repo and ask your question again on StackOverflow. Happy Coding! 😊