OneOf by Harry McIntyre

<PackageReference Include="OneOf" Version="1.0.9" />

 OneOf 1.0.9

Portable library for easy to use F#-like Discriminated Unions in C#. Implicitly casts objects into OneOf instances, then use .Match extension to do pattern matching.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>OneOf</id>
    <version>1.0.9</version>
    <title>OneOf</title>
    <authors>Harry McIntyre</authors>
    <owners>Harry McIntyre</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://github.com/mcintyre321/OneOf</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Portable library for easy to use F#-like Discriminated Unions in C#. Implicitly casts objects into OneOf instances, then use .Match extension to do pattern matching.</description>
    <copyright>Copyright 2016</copyright>
    <tags>Discriminated Unions, Pattern Matching</tags>
    <dependencies />
  </metadata>
</package>