new feature in c# add service stack reference
I'd like the possibility to specify if types (all or specific ones) should be generated as internal and not as public
such as
InternalTypes: ... list of types
often I get collision among types that are in a shared library , but that do "leak" through a service request / response DTO .
1
vote

We’ve just added support for this with the new “MakeInternal” option in C# Add ServiceStack Reference that’s available from v4.0.61 that’s now available on MyGet: https://github.com/ServiceStack/ServiceStack/wiki/MyGet