WcfClientProxyGenerator 2.2.0
See the version list below for details.
dotnet add package WcfClientProxyGenerator --version 2.2.0
NuGet\Install-Package WcfClientProxyGenerator -Version 2.2.0
<PackageReference Include="WcfClientProxyGenerator" Version="2.2.0" />
paket add WcfClientProxyGenerator --version 2.2.0
#r "nuget: WcfClientProxyGenerator, 2.2.0"
// Install WcfClientProxyGenerator as a Cake Addin #addin nuget:?package=WcfClientProxyGenerator&version=2.2.0 // Install WcfClientProxyGenerator as a Cake Tool #tool nuget:?package=WcfClientProxyGenerator&version=2.2.0
Utility to generate fault tolerant and highly configurable client proxies for WCF services based on WCF ServiceContracts. Supports making async calls using non async-ready ServiceContracts.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0-alpha5 | 898 | 8/12/2023 |
2.3.0-alpha4 | 4,891 | 11/21/2017 |
2.3.0-alpha3 | 1,808 | 11/20/2017 |
2.3.0-alpha2 | 1,394 | 11/20/2017 |
2.3.0-alpha1 | 1,554 | 11/20/2017 |
2.2.6 | 20,888 | 11/21/2017 |
2.2.5 | 7,472 | 5/11/2016 |
2.2.3 | 1,457 | 5/6/2016 |
2.2.1 | 1,452 | 5/3/2016 |
2.2.0 | 2,560 | 8/22/2015 |
2.1.3 | 1,611 | 7/20/2015 |
2.1.2 | 2,584 | 1/24/2015 |
2.1.1 | 1,637 | 1/7/2015 |
2.1.0 | 2,022 | 10/23/2014 |
2.0.9 | 1,582 | 10/14/2014 |
2.0.8 | 1,575 | 10/14/2014 |
2.0.7 | 1,500 | 10/8/2014 |
2.0.6 | 1,505 | 10/8/2014 |
1.2.5 | 3,150 | 1/16/2014 |
1.2.4 | 1,622 | 11/12/2013 |
1.2.3 | 1,622 | 11/3/2013 |
1.2.2 | 1,800 | 7/27/2013 |
1.2.1 | 1,533 | 7/25/2013 |
Release Notes:
* Updating version
* Fixing compiler warnings
* Updated albacore and rakefile
* Awaiting the call to DelayAsync since await in catch blocks support was added in c# 6.0
* Removed unneeded async Task from test method signature
* Issue #16 - Support for one-way operation contracts
* Merge branch 'JanTkacik-duplexContracts'
* Generating unique cache key for the DuplexChannelFactory
* Added test for the initial duplex channel support
* Duplex channel support bug fix
* Duplex contract basic support