Forum member
jschreuder
42 posts
Posts by jschreuder
-
DataRow issue with MSTest 3
Also working for me with 4.18.0.2 and MSTest 3.0.4 without needing to switch to dynamic runtime domain. Thanks Remco!
09 Jul 2023 04:59 UTC
-
DataRow issue with MSTest 3
Looks like another change here broke your test discovery (v3.0.3) [quote]Unable to transfer an Array from a statically analysed domain into a dynamic runtime domain. Please change your 'Framework utilisation type for MSTest' setting to 'UseDynamicAnalysis' to run this test.[/quote] v3.0.2 has…
29 May 2023 00:54 UTC
-
DataRow issue with MSTest 3
Tried updating to the latest [url=https://github.com/microsoft/testfx/releases]MSTest 3 package[/url] and ran into a build issue. With [DataRow] tests that use params for a list of values passed into a test, eg. [code=csharp] [DataRow("A")] [DataRow("A", "B")] [DataRow("A", "B", "C")] [Dat…
21 Dec 2022 01:03 UTC
-
Stuck at "ncrunch engine is initialising"
I just submitted a bug report probably related to this too (VS 2022 17.2 Preview 1) before I saw this thread. I'm going to downgrade and see if it's ok on latest RTM build EDIT: Seems good on 17.1
28 Feb 2022 01:14 UTC
-
VS 2022 Preview 5 error - SDK Resolver Failure NugetSdkResolver
[quote=Remco;15706]This should now be resolved in NCrunch v4.10 [url=https://www.ncrunch.net/download](just released)[/url][/quote] Working great, thanks as always Remco!
14 Oct 2021 05:06 UTC
-
VS 2022 Preview 5 error - SDK Resolver Failure NugetSdkResolver
I'm guessing this is probably a VS issue, since NCrunch was working for me last week on Preview 4.1, but just in case it's something in your control... Since updating to Preview 5, I'm getting a build error for all projects: [quote] System.Exception: An exception was thrown in the remote envi…
13 Oct 2021 04:04 UTC
-
Support for C# source generators?
[quote=Remco;15518]Thanks again for your help. Would you be interested in trying the build below to see if this works for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.9.0.4.msi]NCrunch_Console_4.9.0.4.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NC…
08 Jul 2021 23:19 UTC
-
Support for C# source generators?
[quote=jschreuder;15514]EDIT: I think I have made some sort of progress narrowing it down. Using a default .ncrunchsolution / .ncrunchsolution.user file does not produce the issue. I'll see if I can work out if it's a particular option.[/quote] Alright, I think I've narrowed it down. For this sol…
07 Jul 2021 02:17 UTC
-
Support for C# source generators?
[quote=Remco;15513]Does setting your 'Max number of processing threads' setting to significantly lower value make any difference?[/quote] Unfortunately not. Setting this value to 1 did not seem to have any effect. I assume changing CPU cores assigned to NCrunch probably won't help either then? …
07 Jul 2021 02:02 UTC
-
Support for C# source generators?
[quote=Remco;15510][quote=jschreuder;15509] Thanks Remco. Unrelated to source generators as I'm not using them, but on this build the engine process is crashing almost immediately after loading all projects (in both VS2019 and VS2021). I've submitted a bug report via the menu.[/quote] Thanks for…
07 Jul 2021 01:26 UTC
-
Support for C# source generators?
[quote=Remco;15510][quote=jschreuder;15509] Thanks Remco. Unrelated to source generators as I'm not using them, but on this build the engine process is crashing almost immediately after loading all projects (in both VS2019 and VS2021). I've submitted a bug report via the menu.[/quote] Thanks for…
07 Jul 2021 01:07 UTC
-
Support for C# source generators?
[quote=Remco;15505]Would you be interested in trying the build below? We've implemented handling for the source generation. Note that it presently isn't possible for NCrunch to instrument the source generating project or track code coverage in it. [url=https://s3.amazonaws.com/downloads.ncrunch…
06 Jul 2021 23:59 UTC
-
Support for VS 2019?
[quote=michaelkroes;13367][quote=jschreuder;13361] Thanks Michael. I'm trying 3.26.0.3 and still seeing the same issues if that helps you narrow anything down.[/quote] Thanks for taking the time :) Do you know if this also happens if you open the solution directly via the sln file or only whe…
11 Apr 2019 23:40 UTC
-
Support for VS 2019?
[quote=michaelkroes;13351]Thanks for submitting the report! We’ll have a look. We’ve found a couple of issues ourselves that are fixed in the next release. I’ll check to see if this is new. [/quote] Thanks Michael. I'm trying 3.26.0.3 and still seeing the same issues if that helps you narrow anyt…
10 Apr 2019 23:14 UTC
-
Support for VS 2019?
Not sure if this is related to 2019, but I'm having unresponsive NCrunch window in 2019. I've just submitted a bug report - please let me know if there's anything you want me to try out. It seems pretty random and I can go hours or minutes before seeing it.
09 Apr 2019 05:02 UTC
-
Support for VS 2019?
@michaelkroes, looks good now with 3.25.0.2 on the default blue theme. Thanks for the quick fix.
14 Mar 2019 22:21 UTC
-
Support for VS 2019?
Going to put this here rather than a new thread. Not sure if it's just me or if it's a really obvious thing that you've also noticed Remco, but the NCrunch window no longer seems to have a background colour (it's transparent) making it very hard to read. Also the status bar ("No tests are queued…
14 Mar 2019 05:13 UTC
-
Run issue with async method
[quote=Remco;12137]Hi, thanks for sharing this. The code above seems to work fine for me (can't reproduce the issue). Is it possible that there is a mismatch between the System.Threading.Tasks.Task type being returned and the one expected by the runner? This could be caused by an assembly ref…
03 May 2018 02:43 UTC
-
Run issue with async method
Sorry to bump this old thread, semi related though. Has there been a change / regression in this area? Tests of form async Task now seem to be failing, eg. [quote] [TestMethod] public async Task AsyncTest() { await Task.CompletedTask; } [/quote] Getting error message [quote]…
03 May 2018 01:30 UTC
-
Malware Detected ???
[quote=Remco;9776]Hi, thanks for the heads up on this one. You can submit a false positive report to Symantec from here - [url=https://submit.symantec.com/false_positive/]https://submit.symantec.com/false_positive/[/url].[/quote] Done. Interestingly, I have the 2015 version installed as we…
05 Feb 2017 23:46 UTC