Commented Issue: Equal does not use the Display Attribute [7125]
```c#[Display(Name = "NewPassword", ResourceType = typeof(Labels))][DataType(DataType.Password)]public string NewPassword { get; set; }[Display(Name = "NewPasswordVerification", ResourceType =...
View ArticleReviewed: 3.4 (مارس 05, 2013)
Rated 5 Stars (out of 5) - This is what validation means!
View ArticleNew Comment on "CreatingAValidator"
I don't see the .ValidateAndThrow() method, I'm using FluentValidation.dll version 3.4.6.0. Could you fix it?
View ArticleNew Post: Validating object before adding to nested collection
So FluentValidation is designed to work on validating pre-populated object models, where all the properties have been set and all nested child collections have been fully initialized prior to...
View ArticleNew Post: FluentValidation and Nuget Package BeginCollectionItem
Hello Jeremy, Is there a workaround for validating collections that using GUID indices like BeginCollectionItem does? FluentValidation validates the collection of models but it returns the wrong...
View ArticleNew Post: FluentValidation and Nuget Package BeginCollectionItem
Hi I'm afraid not currently - FluentValidation only supports sequential numerical indices in child collections. Jeremy
View ArticleNew Comment on "CreatingAValidator"
Please do not post comments on these wiki pages - they are not monitored. If you have a question, please open a discussion on the Discussions page.
View ArticleCreated Issue: Validating dynamic attributes [7127]
hi, awesome library, but could you tell me please how to validate the following```public class Product{ public string Id { get; set; } public List<Attribute> Attributes { get; set; }}public class...
View ArticleNew Post: Serializing a validator
Hi, I am trying to come up with a way to allow users to customize validation (some kind of rules engine idea ...). I wanted to use FluentValidation but I need to be able to serialize and deserialize a...
View ArticleSource code checked in, #17238541ccb7
Include memberaccessor and CollectionPropertyRule in SL project
View ArticleUpdated Wiki: CreatingAValidator
Creating a Validator class Before creating any validators, you will need to add a reference to FluentValidation.dllTo define a set of validation rules for a particular object, you will need to create a...
View ArticleNew Post: Serializing a validator
Hi Julian I'm afraid this isn't something that FluentValidation supports. Jeremy
View ArticleCommented Issue: Validating dynamic attributes [7127]
hi, awesome library, but could you tell me please how to validate the following```public class Product{ public string Id { get; set; } public List<Attribute> Attributes { get; set; }}public class...
View ArticleNew Post: Pre Validating Property in class
All my classes are pre validating properties before making changes to ensure all object properties are always in valid state. Validator instance is injected via constructor. My property looks something...
View ArticleCommented Issue: ValidationFailure constructors cause...
When running any unit test under a code coverage tool (e.g. TestDriven.NET "Test With" NCover or VS Coverage) which contains a call to either of the ValidationResult constructors, I get a...
View ArticleCreated Issue: NuGet FluentValidation.Mvc does not have a stong name [7128]
I am unable to sign my project because FluentValidation.Mvc doesn't have a strong name. You should sign the libraries you publish on NuGet like everyone else otherwise they can't be used in projects...
View ArticleCommented Issue: NuGet FluentValidation.Mvc does not have a stong name [7128]
I am unable to sign my project because FluentValidation.Mvc doesn't have a strong name. You should sign the libraries you publish on NuGet like everyone else otherwise they can't be used in projects...
View ArticleCommented Issue: NuGet FluentValidation.Mvc does not have a stong name [7128]
I am unable to sign my project because FluentValidation.Mvc doesn't have a strong name. You should sign the libraries you publish on NuGet like everyone else otherwise they can't be used in projects...
View ArticleCommented Issue: NuGet FluentValidation.Mvc does not have a stong name [7128]
I am unable to sign my project because FluentValidation.Mvc doesn't have a strong name. You should sign the libraries you publish on NuGet like everyone else otherwise they can't be used in projects...
View ArticleClosed Issue: NuGet FluentValidation.Mvc does not have a stong name [7128]
I am unable to sign my project because FluentValidation.Mvc doesn't have a strong name. You should sign the libraries you publish on NuGet like everyone else otherwise they can't be used in projects...
View Article