Support for PostSharp 2.0

will ValidationAspects be supporting PostSharp 2.0 any time soon? (provides support for NET 4.0 , but seems to have major refactorings ) http://www.postsharp.org/all-downloads/postsharp-2.0 -

Id #11118 | Release: None | Updated: Dec 11 2009 at 9:00 AM by mikesaunders | Created: Dec 9 2009 at 2:59 PM by jreuben1

More than 30 classes decorated with [Validate] triggers PostSharp error

Invariably, when I hit 31 (anything more than 30) classes decorated with [Validate], I get the following when I try to compile: Error 1 Unhandled exception: System.ArgumentOutOfRangeException: Ind...

Id #10844 | Release: None | Updated: Oct 29 2009 at 1:05 PM by MShawnG | Created: Oct 28 2009 at 6:13 PM by MShawnG

Add assembly signature file

I'm trying to use ValidationAspects in one assembly which is signed and getting error: Error 171 Assembly generation failed -- Referenced assembly 'ValidationAspects' does not have a strong name ...

Id #10446 | Release: None | Updated: Aug 13 2009 at 11:11 AM by donchyts | Created: Aug 13 2009 at 11:11 AM by donchyts

when validating generic parameters compilation fails

I have following code: public IQuery<T> SetSearchFilter([NotNull] Expression<Func<T, bool>> filteringExpression){} When I build this code I recieve following error: Error 1 Unhandled exceptio...

Id #10443 | Release: None | Updated: Aug 12 2009 at 12:37 PM by petka | Created: Aug 12 2009 at 12:37 PM by petka

Add DateRange built-in validator

This is split from [workitem:9178]

Id #10134 | Release: None | Updated: Jun 15 2009 at 2:52 PM by mikesaunders | Created: Jun 15 2009 at 2:52 PM by mikesaunders

VA validator for xVal ComparisonRule

This discussion was initiated by an email request. I've copied it to here to share with other VA users. >new version of xVal has the support for comparison validators (e.g., “PasswordConfirm” must...

Id #9398 | Release: None | Updated: Mar 5 2009 at 2:20 PM by mikesaunders | Created: Mar 2 2009 at 7:43 PM by mikesaunders

Add a ValidateAs validator

to reduce need to duplicate validation rules by referencing existing validation registered to Types/Properties/Method Parameters class ModelA { [NotNullOrEmpty][NotEqual("whatever")] public string...

Id #9365 | Release: None | Updated: Feb 27 2009 at 7:43 AM by mikesaunders | Created: Feb 27 2009 at 7:43 AM by mikesaunders

Add a built-in property comparison validator.

It would be nice to have a built-in validator that should be able to perform validations against other object properties (comparisons like greater than, less than, not equal and so on). Should be ...

Id #9362 | Release: v2.1.0 | Updated: Mar 5 2009 at 2:17 PM by mikesaunders | Created: Feb 26 2009 at 8:51 PM by amachado

Add DecimalPrecision validator

to validate scale and precision

Id #9257 | Release: None | Updated: Feb 14 2009 at 7:47 PM by mikesaunders | Created: Feb 14 2009 at 7:47 PM by mikesaunders

Implement Path related validators

such as: FileExists DirectoryExists IsAbsolutePath

Id #9207 | Release: None | Updated: Feb 9 2009 at 6:28 PM by mikesaunders | Created: Feb 9 2009 at 6:28 PM by mikesaunders