Hi,
Regarding the upgrade of Isolator version in shared project - Isolator V7 adds new support to work side by side with previous versions. This means, for example, that you can work on you machine on projects with Isolator 7.0.6, 6.1.0 and 6.0.0 on the same time. In order to work this way, all needed is to check into the source control the assemblies of old version and ensure the test projects reference that location. The required files are:
- Typemock.dll
- Typemock.ArrangeActAssert.dll
- Typemock.Interceptors.dll
- Configuration.dll
Users with
V7 installed - when compiling against local installed version will execute the tests in V7, when working with project that compiles with older version will execute with the compiled version. This means that local upgrades of the version won't affect other developers that haven't upgraded yet.
Users with
older version installed - can work as working, all needed is to check the installed version assemblies into the source control once.