Found 41 packages
System.ValueTuple
Enable using the new Value Tuple structure to write elegant code that allows async methods to be fired in parallel despite having different return types var (result1, result2) = await (GetStringAsync(), GetGuidAsync()); Based on the work of Joseph Musser https://github.com/jnm2
Package Description
A serializer and deserializer library for the ValueTuple type introduced in C# 7 for the MongoDB .NET Driver.
Backporting of System.ValueTuple for .NET 3.5.
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic. Includes old frameworks missing in the standard System.ValueTuple nuget.
Theraot.Core is a .NET Backport (ValueTask, ValueTuple, Task, Expressions, Linq, ThreadLocal, IsExternalInit, Range, Index, etc...) for .NET Framework. .NET Core, .NET Standard
Tuple iterate tools, for 2-value tuples and 3-value tuples
Backported of System.ValueTuple as far back as .NET Framework 2.0
24.8.10.9-HiNetCoreAssembly-MD5【I+5DAuhQE6HrQyTEFNVh1Q==】
A collection of convenience extensions that leverages C# 7 tuples
Source code package. An extension for determining whether or not a type is a ValueTuple and for getting/setting the item fields.
Polyfills System.ValueTuple for a wide selection of target frameworks.
Convert C# Tuple to/from JSON Array
Source code package. A wrapper of IServiceProvider that can resolve instances of ValueTuple by resolving each item from the inner IServiceProvider.
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
Convert C# Tuple to/from JSON Array - Fork with fixes for handling large streams
This package helps to serialize .NET/C# System.ValueTuple types.