Fluent Validation Rule Generator

·

1 min read

I want to share a project that I developed when I was working on a project.

The purpose of this project is to generate basic validation rules codes for the entities in your project. It creates text files that contain the rule codes according to the table names and field properties in the database, which you set in the application settings file.

I haven't worked much on it. I just wrote and used it. Therefore, this project is open to development. But I guess it can meet the basic needs at least.

I hope it will be helpful for someone.

https://github.com/canurek/ValidationCreator