WCF 6.2
Release Notes
Package Info
- System.ServiceModel.Http 6.2.0
- System.ServiceModel.NetFramingBase 6.2.0
- System.ServiceModel.NetTcp 6.2.0
- System.ServiceModel.NetNamedPipe 6.2.0
- System.ServiceModel.Primitives 6.2.0
- System.ServiceModel.Federation 6.2.0
- System.Web.Services.Description 6.2.0
- System.ServiceModel.UnixDomainSocket 6.2.0
What's New
We've added the System.ServiceModel.UnixDomainSocket package (PR #5172) to provide support for using unix domain sockets with WCF Client. This provides an alternative to NetNamedPipe and works on all supported platforms. This was contributed by @birojnayak from AWS.
Bug Fixes:
-Use LINQ Expressions for implementation of default IOperationInvoker. If there are any unexpected compatibility issues, the prior implementation can be used by setting the AppContext switch System.ServiceModel.Dispatcher.UseLegacyInvokeDelegate
to true, contributed by @g7ed6e (PR #5298).