提交 0a39da50 编写于 作者: C Cyrus Najmabadi

Add link

上级 e7b8c4b5
......@@ -411,8 +411,11 @@ private bool HandleTupleTypes(INamedTypeSymbol x, INamedTypeSymbol y, Dictionary
}
// If we're validating the actual unconstructed ValueTuple type itself, we're done at this point. No
// need to check field types. For VB we have to unwrap tuples to their underlying types to do this
// check.
// need to check field types.
//
// For VB we have to unwrap tuples to their underlying types to do this check.
// https://github.com/dotnet/roslyn/issues/42860
var xUnderlying = x.TupleUnderlyingType;
if (xUnderlying != null)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册