11 packages tagged with “ValueTuple”
Theraot.Core is a .NET Backport (ValueTask, ValueTuple, Task, Expressions, Linq, ThreadLocal, IsExternalInit, Range, Index, etc...) for .NET Framework. .NET Core, .NET Standard
Backporting of System.ValueTuple for .NET 3.5.
A collection of convenience extensions that leverages C# 7 tuples
Convert C# Tuple to/from JSON Array
Backported of System.ValueTuple as far back as .NET Framework 2.0
A serializer and deserializer library for the ValueTuple type introduced in C# 7 for the MongoDB .NET Driver.
Convert C# Tuple to/from JSON Array - Fork with fixes for handling large streams
Clean & simple, idiomatic C# RegEx-based line parser. RegExtract takes a string and a regular expression template and deserializes to a provided type. Works especially well with records and tuples, but can extract to any type that provides either a `static T Parse(string)` method or a single-string constructor (`T(string)`). See more docs at project page: https://github.com/sblom/RegExtract
Source code package. An extension for determining whether or not a type is a ValueTuple and for getting/setting the item fields.
Source code package. A wrapper of IServiceProvider that can resolve instances of ValueTuple by resolving each item from the inner IServiceProvider.
Polyfills System.ValueTuple for a wide selection of target frameworks.