Skip to content

WCF Core 3.1.0

Compare
Choose a tag to compare
@StephenBonikowsky StephenBonikowsky released this 26 Nov 22:07
· 20 commits to release/3.1.0 since this release
eb417fd

Release Notes

The associated .NET Core release can be found at .NET Core 3.1 Releases

Package Info

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.