Dan Ludwig

Results 1 issues of Dan Ludwig

Consider the following 4 types: ``` public abstract class ContactInfo { public SomeEnum SomeEnumValue { get; set; } [DocumentProperty(IgnoreProperty = true)] public abstract string ContactValue { get; } } public...

bug