We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not a user of this library, but I recently encountered an issue (xunit/xunit#3034) which this library also suffers from:
XUnit 2.9.21 introduced specific handling of TheoryData which prevents ConvertDataItem being called in MemberAutoDataBaseAttribute.
TheoryData
ConvertDataItem
MemberAutoDataBaseAttribute
I fixed this by pulling more logic into my own MemberAutoDataBaseAttribute lookalike.
https://github.com/xunit/xunit/commit/0f8f1563876f2cbbb9af27e0bb14b824372fd4a8#diff-e977fc17c9612438c073c7620c84f91c706c581b8f6d990b9e5be748fc096432R77 ↩
The text was updated successfully, but these errors were encountered:
@dalyIsaac thank you for reporting the issue. It was fixed in version 3.6.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm not a user of this library, but I recently encountered an issue (xunit/xunit#3034) which this library also suffers from:
XUnit 2.9.21 introduced specific handling of
TheoryData
which preventsConvertDataItem
being called inMemberAutoDataBaseAttribute
.I fixed this by pulling more logic into my own
MemberAutoDataBaseAttribute
lookalike.Footnotes
https://github.com/xunit/xunit/commit/0f8f1563876f2cbbb9af27e0bb14b824372fd4a8#diff-e977fc17c9612438c073c7620c84f91c706c581b8f6d990b9e5be748fc096432R77 ↩
The text was updated successfully, but these errors were encountered: