![]() |
VOOZH | about |
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
<PackageReference Include="ChannelAdam.Wcf" Version="2.1.1" />
<PackageVersion Include="ChannelAdam.Wcf" Version="2.1.1" />Directory.Packages.props
<PackageReference Include="ChannelAdam.Wcf" />Project file
paket add ChannelAdam.Wcf --version 2.1.1
#r "nuget: ChannelAdam.Wcf, 2.1.1"
#:package ChannelAdam.Wcf@2.1.1
#addin nuget:?package=ChannelAdam.Wcf&version=2.1.1Install as a Cake Addin
#tool nuget:?package=ChannelAdam.Wcf&version=2.1.1Install as a Cake Tool
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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. |
This package is not used by any popular GitHub repositories.
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.