Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. ASP.NET Core 2.1 integration tests

    It's impossible for me to confirm this 100% without being able to reproduce and analyse the issue, but I'd say there is a better than even chance that upgrading to .NET 3.0 will resolve the issue. Certainly if it doesn't, I will do my best to help resolve it :)

  2. Description of NCrunch as "Free Download" instead of "Trial"

    Hi, thanks for your suggestion. The central problem here is that the download itself is free and comes with 30 days of free usage, and can then work with a purchased license key. To convey this accurately in a single button in a way that isn't open to interpretation is impossible. For example…

  3. Console tool: Abort on build failure?

    Under the current architecture, the only way I could think of force this kind of behaviour would be to introduce a project dependency from each of your test projects into the unconnected projects that are likely to fail. If the platforms are different, you might be able to work around this by using…

  4. ASP.NET Core 2.1 integration tests

    Provided you're using .NET Core 2.2 or above, then there shouldn't be a known issue with these tests. However, the architecture of this library and the manner of its development has made it hard for us to integrate with it, so it wouldn't surprise me if there is an unconsidered edge case or a versi…

  5. Need to manually open/close Grid Node configuration on remote server almost daily

    Hi Alberto, My bet would be that there is a firewall blocking the connection to the ncrunch.gridnode.console.exe process. Since this process isn't running as a background service application, it's likely to be running under a different user profile and using a different .EXE. Check your windows…

  6. Intermittent errors on single grid node

    [quote=MatthewSteeples;13818]Looks like we had someone missing the ".NET Core Cross Platform Development" pieces in VS[/quote] I wish I could think of a better way of getting NCrunch to report that. Not a fun thing to track down.

  7. ASP.NET Core 2.1 integration tests

    Hi, thanks for sharing this problem. This looks like a dependency collocation issue. Could you try turning on the 'Copy referenced assemblies to workspace' NCrunch project-level configuration setting for all the projects involved? Does this solve the issue?

  8. Error when submitting via the website's contact form

    Scratch that, I've figured it out. The form will fail if you aren't logged into the system. Thanks for your help on this.

  9. Error when submitting via the website's contact form

    Yes, it looks like it worked correctly (I received the message). I've just done a code review of both contact forms, and judging by the error you received, it actually came from this form: https://blog.ncrunch.net/contact.aspx The above form is quite old and I'm less familiar with its internal…

  10. Error when submitting via the website's contact form

    Thanks for these details. Can you confirm whether the error is still happening for you and whether it seems to be content specific? I cannot seem to find a way to recreate this problem.

  11. Exception using Grid Nodes (after Update to 3.29.0.7)

    This message describes a situation where the grid node and the grid client aren't running exactly the same version of NCrunch... At the moment I can't think of any other way this error could appear. Could you confirm 100% whether there are any machines on your grid that might be running an older …

  12. Intermittent errors on single grid node

    Hi, thanks for sharing this issue. Can you check whether you have precisely the same versions of .NET Core installed on this grid node as you do on your client machines? And whether there is any mismatch in versions being used between your client machines? This looks like there may be a package…

  13. OutOfMemoryException on Compile

    Hi, thanks for sharing this issue. NCrunch's instrumentation can be quite memory intensive (we're rebuilding this at the moment). By default, your build system will run in a 32-bit memory space. [url=https://www.ncrunch.net/documentation/reference_project-configuration_build-process-cpu-archi…

  14. Error when submitting via the website's contact form

    Thanks for letting me know about this! Can you confirm which of these two forms you used? Also, which browser are you running on? https://www.ncrunch.net/Support/Contact https://blog.ncrunch.net/contact.aspx

  15. Is page "Tools/Frameworks Supported By NCrunch" up-to-date?

    [quote=mapfel;13793]The compatibility page [url=https://www.ncrunch.net/support/frameworks]Tools/Frameworks Supported By NCrunch[/url] doesn't state Visual Studio 2019. I guess it is by mistake and support is given?[/quote] Yes!!! Sorry, we definitely support VS2019. Thanks for bringing this to…

  16. Extreme delays in build when post-build event included

    Hi, thanks for posting. How is this post build event specified in your project file? Is this using a build property or a custom build target? Note that NCrunch will only suppress the properties - the custom build targets must have conditions applied to them if you want them suppressed ([url=://…

  17. Grid Node - AccessViolationException - Protected Memory Issue

    I think it's possible that the blocking of code coverage is only reliably effective here from line 1 of the file, as line 0 would sit before the '//ncrunch: no coverage start', so probably the instrumentor is still processing line 0. In which case we likely have no option here other than to turn …

  18. serious typing lag when running NCrunch in VS2019

    [quote=MatthewSteeples;13789] Remco: Is it possible to disable the affinity options (is it as simple as putting all of my cores in both options)? As you've configured the processes properly with priority etc, I'd rather rely on the OS to do the scheduling[/quote] Yes, absolutely. Using the conf…

  19. NCrunch support for tests in .razor files

    Thanks for sending through the code sample. I've managed to identify the source of the problem here. The build system is reporting the .razer file as being a Content file rather than a Compile one. This breaks conventions inside the build system as it means the file doesn't pass through a numbe…

  20. ASP.NET Core Build

    [quote=fsdschmidt;13784]The problem has gone. I've just updated to the current server and client version of NCrunch and now everything is fine! Thanks for your support. [/quote] Great to hear! Thanks for confirming.