This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I would like to request that we can generate DTO without WCF presence. I'm looking at using it for 3rd party libraries such as ServiceStack. Thanks. |
|
|
We can't emit data contracts without WCF, because attributes such as [DataMember] are declared in the WCF assemblies, specifically System.Runtime.Serialization. Is it the check for System.ServiceModel that is causing you a problem? Is this just an aesthetic thing or is the System.ServiceModel reference actually causing you a problem? |
|
|
What are the minimum references required to have the DTO generation available? Thanks. |
|
|
We generate DTOs if the containing project references System.ServiceModel. |
|