AArnott / Xunit.Combinatorial

Adds combinatorial and pairwise testing capability to Xunit tests
Other
180 stars 16 forks source link

CombinatorialMemberData not recognized #40

Closed drvic10k closed 2 years ago

drvic10k commented 2 years ago

CombinatorialMemberData attribute is not found

this is copied from the readme into my code and for some reason, the parameter attribute is not found :

image

AArnott commented 2 years ago

CombinatorialMemberData was introduced in 1.5.2-beta. My guess is you're using the 1.4 version.

drvic10k commented 2 years ago

you are right, I am using the nuget version

what does the not planned label mean? beta will not be promoted to production?