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 |
Planned Release:
None
|
Last Updated: Dec 11 2009 at 10:00 AM by mikesaunders |
Created On: Dec 9 2009 at 3:59 PM by jreuben1
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 |
Planned Release:
None
|
Last Updated: Oct 29 2009 at 2:05 PM by MShawnG |
Created On: Oct 28 2009 at 7:13 PM by MShawnG
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 |
Planned Release:
None
|
Last Updated: Aug 13 2009 at 12:11 PM by donchyts |
Created On: Aug 13 2009 at 12:11 PM by donchyts
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 |
Planned Release:
None
|
Last Updated: Aug 12 2009 at 1:37 PM by petka |
Created On: Aug 12 2009 at 1:37 PM by petka
This is split from [workitem:9178]
Id #10134 |
Planned Release:
None
|
Last Updated: Jun 15 2009 at 3:52 PM by mikesaunders |
Created On: Jun 15 2009 at 3:52 PM by mikesaunders
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 |
Planned Release:
None
|
Last Updated: Mar 5 2009 at 3:20 PM by mikesaunders |
Created On: Mar 2 2009 at 8:43 PM by mikesaunders
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 |
Planned Release:
None
|
Last Updated: Feb 27 2009 at 8:43 AM by mikesaunders |
Created On: Feb 27 2009 at 8:43 AM by mikesaunders
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 |
Planned Release:
v2.1.0
|
Last Updated: Mar 5 2009 at 3:17 PM by mikesaunders |
Created On: Feb 26 2009 at 9:51 PM by amachado
to validate scale and precision
Id #9257 |
Planned Release:
None
|
Last Updated: Feb 14 2009 at 8:47 PM by mikesaunders |
Created On: Feb 14 2009 at 8:47 PM by mikesaunders
such as:
FileExists
DirectoryExists
IsAbsolutePath
Id #9207 |
Planned Release:
None
|
Last Updated: Feb 9 2009 at 7:28 PM by mikesaunders |
Created On: Feb 9 2009 at 7:28 PM by mikesaunders
|
|
|
|
|