WCF for .NET Core 2.1 Preview 1
Pre-release
Pre-release
Release Notes
This is part of .NET Core 2.1 Preview 1 released on 2/27/2018 (Release Notes)
Packages
- System.ServiceModel.Duplex 4.5.0-preview1-26228-01
- System.ServiceModel.Http 4.5.0-preview1-26228-01
- System.ServiceModel.NetTcp 4.5.0-preview1-26228-01
- System.ServiceModel.Primitives 4.5.0-preview1-26228-01
- System.ServiceModel.Security 4.5.0-preview1-26228-01
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 toClientBase<TChannel>
(#2022).