comments
Duke360 wrote Jun 21, 2016 at 5:10 PM
it is not possible to blindly copy attribute from a class to another, attributes needs to be read and analyzed and then the data copied to a newly instanced attribute of the same kind.
therefore it is necessary to know which are the attribute that may be interesting to copy
I suppose
[ServiceContract]
[OperationContract]
for now.
are there something else?
NOTE: not all the value will be permitted, for example AsyncPattern and ReplyAction on the [OperationContract] will not be supported as they may be against the idea of this library. anyway other such
[ServiceContract] Namespace are for sure interesting to support.