ChannelAdam.Wcf 2.1.1

Additional Details

WCF is dead, and therefore so is this library.
https://devblogs.microsoft.com/dotnet/net-core-is-the-future-of-net/
"If you are a remoting or WCF Server developer and want to build a new application on .NET Core, we would recommend either ASP.NET Core Web APIs or gRPC, which provides cross platform and cross programming language contract based RPCs)"

dotnet add package ChannelAdam.Wcf --version 2.1.1
NuGet\Install-Package ChannelAdam.Wcf -Version 2.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ChannelAdam.Wcf" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ChannelAdam.Wcf --version 2.1.1
#r "nuget: ChannelAdam.Wcf, 2.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ChannelAdam.Wcf as a Cake Addin
#addin nuget:?package=ChannelAdam.Wcf&version=2.1.1

// Install ChannelAdam.Wcf as a Cake Tool
#tool nuget:?package=ChannelAdam.Wcf&version=2.1.1

Easily, reliably and correctly consume services using Microsoft's Windows Communication Foundation (WCF) library - including correctly performing the Close/Abort pattern and preventing memory and server connection leaks.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ChannelAdam.Wcf:

Package Downloads
ChannelAdam.Wcf.Microsoft.Practices.TransientFaultHandling.Core

https://DevZone.ChannelAdam.com presents a library that provides extensions to ChannelAdam.Wcf for supporting the Microsoft Practices TransientFaultHandling.Core library's RetryPolicy.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 128,097 11/27/2016
2.1.0 10,333 5/2/2016
2.0.0 21,461 11/12/2015
1.1.1 4,308 3/16/2015
1.1.0 1,655 2/24/2015
1.0.0 1,630 9/4/2014

2.1.1 - Fixed issue with ConsumeAsync() and retries.
2.1.0 - Added: ConsumeAsync() to cater for async Task methods (such as those on a generated service client).
Fix: Consume() now synchronously executes a Task if one is returned from the service operation expression so it has control over any exceptions for correct behaviour with the Exception properties.
2.0.0 - Breaking change - Retry policy is now also applied to the calls made via the Operations property. Removed dependency on Microsoft Transient Fault Handling Core library.
For support of the Microsoft Transient Fault Handling Core library, please install ChannelAdam.Wcf.Microsoft.Practices.TransientFaultHandling.Core.
1.1.1 - Fixed missing dependency in NuSpec file on TransientFaultHandling.Core.
1.1.0 - Added support for targeting .NET Framework 4.0 in addition to .NET Framework 4.5.
1.0.0 - Initial release targeting .NET Framework 4.5.