New Post: Non-property oriented validation
I created a sample Extension method... I hope that it could help someone. public static void ObjectRule<T>(this AbstractValidator<T> validator, Func<T, string> customValidation) {...
View ArticleNew Post: Instant veriables used within validation context
I'm sorry if this is repeat questions. This is a great library and make life a lot easier. (using MVC4) I have just answered the following question on...
View ArticleNew Post: Instant veriables used within validation context
No, there isn't really a way to do that I'm afraid. Your current approach is the way I'd recommend you do it.
View ArticleNew Post: operation could destabilize the runtime
Hello, I am enhancing an application that contains projects in Silverlight & WCF and references FluentValidation 3.0. In one of the WCF projects, at run time, I get the error- excerpted -...
View ArticleNew Post: operation could destabilize the runtime
Hi Do you have .NET 4.5 installed on your machine? There's a bug in .NET 4.5 (which silently upgrades the .NET 4 assemblies) which causes this runtime destabilization error - I have a workaround for...
View ArticleNew Post: operation could destabilize the runtime
Hi Jeremy, The prompt response is much appreciated. Felt like an extreme step, but when I saw this error a couple of days ago went ahead and uninstalled VS.Net 2012 (was using for other projects) - a,...
View ArticleCreated Unassigned: Support for .Net 3.5 [7146]
Hi,First of all I would like to thank you for your contribution to the open source comunity.We have a big development team using VS 2008, right now upgrading all to 2010 is not an option due to license...
View ArticleCommented Unassigned: Support for .Net 3.5 [7146]
Hi,First of all I would like to thank you for your contribution to the open source comunity.We have a big development team using VS 2008, right now upgrading all to 2010 is not an option due to license...
View ArticleCommented Unassigned: Support for .Net 3.5 [7146]
Hi,First of all I would like to thank you for your contribution to the open source comunity.We have a big development team using VS 2008, right now upgrading all to 2010 is not an option due to license...
View ArticleNew Post: operation could destabilize the runtime
Hi, Thanks updating to 3.4 worked. My 2 cents - in the downloads for 4.0 you may want to add a readMe type file called - for instance - 'For Silverlight' that specifies what you mentioned in your...
View ArticleNew Post: Unique Value Validation
@TetleyK and @JeremyS.. see this: https://gist.github.com/Ridermansb/22239f8fce8d0f58f71b I know that this error is not related to FluentValidation, but as this code may be useful to other developers...
View ArticleNew Post: Non-property oriented validation
Hi Apologies for the late response. 1) No, there isn't a ValidationRule implementation that uses DataAnnotations - FluentValidation is designed to be an alternative to DataAnnotations, they don't...
View ArticleNew Post: Non-property oriented validation
2) I have implemented an adapter for DataErrorInfo that could be used for WPF and Silverlight. Note: propertyName = string.Empty stands for an error for the object not directly connected with a...
View ArticleCreated Unassigned: Cannot install NuGet package in portable class library...
#ProblemI have created a portable class library with the same target frameworks as the FluentValidation.Portable project but installing the NuGet package FluentValidation 4.0.0.0 fails with the...
View ArticleCommented Unassigned: Cannot install NuGet package in portable class library...
#ProblemI have created a portable class library with the same target frameworks as the FluentValidation.Portable project but installing the NuGet package FluentValidation 4.0.0.0 fails with the...
View ArticleCommented Unassigned: Cannot install NuGet package in portable class library...
#ProblemI have created a portable class library with the same target frameworks as the FluentValidation.Portable project but installing the NuGet package FluentValidation 4.0.0.0 fails with the...
View ArticleCommented Unassigned: Cannot install NuGet package in portable class library...
#ProblemI have created a portable class library with the same target frameworks as the FluentValidation.Portable project but installing the NuGet package FluentValidation 4.0.0.0 fails with the...
View ArticleCommented Unassigned: Cannot install NuGet package in portable class library...
#ProblemI have created a portable class library with the same target frameworks as the FluentValidation.Portable project but installing the NuGet package FluentValidation 4.0.0.0 fails with the...
View ArticleCreated Unassigned: API documentation not available in all NuGet packages /...
Hello again,I have just realized that the API documentation (FluentValidation.xml) is only available in the FluentValidation and FluentValidation-Signed packages when you target only the .NET...
View Article