wcf icon indicating copy to clipboard operation
wcf copied to clipboard

dotnet-svcutil not reusing netstandard types in wcf client code generation

Open imcarolwang opened this issue 3 years ago • 0 comments

dotnet-svcutil will generate types such as TargetNameSpace.HttpStatusCode if service contract referenced to System.Net.HttpStatusCode, type HttpStatusCode is now part of netstandard2.0 and dotnet-svcutil-lib.dll is already targeting to netstandard2.0, we should reuse existing types of .NetCore platform instead of generating new one.

imcarolwang avatar Aug 04 '22 02:08 imcarolwang