Hi,
I am using 4.50
I see it has been handled in the SStack code …
hover it seems to me that the vs.net plugin has not been updated accordingly
in ServiceModelTemplate.txt : MakeInternal does not exists
public class CodegenOptions
{
bool? MakePartial;
bool? MakeVirtual;
bool? MakeDataContractsExtensible;
bool? InitializeCollections;
bool? AddReturnMarker;
bool? AddDescriptionAsComments;
bool? AddDataContractAttributes;
bool? AddIndexesToDataMembers;
bool? AddResponseStatus;
int? AddImplicitVersion;
string AddDefaultXmlNamespace;
}