Hi,
Starting from Isolator V7 side by side versions are supported. For example, you can install on your local machine Isolator from V7 (e.g. 7.0.1), and you team can still work with 6.1.2. The new version executes the test using the old assemblies thus not affecting the rest of the team. Using this new support you can upgrade to newer versions and enjoy new features like Auto-Runner in all projects, and new APIs in all projects that uses the new assemblies. In any case, it is compatible with any version of Isolator starting at 5.3.4.
In order to support that, make sure that all assemblies of the used version are checked into the source control:
- Typemock.dll
- Typemock.ArrangeActAssert.dll
- Typemock.Interceptors.dll
- Configuration.dll
Everybody working with V7 and above version will be able to work with the old versions with no effort.
In addition, in the upcoming version Isolator will provide automatic tool for upgrading references. This tool will replace all references in the solution to new version in single click. If you'd like to try it, you can the RC if thenew version which can be found
here. This tool also enables automatic arrangement of the dlls in a directory inside the source-control folders hierarchy. This allows simple upgrade of all projects. In order to use, in Visual-Studio: Typemock->Fix References.