Top 20 NuGet Packages depending on FunctionalSharp DiscriminatedUnions

Total dependencies: 5

A set of helpful interfaces to use with Explicit Architecture.
This project helps create a typescript model that can then be used to write typesrcript classes/interfaces/other typescript constructs based on a .net assembly.
This package provides Discriminated Unions for C#. This is the old backage. The new package is FunctionalSharp.DiscriminatedUnions.
This dll helps with the generation of typescript code. A model representing the typescript code can be build and then used to generate the actual code. the main reason this package was created is because it will be used in "https://github.com/Patrickkk/TypedDotNet".
Provides additional types and methods allowing patternamtching to return discriminatedunions. You can now return different types with patternamtching;and return a discriminated union of these types.