fptkolodziejczyk
fptkolodziejczyk
@mconnew any news on this topic? This is very important to my client.
Thank you very much for you response @mconnew :) It was very helpful!
@mconnew Are you planning to fix this bug BasicHttpsBinding with BasicHttpsSecurityMode.TransportWithMessageCredential in any version of .net standard?
@mconnew, @HongGit, @imcarolwang I have similar problem (System.PlatformNotSupportedException: 'Configuration files are not supported.') when I don't pass any binding to constructor ApiClient class which inherits after System.ServiceModel.ClientBase. program.cs ``` public...
@mconnew We have two seperate problems for completely different servers: 1.First one with asmx endpoint https://github.com/dotnet/wcf/issues/4469#issue-770672651 I tried use workaround with BasicHttpsBinding(BasicHttpsSecurityMode.Transport) but it doesn't work. The message from asmx...
@mconnew Re 1: We're migrating code, all libraries which are using net472 are converted for now to netstandard2.0. This WCF code (ASMX client) is from library which is converted to...
@mconnew which release date is for this fix https://github.com/dotnet/wcf/pull/4486 ?
@mconnew Do you have any update/approximate date when 5.0.2 will be released? (it doesn't have to be exactly)
@mconnew Ok, thanks for update. Any ideas to: https://github.com/dotnet/wcf/issues/4469#issuecomment-762488973 Re.2 ?