How to skip file validation if the file (Image) has existed using fluent validation?
I want to update my entity. When I update my entity, I want to skip or ignore validation rules If the file (Image) has to exist. I want to do it in my ASP.NET Core…
Top comments (0)