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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -