New Post: Understanding dependent rules
Hi Michael, FluentValidation has moved to GitHub - in future please post your questions over there rather than on codeplex: https://github.com/jeremyskinner/fluentvalidation/issues So at the moment...
View ArticleNew Post: Check a property is unique in list using FluentValidation
I am trying to ensure that a list has unique SSN's. I am getting the "Property name could not be automatically determined for expression element => element. Please specify either a custom property...
View ArticleNew Post: Check a property is unique in list
I am trying to ensure that a list has unique SSN's. I am getting the "Property name could not be automatically determined for expression element => element. Please specify either a custom property...
View ArticleNew Post: Check a property is unique in list
Please note that FluentValidation moved to github quite a while ago - please post any further questions on the issue tracker over there: https://github.com/jeremyskinner/fluentvalidation/issues Hi...
View ArticleCreated Release: 6.1 (Jan 25, 2016)
#FluentValidation has moved to github. Please visit https://github.com/jeremyskinner/FluentValidation for source code, issues and documentationFluentValidation can be downloaded from...
View ArticleReleased: 6.1 (Jan 25, 2016)
FluentValidation has moved to github. Please visit https://github.com/jeremyskinner/FluentValidation for source code, issues and documentation FluentValidation can be downloaded from...
View ArticleUpdated Release: 6.1 (Jan 25, 2016)
FluentValidation has moved to github. Please visit https://github.com/jeremyskinner/FluentValidation for source code, issues and documentationFluentValidation can be downloaded from...
View ArticleReleased: 6.1 (Jan 25, 2016)
FluentValidation has moved to github. Please visit https://github.com/jeremyskinner/FluentValidation for source code, issues and documentation FluentValidation can be downloaded from...
View ArticleUpdated Release: 6.1 (Jan 25, 2016)
FluentValidation has moved to github. Please visit https://github.com/jeremyskinner/FluentValidation for source code, issues and documentationFluentValidation can be downloaded from...
View ArticleNew Post: Check a property is unique in list
I installed the latest fluentValidation package. I am now getting the following warning The primary reference "FluentValidation" could not be resolved because it has an indirect dependency on the...
View ArticleNew Post: Check a property is unique in list
Sounds like you're still referencing the wrong version of FluentValidation...the core FV project doesn't support .NET 4.0 (only 4.5+), so you need to make sure you're referencing the old PCL build...
View ArticleNew Post: Check a property is unique in list
Thanks Jeremy, When you say the "old PCL build" Do you mean the $\lib\dotnet\FluentValidation.dll or the $\portable-net40+sl50+wp80+win8+wpa81\FluentValidation.dll?We have the following folders in the...
View ArticleNew Post: Check a property is unique in list
Yes, the portable-net40 folder is the one you need to be referencing. The "dotnet" one is for 4.6
View ArticleNew Post: Check a property is unique in list
I am now getting the following error: The referenced assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' could not be found. This assembly is...
View ArticleNew Post: Check a property is unique in list
That's not a problem with FluentValidation....sounds like something isn't right with your .net install perhaps? I can't really help with that I'm afraid.
View ArticleReviewed: 6.1 (feb. 10, 2016)
Rated 5 Stars (out of 5) - excelente, necesito para realizar pruebas
View ArticleNew Post: GROUP VALIDATION
Hi there! I'm not sure if you saw the big notice on the homepage, but FluentValidation has moved to github. Please ask all questions on the github issue tracker at...
View ArticleNew Post: Avoid localization folders
Hi there. Im looking for a way to avoid auto creating localization folders. Currently 14 folders are copied to the bin folder of my web site. These folders are "noise" to me as I create all validation...
View Article