WCF Core 3.1.0
Release Notes
The associated .NET Core release can be found at .NET Core 3.1 Releases
Package Info
- System.ServiceModel.Duplex 4.7.0
- System.ServiceModel.Http 4.7.0
- System.ServiceModel.NetTcp 4.7.0
- System.ServiceModel.Primitives 4.7.0
- System.ServiceModel.Security 4.7.0
What's New
New Features
This release features a large number of new APIs from the full framework being added to the WCF Core public contracts as part of the current effort to support WS Federation.
All the work items with additional information and links to PRs can be found In This Query.
Bug Fixes
- Fixed an issue with SocketConnection mixing sync and async that can cause a timeout to be ignored. Issue #3994 (cherry-picked to 3.1.0 branch with #4021)
- Add "encodingStyle" attribute to generated SOAP message. Issue #3870 (cherry-picked to 3.1.0 branch with #4021)
- Fix contract methods which use out parameters. Issue #3940 (cherry-picked to 3.1.0 branch with #4021)
Other
Many unit tests added for the WSFederation feature.
Some build infrastructure enhancements.