Commented Unassigned: Microsoft Platform Ready test fails on missing Company...
While performing a Microsoft Platform Ready test for Windows Sever 2012 R2 we encounter a failed test, caused by missing Company Information in the DLL files of the Fluent Validation files. I have...
View ArticleCommented Unassigned: Microsoft Platform Ready test fails on missing Company...
While performing a Microsoft Platform Ready test for Windows Sever 2012 R2 we encounter a failed test, caused by missing Company Information in the DLL files of the Fluent Validation files. I have...
View ArticleCommented Unassigned: Microsoft Platform Ready test fails on missing Company...
While performing a Microsoft Platform Ready test for Windows Sever 2012 R2 we encounter a failed test, caused by missing Company Information in the DLL files of the Fluent Validation files. I have...
View ArticleNew Post: ValidationMessageFor Not Displaying Razor/MVC5
I have successfully integrated FluentValidation into my MVC5 project. One of the simpler rules in my validator class is:RuleFor(x => x.DisplayName) .NotEmpty() .WithLocalizedMessage(() =>...
View ArticleNew Post: SetValidator() vs. SetCollectionValidator()
I'm new to Fluent Validation and just got the version 5.3 from nuGet yesterday. I'm trying to apply an existing validator to a collection property of a class. The documentation here says to...
View ArticleNew Post: SetValidator() vs. SetCollectionValidator()
Actually, I just got the method to show up in Intellisense, but not sure why it didn't before. If I changed this:RuleFor(e => e.PhoneNumbers).SetCollectionValidator(new PhoneValidator());...
View ArticleNew Post: SetValidator() vs. SetCollectionValidator()
Hi Make sure that you have a using statement to bring in the FluentValidation namespace. SetCollectionValidator is an extension method, so it won't show up if the namespace isn't there. The cast isn't...
View ArticleNew Post: ValidationMessageFor Not Displaying Razor/MVC5
Hi I'm not seeing this behaviour in my testing...could you put together a small sample that reproduces the issue, and email it to me (jeremy at jeremyskinner.co.uk) Thanks
View ArticleCreated Unassigned: FluentValidation Rule for MVC DropDownListFor? [7185]
I am trying to validate dropdown list using FluentValidation. I think I am doing wrong, but not able to find to solution. I need your help.__Model__```[FluentValidation.Attributes.Validator(typeof...
View ArticleNew Post: ValidationMessageFor Not Displaying Razor/MVC5
When I isolate my code, everything is working fine. I should have thought to isolate it better before posting this question. It seems to be breaking down when the form is inside a modal dialog box...
View ArticleNew Comment on "ValidatorFactory"
Since I also came here trying to find the answer to my question I figured I would contribute. I figured out how to register all direct child implementations that inherit from an...
View ArticleNew Comment on "ValidatorFactory"
Since I also came here trying to find the answer to my question I figured I would contribute. I figured out how to register all direct child implementations that inherit from an...
View ArticleCreated Unassigned: [PATCH] Danish translation [7186]
Hello,I've made a translation of error messages to Danish. Attached is the patch file (diff to commit 4555a33). Hope it can be useful.
View ArticleSource code checked in, #ec3a6a85529f0b8c1985c7f2f605ad3a1f69acac
Applied patch - danish translation
View ArticleCommented Unassigned: [PATCH] Danish translation [7186]
Hello,I've made a translation of error messages to Danish. Attached is the patch file (diff to commit 4555a33). Hope it can be useful.Comments: Applied - thanks
View ArticleClosed Unassigned: [PATCH] Danish translation [7186]
Hello,I've made a translation of error messages to Danish. Attached is the patch file (diff to commit 4555a33). Hope it can be useful.
View ArticleCreated Unassigned: FluentValidation Rule dependency validation based on...
I need to validate two textboxes based on dropdownselect. It is dependency validation. for this I am using FluentValidation. Key thing is here, values of dropdownlist is language specification....
View ArticleNew Post: Nuget FluentValidation.MVC4 incompatible with FV 5.3.0.0
Hi, Just trying to update to FV to 5.3 with FV.MVC4. MVC4 is hardcoded to depend only on 5.1 to 5.2 Is there an update coming for this package? I've worked out i was just using the AddToModelState...
View ArticleNew Post: Nuget FluentValidation.MVC4 incompatible with FV 5.3.0.0
Hi Matt No plans for another update I'm afraid. FV 5.2 was the last to include mvc4 support. Because of the very poor extensibility points in MVC, and the subtle changes between versions it's a massive...
View ArticleNew Post: Calling stored procedure with output parameter from a Rule
Hello, Thank you for making such an awesome framework. I have an odd requirement where I need to call out to a stored proc (via EF) passing in an output parameter (or two). I need to validate the...
View Article