Skip to content

WCF 6.1

Compare
Choose a tag to compare
@HongGit HongGit released this 18 Oct 21:56
· 43 commits to release/6.1 since this release
0133778

Release Notes

Package Info

What's New

  • Public OperationDescription.Begin/End/SyncMethod properties and add unit test (PR #5165)
  • Expose DuplexChannelFactory constructor with Type overloads (PR #5167)
  • Expose CreateMessage method overloads with FaultCode parameter (PR #5169)
  • Fix for issue #5171 (PR #5175)
  • Expose EnableUnsecuredResponse in SecurityBindingElement and add unit test (PR #5176)
  • Make Federation package generate documentation file. Fix some doc formatting bugs (PR #5192)
  • Remove interface IBindingRuntimePreferences from HttpBindingBase (PR #5203)
  • Add ISecurityCommunicationObject Interface to Primitives Ref (PR #5207)
  • Remove dead code from WCF repository & simplify msbuild logic (PR #5222)
  • Enable CS1591 errors for undocumented API (PR #5223)
  • Remove System.Security.Principal.Windows reference (PR #5229)
  • Remove System.Reflection.DispatchProxy reference (PR #5230)
  • Remove unused arcade properties (PR #5231)
  • Use SDK's version for restoring NetFx targeting pack (PR #5233)
  • Update MessageVersion ref (PR #5283)
  • Add ChannelFactory Public Class to Primitives.ref Package and Update Test (PR #5284)
  • Remove System.ServiceModel.Duplex and System.ServiceModel.Security Packages (PR #5293)
  • WebSocket certificate handling (PR #5302)