Skip to content

Releases: anton-martyniuk/OneOf.Deconstruct

3.0.271

28 Jan 18:28

Choose a tag to compare

Released new version with OneOf library updated to version 3.0.271

3.0.263

24 Oct 11:40
9ed0687

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