Visual Studio 2015 and NUnit, with a little NuGet issue
NUGET The current version 1.2 of the NuGet adapters for NUnit works with the VS 2015 Preview (and earlier CTPs). You can find them here: http://www.nuget.org/packages/NUnitTestAdapter/ and with framework: http://www.nuget.org/packages/NUnitTestAdapter.WithFramework/ Add one of these to your solution and it works without having the VSIX installed, both for VS2015 and for TFS build, including VSO build. Continue Reading →