Using Svcutil to create proxy class does not include XmlIgnore attribute
- by BrokeMyLegBiking
Is there a way to have SvcUtil include the [XmlIgnore] attribute?
we need this attribute in our proxy classes (becuase we have Dictionaries that XmlSerialization does not like), but SvcUtil does not include these attributes in the generated proxies.