Stephen Bonikowsky
Stephen Bonikowsky
In this commit... https://github.com/dotnet/wcf/pull/3519/commits/b10ad6f4a731378c95826e1f8eb0000dacb0834f Find out why the block of code in... src/System.Private.ServiceModel/src/System/ServiceModel/NetTcpBinding.cs Was not needed for CoreClr, should it be added back in for both uap and core?
| APIs | Port/Implement | Public Contract | Testing | | :------------ | :-------------: | :------------: | :------------: | `class S.SM.ClientCredentialsSecurityTokenManager` | [x] Merged | [x] Added | [ ]...
@HASSEN-MEDDEB-ATOS commented on [Thu Jan 30 2020](https://github.com/dotnet/runtime/issues/2388) Hello again, i have migrated my project from .NET Framework to .NET core. i have changed this line from `````` sp.ServiceConfiguration.CurrentServiceEndpoint.Behaviors.Add(new ProxyTypesBehavior()); to...
This is the same problem with the Microsoft.XmlSerializer.Generator as reported in dotnet/runtime#630 The tool currently runs on netstandard2.0 so if the application using the tool targets a newer framework such...
Add test coverage for the dotnet-svcutil.xmlserializer tool to prevent issues such as #4090 in the future.
The [servicemodel-metadata-utility-tool-svcutil-exe.md](https://github.com/dotnet/docs/blob/master/docs/framework/wcf/servicemodel-metadata-utility-tool-svcutil-exe.md) guide needs to be updated to reflect the invalid or unsupported `/async` parameter. Doc bug: https://github.com/dotnet/docs/issues/10135 Stackoverflow: https://stackoverflow.com/a/13561560