Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch fails to build project / post build

    Hi Rainer, I was about to ask whether the batch files were both included in the project :) NCrunch doesn't change the way build events are executed, so my first guess as to why this is not working is that the batch files are not being copied to the workspace. By including them in the project …

  2. MsTest v2 DataRowAttribute: null is ignored if last of two parameter

    Hi Erik, Thanks for sharing this problem. A fix for this one is coming in the next release, so hopefully you'll see the last of it soon.

  3. NCrunch fails to build project / post build

    Hi Rainer, Thanks for sharing this problem. By default, NCrunch will disable post build events because usually these involve logic that aren't required for tests to run. Are these needed for your tests to be run on the project in question? Is it safe to simply disable them using the [url=h…

  4. NCrunch cannot discover tests due to serialization issues

    [quote=zvirja;11418] P.S. Thank you for the great product you are making. It totally changed my coding experience and now it's hard to imagine my life without this tool.[/quote] Thank you for your efforts on AutoFixture! :)

  5. NetCore2 projects don't get X on exception lines

    [quote=piero;11416] The NCrunch Tests Window is able to display the full error message still, so is not just a case of updating the UI for the inline crosses & errors to appear? If you couldn't handle portable PDBs then surely I wouldn't be able to see any of these errors?[/quote] Exception trac…

  6. NCrunch Console Exits With Code 2

    [quote=simongh;11412] However, I have found a test that isn't being run. NCrunch is reporting "This test was not executed during a planned execution run. Ensure your test project is stable and does not contain issues in initialisation/teardown fixtures.". The good news is I've seen this same test …

  7. NetCore2 projects don't get X on exception lines

    Hi piero, Thanks for your input here. We're working hard to resolve this. The suddenness of this issue appears to be related to a significant change in the MS toolset that has made it impossible to build non-portable PDBs on many systems under .NET Core. As I'm not sure about the reason for th…

  8. .NET 4.7.1 Support

    [quote=Fasopus;11403]The specific feature we were targeting in 4.7.1 was the improved Net Standard 2.0 support, allowing a large number of binding redirects to be removed and trimming down the size of our build output. [/quote] Thanks, I'll let you know as soon as I have a build available with 4.…

  9. Build fails, but in broken state, no tests running

    It always catches me by surprise when we post at the same time :) This is a known issue that affects some solutions. It's caused by a regression in 3.11. Try the build below. This contains a fix for the issue, along with a few performance improvements: [url=http://downloads.ncrunch.net/NCru…

  10. Build fails, but in broken state, no tests running

    Hi, thanks for sharing this problem. Probably the build for the .NET class library has hung or terminated unexpectedly. Is there any information showing for this project in the Processing Queue Window?

  11. NCrunch Console Exits With Code 2

    [quote=simongh;11400]I suspect this might be the cause. We use a config file on the build agent that specifies the cache folder. The same cache was used for all builds, so presumably if a test fails in a build & that test is not in the other builds, then those build will also fail with the exit code…

  12. NCrunch does not honor the max timeout and runs tests forever

    Wow, thanks for the detailed analysis of the new build! It's awesome to see those improvements. I admit I was quite optimistic after making these changes. The eagerness of the engine to bunch too many tests into a single task is related to how the engine tracks the execution time of each test. …

  13. .NET 4.7.1 Support

    Hi, thanks for posting. This will be in the next release of NCrunch, expected in about 2-4 weeks. Is there anything in the new version of .NET that you specifically require?

  14. NCrunch does not honor the max timeout and runs tests forever

    Try the build below. This build includes all described fixes: [url=http://downloads.ncrunch.net/NCrunch_Console_3.12.0.4.msi]http://downloads.ncrunch.net/NCrunch_Console_3.12.0.4.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.12.0.4.zip]http://downloads.ncrunch.net/NCrunch_Consol…

  15. NCrunch Console Exits With Code 2

    Hi, thanks for posting. The NCrunch console tool will report this status if it detects a test inside NCrunch's internal cache with a failed status. This may not necessarily have been a test from within your actual run, it may be a test that was previously run by NCrunch, then stored in its .cach…

  16. Manual install instructions should probably be renewed a bit

    Thanks for the heads up here. I've fixed up the incorrect documentation references.

  17. NCrunch does not honor the max timeout and runs tests forever

    [quote=abelb;11386] So I tried installing the MSI for 2017 that you linked earlier (http://downloads.ncrunch.net/NCrunch_VS2017_3.12.0.3.msi), but it gives me an "another installation is already in progress". Possibly this is caused by me having three instances of VS2017 installed (Community, Enter…

  18. NCrunch does not honor the max timeout and runs tests forever

    The 0.5MB per test in this case comes from the code coverage maps, which at the moment seem to be allocated regardless of whether assemblies are instrumented. These are basically junks of memory that need to exist on a one-to-one basis with each test in the execution run. As the amount of code und…

  19. Visual Studio 2017 gives an error message "nCrunch package did not load correctly" at startup

    Hi, thanks for sharing this problem. You are correct in your understanding that this is caused by a configuration corruption issue. We have a fix pending for this issue in the next release, though it still isn't clear how it's possible for the config to get into this state. To reset your conf…

  20. Multiple Visual Studio versions

    Hi, thanks for posting. Licensing is per user, not per instance or machine. So one license for all versions is absolutely fine. You can use the same license key in all the different versions of VS you are using.