Hi
We are developing an Silverlight with Wcf business application. We are using Wcf DataContract and DataMember.
We are setting DataMember at all fields and DataContract(IsReference=true) on all classes. Can we somehow set the compiler to automatically add DataMember and DataContract onbuild so we can skip to add DataMember and DataContract? :). In other words can we set a rule that adds DataContract on all classes and adds DataMember on all fields when building? But we wont se any changes in our code.