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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -