Forum member
johnn
7 posts
Posts by johnn
-
Visual Studio Build Performance issues with NCrunch enabled
Oh what joy! 01:56 minutes :)
14 Feb 2025 00:31 UTC
-
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…
11 Feb 2025 21:59 UTC
-
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,…
10 Feb 2025 13:49 UTC
-
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…
28 Sep 2019 11:20 UTC
-
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
27 Sep 2019 15:20 UTC
-
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…
27 Sep 2019 11:22 UTC
-
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…
26 Sep 2019 10:42 UTC