Skip to content

WCF 6.0 RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@HongGit HongGit released this 10 Apr 22:32
· 199 commits to main since this release
9bebf2a

Release Notes

Package Info

What's New

Previously when using Duplex contract, failure to capture synchronization context on channel factory open. The behavior now matches .NET framework, by default, we will now capture the synchronization context, and will dispatch callbacks to the captured context. To revert to 4.x behavior, apply the CallbackBehaviorAttribute with the UseSynchronizationContext property set to false.

  • Fixes sync context capture and multiple async continuation issues (#5044)
  • Mtom fixes (#5069)

See Also

Breaking changes doc