Forum member
dc-storm
5 posts
Posts by dc-storm
-
Getting build errors after a delay - project builds and runs fine
@Remco Sorry for the long delay. It turns out that in my investigation, the reason Visual Studio kept downloading NuGet packages automatically when opening the solution was because it had detected a change had been done to the project file. So there's no magic msbuild tasks that'll automatical…
21 Nov 2012 19:47 UTC
-
Getting build errors after a delay - project builds and runs fine
@Remco Sure thing, I'm pretty busy at the moment, but I'll dig out the repository for it either later today or tomorrow. Jay
13 Nov 2012 15:05 UTC
-
Getting build errors after a delay - project builds and runs fine
@Remco Thanks for the advice. In order to re-enable the restore packages task, I've manually edited the project files to call the restore command line as the BeforeBuild task. With the condition being if NCrunch is running. When testing this without the Condition statement, the packages seemed…
12 Nov 2012 11:15 UTC
-
Getting build errors after a delay - project builds and runs fine
@Remco Thanks, mate. Shame NCrunch can't perform the re-build in VS, then listen for it to complete before running tests. With regard to the NCrunch configuration UI, does the 'Use build configuration' property actually work? Since if it did, I could then call the custom configuration that has…
09 Nov 2012 17:17 UTC
-
Getting build errors after a delay - project builds and runs fine
@Remco I'm trying to follow your instructions on how to fix the NCrunch configuration, but without success. To refresh your memory, when NCrunch initialises, after opening the solution for the first time, I'm trying to get NCrunch to allow NuGet to restore missing packages. I've tried disablin…
07 Nov 2012 12:11 UTC