Matt Connew
Matt Connew
I think I have a relatively easy workaround for you. You can set the base addresses easily. The serviceBuilder that gets passed to your UseServiceModel delegate has a BaseAdddresses property....
I've looked at your WSDL and it looks like you will need WSFederationHttpBinding. We should have support for that soon. I need to spend a bit more time validating that...
It will be cross platform on .NET Core so will work on all Linux distro's that .NET Core is supported on. We're waiting on a deliverable from another team before...
@montella1507, what's been left behind? We've now shipped WS-Federation support for .NET Core so you should be unblocked now. Is there more needed?
Hosting in the cloud is a common scenario where https offload is reasonably common. The workaround to modify the wsdl is a little ugly and requires way too much code...
I tried to get the client generation working for XML for .NET. There are multiple generators which exist across multiple projects and the XML client generation ranges from doesn't support...
@samsp-msft, could you take a look at this? I suspect the problem might be that we recently added support for CoreWCF to call into ASP.NET Core to make it do...
The only thing I can think of is if CoreWCF is overriding a package dependency to an earlier version as it's a nearer dependency. For example, if an OpenId has...
That sounds like some of the Microsoft.IdentityModel.* packages aren't backwards compatible. A newer version of the package should function the same as the older version but an older version of...
This is a side effect of using the asp.net core mapping capabilities compared with .NET Framework. We have another data structure we use which is like a hierarchical map to...