Forum member

Graham

3 posts

Posts by Graham

  1. Build fails with VS 2015 RTM

    Probably obvious, but you can also just change the target to have a condition by changing its first line like this and leaving the rest the same <Target Name="UpdateFeatureFilesInProject" DependsOnTargets="BeforeUpdateFeatureFilesInProject" Condition="'$(NCrunch)' != '1'">

  2. NCrunch for Visual Studio 14

    It took a long time (a minute or two) but I never had an error message, no. For the VS 2015 preview I changed the Installation and Dependencies sections of the extension.vsixmanifest to this: [quote] <Installation InstalledByMsi="false"> <InstallationTarget Version="[11.0,14.0]" Id="Micr…

  3. NCrunch for Visual Studio 14

    I've just used [url=http://www.ncrunch.net/documentation/manual-installation-instructions]VS2013's manual installation[/url] on VS 14 CTP 3. Test results, metrics and coverage markers all look fine on my solution 50 project solution running NUnit tests. I needed to use VS 14 because VS 2013 [url=h…