Visual Studio ships with its own version of Newtonsoft.Json for some of its built-in extension. Third party extensions (such as Resharper) also use Newtonsoft.Json for their own purposes. If you see package load failures from assembly mismatch exceptions, this extension should fix them, by providing a runtime binding redirect to Visual Studio unifying all versions on the most commonly used one, specified in this extension's packages.config file. The specific scenario this extension solves is be easy to detect:
|