Forum member

witchdrash

11 posts

Posts by witchdrash

  1. The connection has been closed error

    [quote=Remco;10879]After you unzipped the files, did you select all files in the installation and choose to 'unblock' them using windows explorer? Windows has a frustrating security feature that tags files downloaded from the internet and prevents them from being accessed by software until you pe…

  2. The connection has been closed error

    The version I was using is this one from this link (downloaded this morning!): https://www.ncrunch.net/download/getZip?version=3.10&vs=2017 However things get a little weirder, if I use that version, doesn't matter what I do, it simply doesn't work, however, if I delete the Remco Software folder…

  3. The connection has been closed error

    I've installed NCrunch manually in to VS 2017 2017 Preview (2) - 15.3.0 Preview 6, and this is the error I'm getting when it tries to run any test: [quote]nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The connection has been closed at nCrunch.Core.ProcessManagement.ExternalProcessManag…

  4. reflection issue

    [i]DependencyContext.Default.RuntimeLibraries[/i] does not return all the assemblies as the equivalent execution using dotnet test, it makes tests that use runtime reflection not function properly, does anyone have a solution to this? Filtered dependency list with ncrunch (removed microsoft, syst…

  5. Renamed files losing coverage

    That worked! Thank you very much :D

  6. Renamed files losing coverage

    I've used resharper to rename 2 files and the coverage has been completely lost for these, I have restarted visual studio, forced ncrunch to rebuild the projects, turned off instrumentation and turned it back on, finally I've completely reinstalled it and deleted it's directories in appdata/local an…

  7. NCrunch causes VS2008 to lock up for a while every single build

    [quote=Remco;2766]Interesting. I know that Resharper 7 had some big performance improvements rolled into it (I very much noticed the 6-7 upgrade on VS2010). You're the first person that's reported this issue, although not many people are using NCrunch on VS2008, so it COULD be more noticeable on V…

  8. NCrunch causes VS2008 to lock up for a while every single build

    We aren't but it seems to be an issue with 6.1 and 6.1.1 of resharper and ncrunch, one of our devs is on 5 and has no issues, I had a nightmare on 6.1.1 and a few of our other devs were suffering on 6.1, but I've just downloaded 7 and getting no issues at all

  9. NCrunch causes VS2008 to lock up for a while every single build

    Turns out ncrunch and resharper don't play nice together, removing resharper made ncrunch work as advertised, problem is, we rely heavily on resharper so if it becomes a choice between the two tools ncrunch will get the boot :(

  10. NCrunch causes VS2008 to lock up for a while every single build

    The machine is an I7-860 with 8 gig of ram, ncrunch has cores 1,2 and VS has the rest. I have noticed this on all but the smallest of projects on this machine, and I know a couple of other people using ncrunch on this solution are suffering the same thing. (Machines are all the same spec as they …

  11. NCrunch causes VS2008 to lock up for a while every single build

    This is causing quite a few people here issues now, whenever NCrunch begins a build VS2008's GUI locks up (It's still accepting commands as if you keep typing it catches up after about 10 seconds), the problem is this happens all the time as NCrunch kicks off a build whenever it detects a change, it…