Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DynamicData.GetData regression preventing it to work without adapter #4620

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Youssef1313
Copy link
Member

Fixes #4619

@@ -235,6 +234,7 @@ private static bool IsTupleOrValueTuple(Type type, out int tupleSize)
return true;
}

#if !NET462 // TODO: Add dependency on System.ValueTuple for net462?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Evangelink Thoughts?

@Youssef1313 Youssef1313 force-pushed the dynamicdata-reg branch 3 times, most recently from e1d4338 to 68adc5b Compare January 12, 2025 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Regression] DynamicDataAttribute.GetData no longer works in 3.7 when using TestFramework without TestAdapter
1 participant