Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch Console Tool in path

    [quote=kijanawoodard;18032] Does that make sense?[/quote] Yes, thanks. I think I'll just amend the documentation to include the default install path.

  2. NCrunch Console Tool in path

    Hi, thanks for sharing this. [quote=kijanawoodard;18030]The documentation suggests that the ncrunch is in the path. There's really no indicator in the documentation or in the msi UI where the console tool gets installed.[/quote] Could you indicate where you felt the documentation implied this?…

  3. Odd errors when using Net10 Preview 2 SDK

    [quote=RichardHauer;18026]The framework updates are always in November to coincide with .NetConf @Remco appreciate that you wouldn't have support for the Preview environment, all good. I was wondering, though, since I had set the SDK parameter to select the Net10 SDK in configuration, what else …

  4. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    A fix for this issue is out now with the latest version of Xunit - [url=https://xunit.net/releases/v3/2.0.1]https://xunit.net/releases/v3/2.0.1[/url].

  5. Build error that misses Microsoft.Managed.Core.targets when SDK is not specified

    Hi Gaspar, thanks for posting. Normally, NCrunch allows MSBuild to select the SDK version that it finds most appropriate for the project being loaded. Typically, this will be the latest installed version. Changing 'Build SDK' tells NCrunch to override this behaviour. I've seen this go wrong …

  6. Odd errors when using Net10 Preview 2 SDK

    [quote=Der-Albert.com;18021].NET 10 will be released in November 2025 https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#cadence[/quote] Good find! Thank you :)

  7. Odd errors when using Net10 Preview 2 SDK

    Hi, thanks for sharing this issue. [quote=RichardHauer;18019] I have updated the SDK in nCrunch config for my solution to [b]10.0.100-preview.2.25164.34[/b] The projects seem to build OK, but when the tests start to execute everything fails. [/quote] Right now no testing has been performed …

  8. Regular disconnects from the grid nodes clients

    Hi, thanks for sharing this issue. The connection to grid nodes is essentially a barebones TCP connection, with some encryption over the top if a password is set on the node. Both the client and the server each use dedicated threads to write and read to/from the socket. The system is designed…

  9. ImmutableHashSet static field causes 'Value does not fall within the expected range' exception.

    Thanks for sharing this issue and the project to reproduce it. I've taken things apart as far as I can on this for now, and something smells fishy here. The issue only appears on v5.12.0.10 of NCrunch. When I update to the latest dev build of NCrunch, the code works fine, even though the inst…

  10. Failure to copy across the dependencies

    The behaviour here goes way back to the early days of NCrunch, though I expect there may still be area of the toolset where this still applies. Basically there are/were build tasks that would include references to system assemblies (which were inside Program Files), and if we copied these into th…

  11. Failure to copy across the dependencies

    Hi, thanks for sharing this problem. The root issue here is the resolution path for the Unity DLLs. Under NCrunch, assemblies being referenced from Program Files are considered to be magical SDK references that exist globally on the machine and shouldn't be copied to the workspace. This likely …

  12. Distributed Processing in Rider is empty

    [quote=spolonski;18007]Yes, that helped. Why can the VS plugin handle it on its own?[/quote] This is because the Rider plugin is running the NCrunch engine process under .NET 6, where the VS plugin is using .NET Framework. The platform in this area behaves differently between these versions. NE…

  13. Distributed Processing in Rider is empty

    Thanks for sending through the bug report. It looks like the issue is caused by a missing dependency on your machine. You'll need to [url=https://www.intowindows.com/how-to-install-wmic-in-windows-11/]install WMIC[/url] to resolve this problem. Background: The grid management window uses this…

  14. Distributed Processing in Rider is empty

    Would you mind submitting a bug report when you have the distributed processing window open? I think something is bugging out when pulling data out of the backend. Does the corner spinner popup indicate that the nodes are being used by the engine? It should be possible to see the extra capacity…

  15. Distributed Processing in Rider is empty

    Thanks Sergei. If you add a node via the toolbar options, does it appear in the list?

  16. Distributed Processing in Rider is empty

    Hi Sergei, Thanks for sharing this. Could you clarify if the contents of the window are still rendering correctly? Is the entire window blank? Or do you just not see any nodes in the tree?

  17. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    I've raised the performance issue above with Brad Wilson (Xunit developer) and he's created a ticket for it: [url=https://github.com/xunit/xunit/issues/3228]https://github.com/xunit/xunit/issues/3228[/url]. The background for this is that Xunit has two modes of operation for reporting of test res…

  18. Slow performance on writing testoutput using XUnit V3 and ITestOutputHelper

    I've raised this with Brad Wilson (Xunit developer) and he's created a ticket for it: [url=https://github.com/xunit/xunit/issues/3228]https://github.com/xunit/xunit/issues/3228[/url]. The background for this is that Xunit has two modes of operation for reporting of test results. One is asynchron…

  19. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    Hi, thanks for sharing this issue. Issues like this involving multiple threads can be difficult to diagnose as there are often environmental factors and race conditions involved. It's possible the exception is being thrown in platform code in a place where there is no stack trace that aligns w…

  20. Load failure

    [quote=CGaskell;17993]Yes, just tried it, NCrunch is running fine. Thanks[/quote] Thanks for confirming. I'll see what I can do about introducing a proper fix.