Forum member

ivanz

12 posts

Posts by ivanz

  1. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    [quote=Remco;1924]For anyone interested, the recently released v1.39b contains a fix that should greatly reduce the disk consumption of solutions that are using Nuget.[/quote] Unfortunately I am still constantly running out of space if I allocate a 6GB drive for the solution with 1.40.x

  2. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    [quote=Remco;1720]Ok - it's almost certainly the duplication of the nuget resources then. 24 * 120 = 2880MB and then this will be duplicated again for some of the projects you're actively working in. For the time being, I think it's a safe assumption that the layout of this solution won't fit on…

  3. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    24 projects

  4. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    [quote=Remco;1716]I think the first thing to identify would be what is eating up so much space in the NCrunch workspace. NCrunch can and will duplicate your projects inside the workspace, though not normally more than would be required to run things in parallel - so using more than 6GB on a 250MB s…

  5. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    My solution is 200MB clean and 250MB when build. I am using a 6GB RamDrive for NCrunch and it's constantly getting full and out of space. It happens so often that NCrunch is starting to get in my way (I have to disable it, format the drive and re-enable it). I don't have anything special about my…

  6. MSpec empty tests should be reported as FAILED not PASSED

    [quote=Remco;1340]The version of NCrunch just released (1.38b) adds a new project-level configuration option to control this, 'Consider inconclusive tests as passing'. This has been made configurable because the usage of inconclusive tests can vary depending upon your workflow. Setting the option …

  7. MSpec empty tests should be reported as FAILED not PASSED

    [quote=Remco;1340]The version of NCrunch just released (1.38b) adds a new project-level configuration option to control this, 'Consider inconclusive tests as passing'. This has been made configurable because the usage of inconclusive tests can vary depending upon your workflow. Setting the option …

  8. MSpec empty tests should be reported as FAILED not PASSED

    As the subject says currently NCrunch reports empty Empty MSpec tests (empty as in - not implemented) as PASSED, which is wrong. It should report them as failed, which is what the mspec runner does as well as the CodeRush unit test runner. Can you please fix that, thanks? For example in the be…

  9. Visual Studio GUI random freezes/unresponsiveness?

    Interestingly it might appear that the culpit was nuget with package restore. Now that I have added the packages folder to the list of files to copy over before an NCrunch build I see VS freeze less often. I will test some more to see if it's not just something temporary.

  10. Visual Studio GUI random freezes/unresponsiveness?

    * Code base is ~18,000 lines (*.cs) + maybe ~3000 in *.cshtml ASP.NET MVC views. There are 21 projects in the solution (in the middle of a large refactoring) * Unfortunately only 163 tests (as per what NCrunch reports) - NUnit and MSpec * Building the solution from Clean to full build with VS …

  11. Visual Studio GUI random freezes/unresponsiveness?

    Hi,, Thanks for your reply. I have lowered the cores to 1 for ncrunch, threads to 1 and processes to 2 and it's still happening :(. I see no such issues when I run the same tests with the CodeRush test runner :/. I also think that the freeze is not happening during the test run, but rather during…

  12. Visual Studio GUI random freezes/unresponsiveness?

    I have been using NCrunch for a while, but the random Visual Studio UI freezes and unresponsiveness is starting to get in my way. Every now and then when I save the current file Visual Studio will freeze become unresponsive for ~30 seconds. I have already lowered the number of CPU cores assign…