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

Refactor available ctors for DataRowAttribute #1332

Merged
merged 3 commits into from
Oct 12, 2022

Conversation

Evangelink
Copy link
Member

Fixes the issue #1180 that was preventing to have exactly 2 arrays as argument of DataRowAttribute ctor because the compiler was considering the second array as the params array and not as a first item of it.

Fixes the issue that was preventing to have exactly 2 arrays as argument of DataRowAttribute ctor because the compiler was considering the second array as the params array and not as a first item of it.
@Evangelink Evangelink enabled auto-merge (squash) October 12, 2022 16:13
@Evangelink Evangelink merged commit ccf307e into microsoft:main Oct 12, 2022
@Evangelink Evangelink deleted the datarow-ctor branch November 3, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants