Releases: anton-martyniuk/OneOf.Deconstruct
Releases · anton-martyniuk/OneOf.Deconstruct
3.0.263
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.