Cvdm.ErrorHandling by Christer van der Meeren,Stefano Pian

<PackageReference Include="Cvdm.ErrorHandling" Version="2.0.0" />

 Cvdm.ErrorHandling 2.0.0

AsyncResult and Result computation expressions and helper functions for error handling in F#.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Cvdm.ErrorHandling</id>
    <version>2.0.0</version>
    <authors>Christer van der Meeren,Stefano Pian</authors>
    <owners>Christer van der Meeren,Stefano Pian</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/cmeeren/Cvdm.ErrorHandling/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/cmeeren/Cvdm.ErrorHandling</projectUrl>
    <description>AsyncResult and Result computation expressions and helper functions for error handling in F#.</description>
    <releaseNotes>- Breaking: asyncResult computation is now lazy; just defining it won't do anything.

- Possibly breaking: Computation expressions have been rewritten. Apart from the previously mentioned laziness, all old and new unit tests (fairly extensive) pass for both 1.0.2 and 2.0.0. However, I can not guarantee there aren't breaks in untested edge cases.

- asyncResult can now bind  Task&lt;_&gt; and Task expressions</releaseNotes>
    <tags>f# error-handling computation-expression asyncresult async result</tags>
    <repository type="git" url="https://github.com/cmeeren/Cvdm.ErrorHandling.git" commit="df7743872986cee59aaf6316c860dc847040119b" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="FSharp.Core" version="4.1.17" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>