Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.
Hi, thanks for the extra detail here. The problem is caused by a PDB file with an unexpected structure. Basically, the compiler on your machine is somehow producing a PDB file with a structure that we haven't seen before. Most probably it's something trivial in the PDB that we simply haven't be…
21 Jul 2020 00:08 UTC
-
IPv6 support?
Thanks, we'll check it out.
20 Jul 2020 23:56 UTC
-
System.ArgumentOutOfRangeException: Arrays larger than 2GB are not supported.
Hi, I'm fairly certain we have a fix for this issue pending in v4.4. Could you try the build below to see if this resolves the issue for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.4.0.10.msi]NCrunch_Console_4.4.0.10.msi[/url] [url=https://s3.amazonaws.com/do…
18 Jul 2020 00:11 UTC
-
IPv6 support?
Hi, thanks for sharing this issue. The network code in place was originally built on components that do support IPv6, although it's been a long time since we tested it. It wouldn't surprise me if there is a hole in our compatibility somewhere. I'm marked this for investigation. Do you have t…
18 Jul 2020 00:07 UTC
-
Build issue
[quote=MaxRonin;14877]Weirdly, this has gone away moving stuff to a new library project. I have a hunch that this has to do with the offending library project having been created via the VS wizard, while the others without problems are basically copies of a template project. I will try to reprodu…
15 Jul 2020 12:46 UTC
-
How do I tell the grid node not to use the preview version of Visual Studio 2019
[quote=Magnus Lidbom;14874] However, It was only NCrunch that had any problems with building. Visual studio was building everything just fine. And having both installed is, according to Microsoft, perfectly fine. So my personal opinion is that I, if I were you, would treat this as a bug that should…
14 Jul 2020 13:32 UTC
-
How do I tell the grid node not to use the preview version of Visual Studio 2019
[quote=Magnus Lidbom;14871]OK so I did the obvious thing, though I did not want to, and reinstalled the preview of Visual Studio. This did revive NRunch in the stable version of visual studio. This was a relief, but I hardly think this is how things should be![/quote] It's likely that installing/…
14 Jul 2020 12:33 UTC
-
How do I tell the grid node not to use the preview version of Visual Studio 2019
Hi, thanks for posting. To handle this, you need to set an environment variable on the machine to tell NCrunch which version of VS to use. Set 'NCrunchVSInstallPath.VS2019' to the installation directory of the version of VS you want, i.e. 'C:\Program Files (x86)\Microsoft Visual Studio\2019\En…
14 Jul 2020 08:36 UTC
-
NCrunch is unable to safely execute tests in this assembly because it contains unstable test generat
Thanks for sharing this problem. For this to occur, something must have gone horribly wrong inside NUnit's discovery run. Is this happening for you consistently? Is it something you can reproduce in a sample project that you can share with me?
14 Jul 2020 00:15 UTC
-
Build issue
Hi Mark, Thanks for sharing this issue. Something in your build configuration is causing the binary to be output in an unexpected location. NCrunch then cannot find it. Is there perhaps something in the Paket.Restore.targets file that might be doing this? Are you able to build a sample …
14 Jul 2020 00:13 UTC
-
Tests not respecting Parallelizable attribute
Hi, thanks for posting. Due to technical limitations, we cannot support the use of this attribute or any of NUnit's parallel execution features. To run these tests in parallel under NCrunch, please use NCrunch's [url=https://www.ncrunch.net/documentation/concepts_parallel-execution]parallel ex…
13 Jul 2020 00:34 UTC
-
Running tests that use nUnit's Explicit attribute
[quote=NeilMacMullen;14859]Thanks Remco - that's great! For anyone else who was stumped by this, the trick is to add the "show unexecuted tests" button to the "Ncrunch tests" window toolbar by clicking on the down-arrow to the right of the Search box. I think there may be a minor bug here though -…
10 Jul 2020 00:27 UTC
-
NCrunch Console Test Count Inconsistency
[quote=scjones;14857]Again, many thanks for the quick response. I have [url=https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/40868611-option-to-exclude-passing-fixture-tests-from-conso]created a user voice[/url] and am working on getting all my developers to vote on it. Unfor…
09 Jul 2020 12:42 UTC
-
NCrunch Console Test Count Inconsistency
[quote=scjones;14855] Do you think this is functionally possible? If so I will raise the request in uservoice as you recommended.[/quote] From what I understand about the current implementation, I feel this is a reasonable request and it could be implemented as a custom filter in a similar way a…
08 Jul 2020 08:45 UTC
-
NCrunch Console Test Count Inconsistency
Hi, thanks for posting. Answers are below: [quote=scjones;14849] 1) Why is there a test reported for each "fixture" class? How is that information captured - is it when the first test (or any test) is run within that fixture, or is it manually discovered and executed first before any other test…
08 Jul 2020 01:58 UTC
-
Unstable Test Generation (Removing tests doesn't adjust discovery count)
Hi Mark, Thanks for sharing this issue. I think the critical step here is to establish a comparison between your discovery runs to identify which tests are unstable. A simple way to do this would be to export your list of tests (in the Tests Window) to CSV or Text, then copy this into a com…
08 Jul 2020 01:10 UTC
-
Running tests that use nUnit's Explicit attribute
Hi Neil, We implemented this a few years ago. Explicit tests should be detected and marked internally with a special flag so that the engine will only run them if you specifically target them with a run action. Until then, they should be listed in the Tests Window as 'Not Run'. There is no spe…
04 Jul 2020 00:27 UTC
-
The FrameworkReference 'Microsoft.WindowsDesktop.App.WPF' was not recognized
[quote=Magbr;14844]The same projects are uncollapsed every time[/quote] How about the build issues? Are you able to reproduce the netcoreapp2.2 build issues in a sample project?
04 Jul 2020 00:22 UTC
-
The FrameworkReference 'Microsoft.WindowsDesktop.App.WPF' was not recognized
Are these problems inconsistent or do they happen for the same projects every time?
03 Jul 2020 00:28 UTC
-
The FrameworkReference 'Microsoft.WindowsDesktop.App.WPF' was not recognized
[quote=Magbr;14839] Would it be a problem that the .net 4.8 assembly references assemblies with other .net framework versions?[/quote] Unless you have the [url=https://www.ncrunch.net/documentation/reference_project-configuration_preload-assembly-references]preload assembly references[/url] sett…
02 Jul 2020 11:19 UTC