Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Load failure project.assets.json doesn't have a target for 'netstandard2.0' on a .NET 4.8 project
[quote=Tim Long;18087] I'm not sure if this is related to the same issue but it might be related to the fact that I'm using GitVersion. I right-clicked then "Reload and Rebuild this project" and it build the second time. In fact, thinking about it, the project is not referenced in the test project …
28 Apr 2025 11:35 UTC
-
Load failure project.assets.json doesn't have a target for 'netstandard2.0' on a .NET 4.8 project
Hi, thanks for sharing this issue. Are you running a preview version of VS? There is a fix published here for a similar reported issue: [url=https://forum.ncrunch.net/yaf_postst3574_Can-no-longer-build-after-VS2022-17-14-0-Preview-3-0-update.aspx]https://forum.ncrunch.net/yaf_postst3574_Can-no-l…
28 Apr 2025 09:27 UTC
-
NCrunch does not ignore xunit theory data source
Hi, thanks for sharing this issue. Can you confirm which version of Xunit you are running? Also, when you ignore these theories using NCrunch configuration, could you clarify which configuration option you are using?
26 Apr 2025 12:22 UTC
-
Rider hanging frequently after upgrade to 2025.1
Thanks for sending through the thread dump. I've examined the thread dump and confirmed that NCrunch does not have any presence in threads likely to be implicated in the freeze. I don't believe this to be a problem in NCrunch. I think this is more likely to be a race condition or something si…
24 Apr 2025 10:50 UTC
-
ImmutableHashSet static field causes 'Value does not fall within the expected range' exception.
Ok, here is my next attempt at solving this problem. I'm a bit more confident about the fix this time, as my understanding of the root cause is much clearer. Please give this build a try and let me know if it works OK for you. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_…
24 Apr 2025 04:09 UTC
-
Can no longer build projects that use the Polly package
Thanks for sending through the sample project. 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_5.14.0.4.msi]NCrunch_Console_5.14.0.4.msi[/url] [url=https://s3.amazonaws.com/downloads…
24 Apr 2025 04:08 UTC
-
Rider hanging frequently after upgrade to 2025.1
[quote=Jholbrouck;18074] I did dump the threads and got the threads output file. Is there anywhere where I can upload it? [/quote] Thanks for sharing this issue. Could you ZIP up the output and send it through the [url=https://www.ncrunch.net/support/contact]contact form[/url]?
23 Apr 2025 23:05 UTC
-
Can no longer build projects that use the Polly package
Hi, thanks for sharing this issue. It looks like they've introduced a new IL signature that NCrunch hasn't seen before. Is there any chance you can share a sample project that can produce this problem?
22 Apr 2025 23:43 UTC
-
ImmutableHashSet static field causes 'Value does not fall within the expected range' exception.
[quote=garyp01;18068]For me, the problem doesn't occur with v5.14.0.3 with the example project I provided (https://github.com/garypendlebury/NCrunchFault), but it did still initially occur in my real-world project, with the same error as before (detailed in the first post). However, I've been workin…
22 Apr 2025 11:42 UTC
-
ImmutableHashSet static field causes 'Value does not fall within the expected range' exception.
Thanks for sharing this issue. I've done more investigation and confirmed this is the same thing. Something very odd is happening inside the runtime and NCrunch's instrumentation is intermittently surfacing it. The best way I can find to address this issue is to shut off RDI instrumentation for…
22 Apr 2025 02:05 UTC
-
Can no longer build after VS2022 17.14.0 Preview 3.0 update
Thanks for sending through the sample solution. I've managed to reproduce the problem as you've described it. The root cause is a change in the toolset that has broken NCrunch. It's actually quite a serious problem and I'm grateful that you took the time to report it. Would you be interested…
22 Apr 2025 02:01 UTC
-
.Net Core 6 requirement for ncrunch for rider
Could you hook Rider's dotMemory onto the process and see where the memory is going? Something must be getting hungrier than it should.
18 Apr 2025 00:00 UTC
-
Can no longer build after VS2022 17.14.0 Preview 3.0 update
Hi, thanks for sharing this issue. Are you able to provide a sample solution that can reproduce this problem?
17 Apr 2025 13:30 UTC
-
xunit v3, missing xunit.v3.runner.inproc.console net6.0?
[quote=mgrundner;18050] Thanks! This works but I get a rather missleading warning running the tests in ncrunch, nothing to worry but cosmetic WARNING - c:\program files\microsoft visual studio\2022\community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets: MSB9008: The referenc…
16 Apr 2025 06:58 UTC
-
NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo
I've prepared a build containing a whole lot of temporary trace logs to try and isolate the issue (links are below). I'm wondering if you could try installing this build, then: 1. Open the solution containing the project that fails to build 2. Ensure all grid nodes are disconnected (work locally …
15 Apr 2025 23:52 UTC
-
xunit v3, missing xunit.v3.runner.inproc.console net6.0?
Hi, you can just turn off the xunit3 adapter for this project in your NCrunch configuration. Set 'XUnit v3+ Enabled' to False.
15 Apr 2025 09:20 UTC
-
NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo
Hi, thanks for sharing this issue. [quote=robinz;18042]This is an ongoing issue that has been plaguing me for years. There doesn't seem to be any rhyme or reason for it. I can go months (over a year?) and never see the issue, and then it crops up unexpectedly. [/quote] I'm familiar with this i…
12 Apr 2025 23:50 UTC
-
.Net Core 6 requirement for ncrunch for rider
[quote=samholder;18040]is it possible to force NCrunch in rider to use the net8 runtime using the roll forward compatibility? or is there a reason it needs to rely on the net6 runtime specifically?[/quote] Not currently. Likely it will eventually need to roll forward, as we'll need to host in …
11 Apr 2025 09:02 UTC
-
.Net Core 6 requirement for ncrunch for rider
[quote=sammosampson;18038].net core 6 is out of support now, so that is our security policy. I also have ncrucnh in VS and that works, so are they on different versions?[/quote] Yes. Under VS we're running on .NET Framework, version is dependent on VS itself. The latest should be .NET Framework…
10 Apr 2025 12:19 UTC
-
.Net Core 6 requirement for ncrunch for rider
[quote=sammosampson;18036]We are not allowed to install that version of .net core. is there a version that runs on 8 for example?[/quote] No, sorry. We already need to cross compile the application for 4 different versions of .NET, it isn't really practical to go beyond that. It's a bit unusu…
10 Apr 2025 11:14 UTC