Skip to content

Releases: anton-martyniuk/OneOf.Deconstruct

3.0.263

24 Oct 11:40
9ed0687
Compare
Choose a tag to compare

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