Forum member

jonas

7 posts

Posts by jonas

  1. Stuck at "ncrunch engine is initialising"

    [quote=arkiaconsulting;16041]Looks like there is a workaround: - Close VS - Remove the `.vs` hidden solution folder - re-launch VS And nCrunch is back (tested on 17.2.0 Preview 2.0)[/quote] Thank you! I just did this on 17.2.0 Preview 4 and it worked. Lifesaver!

  2. Best way to publish Coverage results with Jenkins CI

    [quote=Remco;12612][quote=jonas;12609]@Remco is this something you are actively looking into adding? It would be very useful to have code coverage in another format. [/quote] Hi. Perhaps we might be able to implement this in the long term, but being totally honest with you, I don't see this appe…

  3. Best way to publish Coverage results with Jenkins CI

    @Remco is this something you are actively looking into adding? It would be very useful to have code coverage in another format.

  4. Console tool: Code Coverage output format

    Hi' I recently started trying out the NCrunch Console Tool and I am unable to find a way to output code coverage in another format. It seems only to be able to output a custom Ncrunch format. Is it possible to change to another output format like lcov, opencover or json? That would be hugely u…

  5. IpcConnectionClosedException after upgrade to .netcore 2.1

    [quote=Remco;12498]Thanks for sharing these error details. I haven't seen this one before. Are you making use of this package yourself? Does adding it as a Nuget dependency to your test project make any difference?[/quote] Hi again, I narrowed it down to my test projects .csproj files was …

  6. IpcConnectionClosedException after upgrade to .netcore 2.1

    [quote=Remco;12493]Hi, thanks for posting! This is probably a dependency issue. Sometimes if the required nuget packages aren't installed on your system, NCrunch can fail to start the .NET Core process for hosting your test environment. You might be able to find some more error information in t…

  7. IpcConnectionClosedException after upgrade to .netcore 2.1

    Hi' I am suddenly getting an exception when trying to build my dotnet core 2.1 project. I recently upgraded to 2.1 from 2.0 but i'm not sure it is related. I have tried to reset NCrunch and update to the latest version (currently 3.18.0.2). My VS2017 is version 15.7.6. [code=csharp] An erro…