Carol Wang

Results 35 issues of Carol Wang

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...

triaged

Description: 1. With build environment upgraded to .Net6.0 , default "dotnet new console" template apply features such as Implicit global using. This fixes broken dotnet-svcutil tests caused by that change....

1. #3812 2. suppress exception caused by reused assembly/package loading version confliction 3. extend ServiceModelPacakges list with more WCF package dependencies, so if the client project only references WCF packages,...

This is to fix below error thrown from WCF Connected Service tool when add some service with type reuse feature enabled: ``` Importing web service metadata ... Scaffolding service reference...

Address the `Additional remarks` of https://github.com/dotnet/wcf/issues/4705#:~:text=nologo%20%2D%2Dverbosity%20Verbose-,Additional%20remarks,-The%20short%20forms : The short forms of the parameters/commands are very hard to see. The standard is to display short form|long form explanation, for example -d...

tooling
dotnet-svcutil
triaged

.NET7.0 is missing in the key-value table and will reference WCF 8.* packages after code generation. This is a problem because WCF 8.* packages are not compatible with .NET 7.0,...

Linked issue: #4381.

PR DO NOT MERGE