I\'ll prefix by saying that I understand that both Code Analysis and StyleCop are meant as guidelines, and many people chose to ignore these anyway. But having said that, I
Here is my usual solution:
class SomeClass { int SomeField{get;set;} public SomeClass(int someField) { SomeField = someField; } }