first real commit
This commit is contained in:
BIN
packages/System.ValueTuple.4.6.1/.signature.p7s
vendored
Executable file
BIN
packages/System.ValueTuple.4.6.1/.signature.p7s
vendored
Executable file
Binary file not shown.
BIN
packages/System.ValueTuple.4.6.1/Icon.png
vendored
Executable file
BIN
packages/System.ValueTuple.4.6.1/Icon.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
27
packages/System.ValueTuple.4.6.1/PACKAGE.md
vendored
Executable file
27
packages/System.ValueTuple.4.6.1/PACKAGE.md
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
## About
|
||||
|
||||
Provides implementations for various value tuple variants. A value tuple is a data structure that has a specific number and sequence of values.
|
||||
|
||||
## Main Types
|
||||
|
||||
The main types provided by this library are:
|
||||
|
||||
- `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>`
|
||||
- `System.TupleExtensions`
|
||||
- `System.Runtime.CompilerServices.TupleElementNamesAttribute`
|
||||
|
||||
## Additional Documentation
|
||||
|
||||
- For more information about these APIs, see [Value tuples](https://learn.microsoft.com/en-us/dotnet/standard/value-tuples).
|
||||
|
||||
## License
|
||||
|
||||
`System.ValueTuple` is released as open source under the [MIT license](https://licenses.nuget.org/MIT).
|
||||
BIN
packages/System.ValueTuple.4.6.1/System.ValueTuple.4.6.1.nupkg
vendored
Executable file
BIN
packages/System.ValueTuple.4.6.1/System.ValueTuple.4.6.1.nupkg
vendored
Executable file
Binary file not shown.
11
packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets
vendored
Executable file
11
packages/System.ValueTuple.4.6.1/build/net471/System.ValueTuple.targets
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<Project>
|
||||
|
||||
<!-- System.ValueTuple is inbox on .NET Framework >= 4.7.1 and therefore any potential redirect for it should be removed.
|
||||
This is necessary as the assembly version in the already shipped packages is higher than what's provided inbox on .NET Framework. -->
|
||||
<Target Name="RemoveValueTupleRedirectForNet471AndAbove" DependsOnTargets="ResolveAssemblyReferences" BeforeTargets="GenerateBindingRedirects">
|
||||
<ItemGroup>
|
||||
<SuggestedBindingRedirects Remove="System.ValueTuple, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
6
packages/System.ValueTuple.4.6.1/buildTransitive/net461/System.ValueTuple.targets
vendored
Executable file
6
packages/System.ValueTuple.4.6.1/buildTransitive/net461/System.ValueTuple.targets
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
<Project InitialTargets="NETStandardCompatError_System_ValueTuple_net462">
|
||||
<Target Name="NETStandardCompatError_System_ValueTuple_net462"
|
||||
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
|
||||
<Warning Text="System.ValueTuple 4.6.1 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net462 or later. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
|
||||
</Target>
|
||||
</Project>
|
||||
0
packages/System.ValueTuple.4.6.1/buildTransitive/net462/_._
vendored
Executable file
0
packages/System.ValueTuple.4.6.1/buildTransitive/net462/_._
vendored
Executable file
11
packages/System.ValueTuple.4.6.1/buildTransitive/net471/System.ValueTuple.targets
vendored
Executable file
11
packages/System.ValueTuple.4.6.1/buildTransitive/net471/System.ValueTuple.targets
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<Project>
|
||||
|
||||
<!-- System.ValueTuple is inbox on .NET Framework >= 4.7.1 and therefore any potential redirect for it should be removed.
|
||||
This is necessary as the assembly version in the already shipped packages is higher than what's provided inbox on .NET Framework. -->
|
||||
<Target Name="RemoveValueTupleRedirectForNet471AndAbove" DependsOnTargets="ResolveAssemblyReferences" BeforeTargets="GenerateBindingRedirects">
|
||||
<ItemGroup>
|
||||
<SuggestedBindingRedirects Remove="System.ValueTuple, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
BIN
packages/System.ValueTuple.4.6.1/lib/net462/System.ValueTuple.dll
vendored
Executable file
BIN
packages/System.ValueTuple.4.6.1/lib/net462/System.ValueTuple.dll
vendored
Executable file
Binary file not shown.
1299
packages/System.ValueTuple.4.6.1/lib/net462/System.ValueTuple.xml
vendored
Executable file
1299
packages/System.ValueTuple.4.6.1/lib/net462/System.ValueTuple.xml
vendored
Executable file
File diff suppressed because it is too large
Load Diff
BIN
packages/System.ValueTuple.4.6.1/lib/net47/System.ValueTuple.dll
vendored
Executable file
BIN
packages/System.ValueTuple.4.6.1/lib/net47/System.ValueTuple.dll
vendored
Executable file
Binary file not shown.
1299
packages/System.ValueTuple.4.6.1/lib/net47/System.ValueTuple.xml
vendored
Executable file
1299
packages/System.ValueTuple.4.6.1/lib/net47/System.ValueTuple.xml
vendored
Executable file
File diff suppressed because it is too large
Load Diff
0
packages/System.ValueTuple.4.6.1/lib/net471/_._
vendored
Executable file
0
packages/System.ValueTuple.4.6.1/lib/net471/_._
vendored
Executable file
0
packages/System.ValueTuple.4.6.1/lib/netcoreapp2.0/_._
vendored
Executable file
0
packages/System.ValueTuple.4.6.1/lib/netcoreapp2.0/_._
vendored
Executable file
0
packages/System.ValueTuple.4.6.1/lib/netstandard2.0/_._
vendored
Executable file
0
packages/System.ValueTuple.4.6.1/lib/netstandard2.0/_._
vendored
Executable file
Reference in New Issue
Block a user