Edited Unassigned: No Client-Side validation MVC5 [7169]
Hi,doing tutorial (http://www.beabigrockstar.com/using-fluent-validation-with-asp-net-mvc-part-1-the-basics/) with MVC5 I have notice no client-site validation on RegisterViewModel. Please check...
View ArticleCommented Unassigned: No Client-Side validation MVC5 [7169]
Hi,doing tutorial (http://www.beabigrockstar.com/using-fluent-validation-with-asp-net-mvc-part-1-the-basics/) with MVC5 I have notice no client-site validation on RegisterViewModel. Please check...
View ArticleCommented Unassigned: No Client-Side validation MVC5 [7169]
Hi,doing tutorial (http://www.beabigrockstar.com/using-fluent-validation-with-asp-net-mvc-part-1-the-basics/) with MVC5 I have notice no client-site validation on RegisterViewModel. Please check...
View ArticleCommented Unassigned: No Client-Side validation MVC5 [7169]
Hi,doing tutorial (http://www.beabigrockstar.com/using-fluent-validation-with-asp-net-mvc-part-1-the-basics/) with MVC5 I have notice no client-site validation on RegisterViewModel. Please check...
View ArticleClosed Unassigned: No Client-Side validation MVC5 [7169]
Hi,doing tutorial (http://www.beabigrockstar.com/using-fluent-validation-with-asp-net-mvc-part-1-the-basics/) with MVC5 I have notice no client-site validation on RegisterViewModel. Please check...
View ArticleCreated Unassigned: "Length" validator with just a Min value [7170]
I would really like a "Length" validator with just a Min value for string properties.As the alternative .Must(y => y.Length >= MinLength).WithMessage("length too short")Is verbose and doesn't...
View ArticleNew Post: Issues setting up FluentValidation with Castle.Windsor
Hi, I have an asp.net MVC 4.5 application with Castle.Windsor 3.2.2 as DI and I'm trying to add FluentValidation version 5.0.0.1 for the first time. I created the factory inheriting from...
View ArticleNew Post: Issues setting up FluentValidation with Castle.Windsor
Hi It looks like you're using the wrong FluentValidationModelValidatorProvider. There are two - one for MVC and one for WebApi. You seem to be using the WebAPI one. Make sure you're using...
View ArticleNew Post: Issues setting up FluentValidation with Castle.Windsor
Great, thank you! It was that. Now it's not working but because of issues with Castle. I'll post in another thread if I can't solve it. Thanks again, Andres
View ArticleCreated Unassigned: new nuget package with MVC 5.1? [7171]
Is there any timeline for releasing an update of MVC 5 support with MVC 5.1.x?
View ArticleNew Post: Client-Side validation against abstraction
Hi, let assume that I have a view that has a model:@model Portal.Presentation.Models.IUserViewModel and IUserViewModel: public interface IUserViewModel { string FirstName { get; set; } } and its...
View ArticleNew Post: Client-Side validation against abstraction
Should work fine, provided that your validator factory knows to use this validator for any implementors of the interface.
View ArticleCommented Unassigned: new nuget package with MVC 5.1? [7171]
Is there any timeline for releasing an update of MVC 5 support with MVC 5.1.x?Comments: I'll try and do a new release this week. In the meantime, the existing release should work fine with mvc 5.1,...
View ArticleSource code checked in, #52581f71c0884125f7aa018902ab9989ddadf41f
Temporarily ignore broken test
View ArticleSource code checked in, #cee7e70c85af3da9d49c2694ee21123a3b2df61e
Lock the MVC4 dependencies as this is the last release of the MVC4 integration
View ArticleSource code checked in, #393b6b39b6f7716619b6c0208acdcac3e64aef6d
Include webapi dependency in the FV.WebApi package
View ArticleReleased: 5.1 (Mar 11, 2014)
If you find FluentValidation useful, please consider making a donation.Changes in this release:Applied pull request: Apply the same display name resolving to the target property as to the source...
View ArticleCreated Release: 5.1 (Mar 11, 2014)
If you find FluentValidation useful, please consider making a donation. Changes in this release:Applied pull request: Apply the same display name resolving to the target property as to the source...
View ArticleCommented Unassigned: new nuget package with MVC 5.1? [7171]
Is there any timeline for releasing an update of MVC 5 support with MVC 5.1.x?Comments: I did a nuget release today that integrated the latest changes, but hasn't moved to MVC5.1 yet as I'm not quite...
View Article