Skip to content

3.0.263

Latest
Compare
Choose a tag to compare
@anton-martyniuk anton-martyniuk released this 24 Oct 11:40
9ed0687

First release of the OneOf.Deconstruct library.

It's version corresponds to the version of original OneOf library.

Description

Easily deconstruct and use OneOf options without the need for matching. This library offers extension methods for OneOf deconstruction to simplify its usage and make code cleaner.

Features

  • Deconstruction extension methods for OneOf objects (like a TypeScript/JavaScript syntax).
  • Easy and clean handling of different OneOf outcomes.
  • No need for lengthy matching syntax.

Example

See full example of the library usage here