<PackageReference Include="System.ValueTuple" Version="4.5.0-preview2-26406-04" />

System.Runtime.CompilerServices.TupleElementNamesAttribute

public sealed class TupleElementNamesAttribute : Attribute
Indicates that the use of ValueTuple on a member is meant to be treated as a tuple with element names.
namespace System.Runtime.CompilerServices { public sealed class TupleElementNamesAttribute : Attribute { public IList<string> TransformNames { get; } public TupleElementNamesAttribute(string[] transformNames); } }