Duplicated Attribute avoided (when using the same attribute twice, but with different tags)

Description

When using the same attribute over the same property twice, but with different tags, one of the instances gets ignored with logging message: "Duplicated Attribute avoided ..."

Example:

public class SomeClass {
[Min(1, Tags="Tag1")]
[Min(10, Tags="Tag2")]
public int SomeInt { get; set; }
}

Environment

None

Activity

Show:

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created January 23, 2012 at 3:15 AM
Updated January 23, 2012 at 3:15 AM
Who's Looking?