DEV Community

Kh Akash
Kh Akash

Posted on

How to skip file validation if the file has existed using fluent validation?

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)