Forum member

DCasado

28 posts

Posts by DCasado

  1. Visual Studio Build Performance issues with NCrunch enabled

    I configured both with 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 First run with NCrunch enabled: 278 seconds Second run with NCrunch enabled: 284 seconds Third run with NCrunch [h]disabled[/h]: 53 seconds Unfortunately I have the same problem…

  2. Visual Studio Build Performance issues with NCrunch enabled

    I created two bug tickets with a reference to this ticket in the description. [quote]Is the NCrunch corner spinner showing any activity from the engine while the build is happening? [/quote] [b]No[/b] [quote]Or is everything in NCrunch just visibly idle? [/quote] [b]Yes[/b] Processing Queue M…

  3. Visual Studio Build Performance issues with NCrunch enabled

    Hi Remco, thanks for your quick response. Case 1: Visual Studio with [h]ENABLED [/h]NCrunch - Directly after running DOTNET BUILD the total CPU usage is 100% (but after a few seconds it's going down to 20 -25 %) - then the total CPU usage is going down to 20 -25 % - nCrunch.EngineHost48.x…

  4. Visual Studio Build Performance issues with NCrunch enabled

    Hi, since for a long time I have many build performance issues (in Visual Studio and from command line) in my current solution (161 projects). To figure out the main reason for this I have deactivated all my other Visual Studio extensions and the GIT provider. Then I compiled one of our pro…

  5. Xunit.v3 analysis failure

    It seems that my problem is gone away after a machine reboot. Could be a caching issue with NCrunch...

  6. Xunit.v3 analysis failure

    I doesn't know if this is related or not. But I refactored my solution so that 'Copy reference assemblies to workspace' is not needed anymore. Most of my tests are working now, but some are still failing with following exception: System.TypeInitializationException: The type initializer for '…

  7. Xunit.v3 analysis failure

    I can confirm that my two projects are configured with 'Copy reference assemblies to workspace'. Unfortunately I need this setting for my tests. I installed your new version now and it seems that the problem still exists. Now I don't get a an analysis failure on project level as before, but on e…

  8. Xunit.v3 analysis failure

    I'm currently trying also to use xunit v3 but got the same experience as anemitoff. I have many test projects inside my solution, nearly all of them are working fine but two of them are failing with the error: "An error occurred while analysing this project after it was built: Unable to resolv…