Skip to content

WCF for .NET Core 2.1 Preview 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhenlan zhenlan released this 02 Mar 17:33
6759a78

Release Notes

This is part of .NET Core 2.1 Preview 1 released on 2/27/2018 (Release Notes)

Packages

What's New

  • Added support for portable runtime identifier: win (#2349).
  • Added support for the custom proxy address for Http & Https bindings on *nix in addition to Windows (#1592).
  • Added support for the control of making a persistent connection to a service endpoint (#2389).
  • Fixed the issue that the networking stack may time out a request after 30 seconds (#2368).
  • Added the shim of System.ServiceModel.dll in System.ServiceModel.Primitives package so assemblies compiled against .NET Framework can run on .NET Core (dotnet/standard#575).
  • Added support for MessageVersion.Soap12WSAddressingAugust2004 (#2096).
  • Added IDisposable support to ClientBase<TChannel> (#2022).