TransientFaultHandlingFx by Windows Azure CAT

<PackageReference Include="TransientFaultHandlingFx" Version="1.8.0" />

 TransientFaultHandlingFx 1.8.0

The Transient Fault Handling Framework provides a set of reusable components for adding intelligent retry logic into applications leveraging SQL Azure, Windows Azure storage, Service Bus and Caching Service. It enables enhancing existing applications with support for retry-aware scopes that greatly improve reliability and reduce the potential impact of transient conditions (such as temporary network connectivity issues) on the application’s stability.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>TransientFaultHandlingFx</id>
    <version>1.8</version>
    <title>Transient Fault Handling Framework for SQL Azure, Windows Azure Storage, Service Bus, Cache</title>
    <authors>Windows Azure CAT</authors>
    <owners />
    <licenseUrl>http://msdn.microsoft.com/en-us/cc300389.aspx#P</licenseUrl>
    <projectUrl>http://windowsazurecat.com/2011/02/transient-fault-handling-framework/</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>The Transient Fault Handling Framework provides a set of reusable components for adding intelligent retry logic into applications leveraging SQL Azure, Windows Azure storage, Service Bus and Caching Service. It enables enhancing existing applications with support for retry-aware scopes that greatly improve reliability and reduce the potential impact of transient conditions (such as temporary network connectivity issues) on the application’s stability.</description>
    <summary>The software is licensed “as-is.” You bear the risk of using it. The contributors give no express warranties, guarantees or conditions.</summary>
    <tags>SQL Azure, Windows Storage, Service Bus, Cache</tags>
  </metadata>
</package>