Forum member

johnn

7 posts

Posts by johnn

  1. Visual Studio Build Performance issues with NCrunch enabled

    Oh what joy! 01:56 minutes :)

  2. Visual Studio Build Performance issues with NCrunch enabled

    Same here build still 07:15 minutes (for me nCrunch.EngineHost goes between 13% and 40% though, but I also have way less cores) when nCrunch cpu is low, the builds instead has the CPU First half of the build Defender was also consuming 20%, so that exclusion probably doesn't blend with the mount…

  3. Visual Studio Build Performance issues with NCrunch enabled

    A quick +1, also see this NCrunch Enabled: 07:57 minutes NCrunch Disabled: 01:41minutes Attaching a performance profiler to nCrunch.EngineHost48.x64.exe confirms its spending this time in FileSystemWatcher.CompletionStatusChanged, about 50/50 between invoking ComponentFileSystemSynchroniser,…

  4. There are projects in this solution that have not been reported as loaded by the IDE during NCrunch

    Sent you a zip. For reference, the file looked like this [code=csharp] // Invalid UTF-8: � using System; namespace NCrunchRepro { public class Class1 { } } [/code] The invalid character there is just é in ISO-8859-1 The reason I was the only one seeing it is probably…

  5. There are projects in this solution that have not been reported as loaded by the IDE during NCrunch

    Yes, after removing the offending ISO-8859-1 characters ncrunch is happily building again

  6. There are projects in this solution that have not been reported as loaded by the IDE during NCrunch

    Everything builds ok from VS, and tests are working in the Resharper test-runner. So I don't see any obvious dependency missing. It's mostly typical csharp projects, about 50 of them, one or two service fabric projects, that has been configured to be ignored by ncrunch. I have another solution…

  7. There are projects in this solution that have not been reported as loaded by the IDE during NCrunch

    Setting up a new computer I've been unable to run any tests since things won't build [quote]There are projects in this solution that have not been reported as loaded by the IDE during NCrunch initialisation. It is possible that these projects are of an unusual type and NCrunch has been unable to…