Passing an object while validating

first post: amitiitd wrote: Hi Jeremy, Thanks for this wonderful library. I have been using i...

Reuse rule set validator

first post: wandelson wrote: is it possible? [Test] public void Update() { var cm ...

latest post: colemike wrote: Did you figure out if this worked?

Validating Object Graphs

first post: colemike wrote: I see how you can re-use a validator for Complex Properties and Col...

latest post: colemike wrote: It appears the StackOverflow is happening in the constructor while ...

Count invalid items in a model

first post: pwensel wrote: Simple validation, loops over all the boxes and makes sure you ente...

latest post: JeremyS wrote: Hi This message isn't coming from FluentValidation, but rather fro...

Idea for integration

first post: Ridermansb wrote: I working with FluentValidation and EF Migrations. Basically the...

latest post: colemike wrote: You could probably use T4 templates to generate your validation cla...

Documentation: DisplayNameAttribute

first post: nvivo wrote: I accidentally discovered this trying to create a PropertyNameResol...

latest post: JeremyS wrote: I've added this to the docs. Thanks for the suggestion.

Best way to override default validator messages?

first post: nvivo wrote: In a project I work, we have some custom messages for standard vali...

latest post: JeremyS wrote: Good idea - I'll get that changed.

How to associate a rule with more than one property

first post: RyanVice wrote: Hi Jeremy, Thanks for the great framework! One question, how do...

latest post: JeremyS wrote: Yes, please feel free to post your solution.

How to Check the validation for the Combo box with Enum in mvc razor

first post: Anubhava wrote: Hi Experts, In my Model there is a Property Genders as Selectlist...

Unify projects to create a better validator

first post: braian87b wrote: Hi all: I've been seen both validators, Rules Engine and Fluent Va...

latest post: JeremyS wrote: Thanks for the suggestion. I don't think unifying the projects is s...