Forum member
thirkcircus
8 posts
Posts by thirkcircus
-
very long time to build new workspace - possibly the cause is nuget
well, that solution would work fine for me. ;) yeah, i see what you mean though. If the packages aren't there to begin with then you're kind of screwed unless you know to run a full build (to restore the packages) first. i guess at the very least you (ncrunch) could check to see if the sln pack…
03 May 2012 00:51 UTC
-
very long time to build new workspace - possibly the cause is nuget
so when ncrunch runs msbuild, can't you just pass in a property? $(RestorePackages) = false
02 May 2012 23:05 UTC
-
very long time to build new workspace - possibly the cause is nuget
hi, yes, sort of. ;) For my solution I have a Debug configuration (nuget package restore enabled) and DebugFast configuration. The nuget targets file has the following modification in it: <!-- Make the build depend on restore packages --> <BuildDependsOn Condition="$(RestorePackages) == 'tr…
02 May 2012 23:04 UTC
-
very long time to build new workspace - possibly the cause is nuget
oh. writing that post made me think of some better search terms. just searched the forum again, found this: http://forum.ncrunch.net/yaf_postst336_Constantly-running-out-of-disk-space-on-my-6GB-RamDrive-with-a-200mb-solution.aspx i guess that's the answer then. 70 * 270MB = a lot of disk thrashi…
02 May 2012 20:48 UTC
-
very long time to build new workspace - possibly the cause is nuget
hi, i have a large solution (~70 projects) which is taking a very very long time (for ncrunch) to initialise building of projects. not sure why this is, couple of thoughts which might be relevant: [list=1] [*] Each project takes on average, upwards of 1min 30sec to build the assembly. Almost …
02 May 2012 20:42 UTC
-
NCrunch borks R# test runner (all test frameworks) when R# gallio plugin installed
that's fine - i'm not actually worried about the gallio plugin now. spent a few hours today converting all our long-running integration tests from mbunit/xunit over to nunit using the hack of putting the test order into the name. dirty but it works. ;) going to enjoy my weekend now - finally ri…
09 Mar 2012 03:39 UTC
-
NCrunch borks R# test runner (all test frameworks) when R# gallio plugin installed
yes, will def chase down ncrunch codecontracts issue - likely late next week sorry as we're already behind for our next release. ;) ncrunch and gallio plugin - any help knowing where to look or how to fix would be appreciated. R# error/issue logging is shall we say, sparse at best!! cheers
08 Mar 2012 20:31 UTC
-
NCrunch borks R# test runner (all test frameworks) when R# gallio plugin installed
hi, this has been a problem since Nov 2011 (first noticed with ncrunch 1.35.16b). when ncrunch is installed and gallio plugin enabled for R#, resharper won't recognise or run any tests in the solution (for any test framework - I'm using mbunit, xunit and mspec). currently have installed VS201…
08 Mar 2012 19:59 UTC