Using NCrunch with VS 2010 and solution that includes both .NET and Silverlight projects.
To test my Silverlight code using standard NUnit library I use Project Linker to maintain a standard .NET 4 class library project that contains the same code. My unit tests are run against the linked project. This all works fine except when I click on a hyperlink in the test results window for a failing test, and the file is already open from the Silverlight project. Instead of activating the already open file (with or without a prompt, VS prompts) NCrunch opens a new editor window for the file and two get out of sync. That is I can edit in the new window and save but the changes are not detected by the already open editor, also I lose Resharper functionality in the newly opened window.
I try not to use the hyperlinks now and just read the file name and use R# to navigate to the relevant file, but it would be nice if this feature worked in my scenario.
Regards
Mike Hanson