Let's start from the top.
I Have a solution that I've slowly been working on, and recently restructured it. Before the restructure I had NCrunch, NuGet and lots of other toys all playing harmoniously.
The restructure was from the ground up. Made a new solution file and new project files. Making sure the MSTest unit tests worked the whole time. Once that was all finished, I traded out MSTest for xUnit and had it all working in NCrunch/ReSharper Test Runner.
Then Setup Nuget to Restore Packages. Then before getting NCrunch all set up again (I knew it would work, I had it before the restructure), I updated to the most recent version.
Now I get:
"This test was not executed during a planned execution run. Ensure your test project is stable and does not contain issues in initialisation/teardown fixtures."The tests worked before, so that leaves NuGet acting up. The directories in the work area, however, look just fine. NuGet is there, the App.Config is there. The whole thing is compiled correctly and looks generally normal from what I can tell.
NuGet is working fine for normal compiles and my JS Unit Tests are just fine (After correcting the file names) so I know things are basically working.
Also ReSharper is running the xUnit Tests no problem.
Luckily the code I am working on this with is a throw away (at this point) Open Source project so you can download it:
https://bitbucket.org/Ra...e-works-update-librariesDue to Package Restore you do have to do a build and then have NCrunch Resync (it might do it on it's own but I was in a hurry to reproduce it :) )