c# - Implementing CollectionConstraints across NUnit versions -
we've implemented collectionconstraint
nunit in version 2.4.3 in c#. of our developers have upgraded version 2.4.7 though, , project creation errors when compiling. error
domatch: no suitable method found override
any advice on how constraint compiles version-agnostically?
unfortunately constraint api changed in incompatible ways custom constraints in 2.4.6. nunit 2.4.5 , earlier used iconstraint interface , in 2.4.6 changed constraint abstract base class. there optional constraint base class in 2.4.5 , earlier, class not consistent between versions.
therefore there no way make compiled dll work both versions of nunit. should upgrade same version of nunit.
sorry i'm sure not answer you're looking for.
sam
Comments
Post a Comment