Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
xUnit with custom Fact/Theory attribute
Hi, thanks for posting. Could you confirm which version of xUnit you're using? We do support a range of situations with xUnit, though some of the more advanced extensibility features we simply aren't able to handle as they override many of the features of the runner. If you're able to share t…
04 Dec 2019 20:09 UTC
-
New Ncrunch v4.0 execute tests with category not allowed
[quote=Nicolas;14189]Ummm so sorry, in fact it does work! But i dont see the categories in the tests window. Thanks a lot[/quote] Could you be careful to check against the fixture rather than the tests? NCrunch should apply the category at fixture level and it should show as long as you have th…
04 Dec 2019 20:06 UTC
-
IpcConnectionClosedException: The connection has been closed
Thanks! We'll take a look at this and will get back to you.
04 Dec 2019 11:05 UTC
-
Multiple Visual Studio versions
[quote=SebastianDamm;14183]I've met the same question, any new update solution now[/quote] No changes have been made to licensing. It's still per user (not per machine or VS instance).
03 Dec 2019 10:52 UTC
-
IpcConnectionClosedException: The connection has been closed
We've updated NCrunch with some better handling of the new implicit framework references that were introduced in .NET Core 3.0 (this fix didn't get included in the build published above). It's worth trying this build to see if it resolves both of the problems you're experiencing: [url=https://s3…
03 Dec 2019 00:42 UTC
-
Using generic ActionResult from aspnet core 3.0.0.0 results in build failure
Could you try the build below and confirm if it solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.4.msi]NCrunch_Console_4.2.0.4.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.4.zip]NCrunch_Console_4.2.0.4.zi…
02 Dec 2019 07:33 UTC
-
IpcConnectionClosedException: The connection has been closed
Would you be interested in trying the build below to see if this solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.3.msi]NCrunch_Console_4.2.0.3.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.3.zip]NCrunch_C…
02 Dec 2019 02:55 UTC
-
NCrunch 4 - Optimized mode - Debugging tests is mission impossible?
Thanks everyone. I now have a sample to reproduce the async inspection issue until .NET Core. I'll post a build here as soon as a fix is available.
29 Nov 2019 22:56 UTC
-
NCrunch 3.28 fails to initialize after VS 2019 update to 16.3.10
Hi, thanks for sharing this problem. This issue is caused by a breaking change introduced by Microsoft in an update to VS2019. We resolved it in NCrunch v3.31, with builds that were made available as soon as we became aware of the problem. Please note that we do not release patches for old ve…
28 Nov 2019 11:39 UTC
-
Hot Spots window - current test
Thanks for your feedback! We'll consider this carefully :)
28 Nov 2019 08:00 UTC
-
NCrunch 4 - Instrumentation Mode - Optimized - "The name [x] does not exist in the current context"
Thanks Matt. It looks like you're experiencing this problem: [url=https://forum.ncrunch.net/yaf_postst2864_IndexOutOfRangeException-with-new-instrumentation-mode.aspx]https://forum.ncrunch.net/yaf_postst2864_IndexOutOfRangeException-with-new-instrumentation-mode.aspx[/url]. Presently, I don't …
28 Nov 2019 04:26 UTC
-
Framework 4.6.2 project failing to build using optimised instrumentation mode
Could you try the build below and let me know if this resolves 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[…
28 Nov 2019 04:24 UTC
-
NCrunch 4 - Instrumentation Mode - Optimized - "The name [x] does not exist in the current context"
Hi Matt, Could you submit a bug report for me after this happens? Something must be failing internally.
28 Nov 2019 01:30 UTC
-
NCrunch 4 - Optimized mode - Debugging tests is mission impossible?
Thanks for sharing this problem. Do you have a way to run this code without NCrunch, and if so, can you confirm 100% whether the behaviour is different under NCrunch? I've tried constructing a code sample using the lines you've shared, but I can't seem to get this to fail in the same way ... i…
28 Nov 2019 00:30 UTC
-
External component has thrown an exception
This looks suspiciously like an issue we've already fixed. Could you try installing the build below on your client and grid node to see if it 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.amazo…
28 Nov 2019 00:22 UTC
-
The type initializer for 'ExtentPlaceholderCreator' threw an exception
[quote=Albatross;14146]The same error is shown when running with NUnit. I have tried uninstalling the SQL Server 2012 updates that were installed on Monday, but that has not fixed the problem. My guess is that an update has caused the issue as there have been no code changes since it was last …
28 Nov 2019 00:20 UTC
-
Font Messed Up
Thanks for this extra info. We did introduce the user defined colors specifically to work around problems like this, as the IDE does have quite a bit of complexity around this area and it isn't always possible to cater for all scenarios. It's possible something is wrong/different with your IDE its…
28 Nov 2019 00:18 UTC
-
New Ncrunch v4.0 execute tests with category not allowed
[quote=Nicolas;14147]Dosen't seems to fix the problem, sadly...[/quote] Could you check whether the categories are now showing in the Tests Window for the tests that are declaring this using the fixture-level attribute? I tried testing this using the code sample you provided, and it seemed to be…
28 Nov 2019 00:12 UTC
-
The type initializer for 'ExtentPlaceholderCreator' threw an exception
Hi, thanks for sharing this problem. Do you also receive this error when running your tests using anything other than NCrunch?
26 Nov 2019 22:38 UTC
-
IpcConnectionClosedException: The connection has been closed
Hi, thanks for sharing this issue. I've reproduced it using your sample and concluded that it seems to be triggered by the specification of a win10-x64 RuntimeIdentifier in the targeted project. I'm not yet sure why this is the case. We're going to need to do more digging. We'll let you know w…
26 Nov 2019 22:35 UTC