[Mono-bugs] [Bug 666400] AvoidLackOfCohesionOfMethodRule should ignore WCF [DataContract] attributed classes
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jan 22 11:40:26 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=666400
https://bugzilla.novell.com/show_bug.cgi?id=666400#c1
--- Comment #1 from Ethan Brown <ethan_j_brown at hotmail.com> 2011-01-22 16:40:25 UTC ---
Simple example -
[DataContract()]
public class Address
{
[DataMember]
public string StreetNumber { get; set; }
[DataMember]
public string StreetName { get; set; }
[DataMember]
public string City { get; set; }
[DataMember]
public string State { get; set; }
[DataMember]
public string ZipCode { get; set; }
[DataMember]
public string County { get; set; }
}
17%
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list