Hacker News new | ask | show | jobs
by theryan 441 days ago
There is WCF Core but it is not even close to feature parity with the 4.8 WCF.
1 comments

Yes, it's partial parity, and is server only. It's also not easy to migrate; the upgrade-assistant tool typically just gives up.

The client libraries only came separately, and much later[1] , and in typical "Fuck your migration path" fashion, doesn't have any .NET standard support.

[1]: ( https://devblogs.microsoft.com/dotnet/wcf-client-60-has-been... )