Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. New Ncrunch v4.0 execute tests with category not allowed

    Could you try the build below and let us know if this solves the issue? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.2.msi]NCrunch_Console_4.2.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.2.zip]NCrunch_Console_4.2.0.2.zip[/u…

  2. Font Messed Up

    Hi, thanks for sharing this issue. Is this problem consistently reproducable on your machine? If so, is there any chance you could get it to happen (using the defaults for the font colors) then submit a bug report? NCrunch usually tracks your colour configuration and should adjust this automati…

  3. Two TargetFrameworks doubles TestCount?

    Hi, thanks for sharing this. Can you confirm whether you are actually seeing the tests being duplicated inside the Tests Window under the two target frameworks, or is this just the total number that is increasing? Note that the number of tests queued for execution can exceed the total if tests…

  4. NCrunch 4 - optimized instrumentation - BadImageFormatException for x64 for F# project

    Thanks again for reporting this issue. I'm sorry it's taken so long to organise a fix, but the build below should hopefully resolve this for you: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.2.msi]NCrunch_Console_4.2.0.2.msi[/url] [url=https://s3.amazonaws.com/downl…

  5. NCrunch 4 - Instrumentation Mode - Optimized - "The name [x] does not exist in the current context"

    We've got to the bottom of this issue. The build below contains a fix if you're willing to give it a try: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.2.msi]NCrunch_Console_4.2.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.2…

  6. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    The build below includes fixes for all known debug problems with NCrunch V4 under optimised mode. Can everyone with issues here please give this a try and let me know if all is well? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.2.msi]NCrunch_Console_4.2.0.2.msi[/url]…

  7. Using generic ActionResult from aspnet core 3.0.0.0 results in build failure

    Thanks! We're looking at this now and will get back to you soon.

  8. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    [quote=tomtrias;14125] If I inspect "item" in the second "foreach", I am seeing the value for "item" from the previous "foreach" scope. I have verified that using other unit test runners to debug does not have this issue.[/quote] Thanks for sharing this. This problem is an old existing one cau…

  9. Using generic ActionResult from aspnet core 3.0.0.0 results in build failure

    Thanks for sharing these extra details. We haven't knowingly fixed this issue in v4.1 (the generic class exception was something else). Is there any chance you could ZIP up your sample project that reproduces the problem and send it through the [url=https://www.ncrunch.net/support/contact]NCrunc…

  10. Using NCrunch, FxCop Analyzers and “warnings as errors”: How to configure warning severity?

    Hi, thanks for posting. It's possible that NCrunch just isn't copying the .editorconfig file into the workspace used for building your project. Do you have this file included in your .csproj? If not, does including it make any difference?

  11. NCRUNCH 3.28 - High memory usage, frequent System.OurOfMemoryExceptions

    [quote=LawrenceShort;14111]The problem we are receiving with NCrunch restarting all tests from the beginning every time we restart a machine, could this be caused by not having the memory available to load up the code coverage data?[/quote] I strongly suspect it might. Once OutOfMemoryExceptions…

  12. NCRUNCH 3.28 - High memory usage, frequent System.OurOfMemoryExceptions

    [quote=LawrenceShort;14109] That's where I was heading with my assumptions. I've been looking at the CI build as this is the area that is really hampering our process and have found that if I turn off the InstrumentOutputAssembly setting then the console tools memory usage drops considerably. Which…

  13. Framework 4.6.2 project failing to build using optimised instrumentation mode

    Thanks for these extra details. I'm working on a speculative fix for this and will let you know as soon as a build is available.

  14. NCRUNCH 3.28 - High memory usage, frequent System.OurOfMemoryExceptions

    Thanks for sharing all this detailed information. Given everything you've provided, I think I can firmly conclude that the problem here is caused by the size of NCrunch's in-memory code coverage database, which is held inside the engine host process. The coverage database is the most complex are…

  15. Uningore all referenced projects

    Hi, thanks for posting. Working with gigantic solution spaces is still a bit of a problem in NCrunch. To build test environments, NCrunch needs to have every relevant project in a dependency tree be loaded and built. This greatly limits our ability to work on only a subset of projects in a solu…

  16. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    [quote=Advisto;14104] Sorry for my late reply, it's a netcoreapp2.1 project with portable PDB's. Just tested with Full (win32), which seem a bit better (I can inspect some more variables it seems) but 'step into' still doesn't work (while it works when I set a breakpoint into that method and hit F5…

  17. Framework 4.6.2 project failing to build using optimised instrumentation mode

    [quote=rdavis;14091]I'm afraid that didn't work, I still see 1 project failing to build when running NCrunch for Visual Studio 2017 version 4.2.0.1 in optimised instrumentation mode.[/quote] Thanks for confirming this. I've taken a look at the bug report you've sent through, and it looks like …

  18. NCRUNCH 3.28 - High memory usage, frequent System.OurOfMemoryExceptions

    Thanks for sharing this problem. Can you confirm where NCrunch is consuming the bulk of the memory? Is this inside the nCrunch.EngineHost process or is it a combined result of lots of nCrunch.TestHost/nCrunch.BuildHost processes that are all eating? Can you share any further details on your c…

  19. DynamicData Attribute Requires Public Access to Property?

    Thanks Kevin. We weren't aware that MSTest would work with these methods when they were private. I've made a note to see if we can get this fixed.

  20. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    [quote=tomtrias;14088]I will narrow down a small reproductive case when I get a chance; hopefully it is fairly simple to do. The code base I am currently working on is large and complicated.[/quote] Thanks for your help!