Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
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…
26 Nov 2019 22:21 UTC
-
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…
26 Nov 2019 22:20 UTC
-
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…
26 Nov 2019 22:18 UTC
-
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…
26 Nov 2019 01:50 UTC
-
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…
26 Nov 2019 01:48 UTC
-
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]…
26 Nov 2019 01:46 UTC
-
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.
26 Nov 2019 00:11 UTC
-
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…
25 Nov 2019 23:58 UTC
-
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…
22 Nov 2019 22:43 UTC
-
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?
21 Nov 2019 23:09 UTC
-
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…
20 Nov 2019 10:00 UTC
-
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…
20 Nov 2019 09:48 UTC
-
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.
20 Nov 2019 07:08 UTC
-
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…
20 Nov 2019 03:52 UTC
-
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…
19 Nov 2019 22:39 UTC
-
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…
19 Nov 2019 22:28 UTC
-
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 …
19 Nov 2019 01:29 UTC
-
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 Nov 2019 01:20 UTC
-
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.
19 Nov 2019 01:13 UTC
-
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!
15 Nov 2019 23:28 UTC