System.ValueTuple
4.5.0
Prefix Reserved
Requires NuGet 2.12 or higher.
Install-Package System.ValueTuple -Version 4.5.0
dotnet add package System.ValueTuple --version 4.5.0
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
paket add System.ValueTuple --version 4.5.0
#r "nuget: System.ValueTuple, 4.5.0"
// Install System.ValueTuple as a Cake Addin
#addin nuget:?package=System.ValueTuple&version=4.5.0
// Install System.ValueTuple as a Cake Tool
#tool nuget:?package=System.ValueTuple&version=4.5.0
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.
Commonly Used Types:
System.ValueTuple
System.ValueTuple<T1>
System.ValueTuple<T1, T2>
System.ValueTuple<T1, T2, T3>
System.ValueTuple<T1, T2, T3, T4>
System.ValueTuple<T1, T2, T3, T4, T5>
System.ValueTuple<T1, T2, T3, T4, T5, T6>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7>
System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
UAP 10.0.16299
- No dependencies.
-
Windows 8.0
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (2.3K)
Showing the top 5 NuGet packages that depend on System.ValueTuple:
| Package | Downloads |
|---|---|
|
Microsoft.Extensions.Configuration.Abstractions
Abstractions of key-value pair based configuration. Commonly Used Types: Microsoft.Extensions.Configuration.IConfiguration Microsoft.Extensions.Configuration.IConfigurationBuilder Microsoft.Extensions.Configuration.IConfigurationProvider Microsoft.Extensions.Configuration.IConfigurationRoot Microsoft.Extensions.Configuration.IConfigurationSection |
|
|
Microsoft.Extensions.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging. |
|
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader |
|
|
Microsoft.Extensions.Logging.Console
Console logger provider implementation for Microsoft.Extensions.Logging. |
|
|
Polly
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. |
GitHub repositories (595)
Showing the top 5 popular GitHub repositories that depend on System.ValueTuple:
| Repository | Stars |
|---|---|
|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
|
AvaloniaUI/Avalonia
A cross platform XAML framework for .NET
|
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
| Version | Downloads | Last updated |
|---|---|---|
| 4.5.0 | 98,523,888 | 5/29/2018 |
| 4.5.0-rc1 | 106,698 | 5/6/2018 |
| 4.5.0-preview2-26406-04 | 98,881 | 4/10/2018 |
| 4.5.0-preview1-26216-02 | 68,158 | 2/26/2018 |
| 4.4.0 | 77,558,181 | 8/9/2017 |
| 4.4.0-preview2-25405-01 | 32,274 | 6/27/2017 |
| 4.4.0-preview1-25305-02 | 132,029 | 5/9/2017 |
| 4.3.1 | 6,861,289 | 5/9/2017 |
| 4.3.0 | 59,576,809 | 11/15/2016 |
| 4.3.0-preview1-24530-04 | 69,132 | 10/24/2016 |
| 4.0.0-rc3-24212-01 | 120,914 | 6/27/2016 |

