Carol Wang
Carol Wang
Thank you @TWhidden for helping with the fix! @zFAdler, there's another [PR#4772](https://github.com/dotnet/wcf/pull/4772) I submitted earlier which also address this issue but in a different approach. We need to determine a...
Sorry for the delay, we're working on it, it's coming soon!
@mo-esmp When you config `GenerateSerializationAssemblies `as `On `in the project file, at compile time, it would be running `SGEN.exe` trying to generate the serializer assembly, but `SGEN.exe` is supposed to...
Need a rebase for checks to pass. But changes in this PR is irrelevant to the check failure.
Current release of the tool has limited support of DataTable type serialization, more details: https://github.com/dotnet/wcf/issues/3712#:~:text=Essentially%20what%20happens,handle%20it%20correctly.
Thanks for the feedback! We are actively working on the next release which will be coming soon. Regarding issue 4277, the behavior is not a regression from svcutil.exe, we will...
Thanks for sharing the workaround! I see the original issue occurred when trying to debug dotnet-svcutil with bootstrapper, personally I would run "dotnet svcutil [url/wsdl-path]", during the execution time go...
1. dotnet-svcutil now generates WSHttpBinding instead of Custombinding with these changes in: https://github.com/dotnet/wcf/pull/4774/commits 2. custom binding hard coded generation of CreateUserNameOverTransportBindingElement , PR #4843 addresses it