Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Can't run on .NETCoreApp 3.0

    [quote=WinMan;13958]Solved. Not 100% sure what it was. My colleague changed the project so that we can build it on Linux and now it works.[/quote] I'm glad to hear! Let me know if it happens again and you can find a way to reproduce it.

  2. The type or namespace name 'HttpResponseMessage' could not be found

    Hi, thanks for sharing this issue. Could you confirm whether you're running the latest version of NCrunch? We have had fixed targeted to references pointing at this particular library in the past. Also, does [url=https://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compati…

  3. Can't run on .NETCoreApp 3.0

    Unfortunately, with no stack trace or error information, we're reduced to deductively trying to find the source of the problem. The first thing to try would be to see if you're able to create a new .NET core 3.0 test project on your machine using the same test framework as the one you're using in…

  4. Can't run on .NETCoreApp 3.0

    Thanks for the bug report! It looks like something in your test environment is causing the process to immediately terminate without providing any error information. Are you able to produce this in a sample project of any kind? The problem may be specific to a dependency (i.e. Nuget, specific …

  5. Can't run on .NETCoreApp 3.0

    Hi, thanks for sharing this issue. Can you confirm whether you're running the latest version of NCrunch? This looks like a problem was encountered while initialising the .NET Core environment. If you can submit a bug report after the failure, the log file may be able to yield some more inform…

  6. Array as datarow attribute parameter

    Thanks for sharing this. I'll take a look and will see if we can get this fixed.

  7. NCrunch and HostedService

    I don't have any personal experience with IHostedService, but perhaps I can provide some general advice. If the NCrunch environment variable isn't working, something else you can try is to use the compiler constant instead, for example: #if NCRUNCH Console.WriteLine("Running under NCrunch…

  8. Performance Decays

    [quote=MaxGuernsey;13942] Of the build slowness, there is a common theme of multiple seconds being spent acquiring a workspace for each binary. For running the tests, 3 seconds are spend establishing a host process. [/quote] Is there any chance you could grab an export of the Execution Steps fo…

  9. IndexOutOfRange exception when running project on build server

    Thanks! This helps :) You need to watch those 'fdfdg's ... they can appear with little to no warning, and do entirely unexpected amounts of damage.

  10. NCrunch and GitVersion

    [quote=Remco;13929] What *did work* however was to set DisableGitVersionTask = true in custom build properties. I'm not clear on what the difference is effectively. [/quote] Sorry, I should have been more specific ... this was what I was trying to suggest doing :) It's a bit concerning that …

  11. nCrunch tool windows white background

    Thanks for sharing this issue. Can you confirm whether you're running the latest version of NCrunch? The release of VS2019 required us to fix a number of things in this area, so it's possible we've already solved this problem if you're on an earlier version. If you are on the latest version, wo…

  12. NCrunch doesn't correctly handle screens with differing DPI

    Hi, thanks for sharing this issue. Firstly, I do apologise for the state of this forum software. As you've no doubt established, it's very old. We often need to chose between spending time improving the online system (including the forum) and spending time on the product. Usually, the product …

  13. NCrunch support for tests in .razor files

    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_3.31.0.5.msi]NCrunch_Console_3.31.0.5.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.31.0.5.zip]NCrunc…

  14. serious typing lag when running NCrunch in VS2019

    [quote=wendellm;13927]today I installed version 3.31.0.3 and the lag returned with a vengeance. Visual Studio 2019 just hangs until it crashes. I read the other posts. Im going to fiddle with the number of cores. Nothing helped. I had to disable ncrunch. Perhaps any other advice?[/quote] I'm sor…

  15. NCrunch and GitVersion

    Could you try specifying this value using the [url=https://www.ncrunch.net/documentation/reference_project-configuration_custom-build-properties]Custom Build Properties[/url] configuration setting?

  16. Performance Decays

    [quote=MaxGuernsey;13922] It spends over two seconds just figuring out what the MsBuild parameters are. Then it spends seven waiting for the build to complete. [/quote] That is definitely not normal behaviour. Assuming you're reviewing the 'Execution Steps' tab in the Tests Window, what sort o…

  17. There are projects in this solution that have not been reported as loaded by the IDE during NCrunch

    [quote=johnn;13913]Sent you a zip.[/quote] Fantastic, thank you! Hopefully we can fix this in such a way that no one else needs to experience this problem (even if the file isn't right).

  18. IndexOutOfRange exception when running project on build server

    [quote=LSugg;13909]Thanks - we tried your advice above and noticed that there was an issue with one of the *feature.cs classes. Regenerating the feature files has seemed to fix it.[/quote] Thanks for confirming! Out of interest, was the issue that the file had a reference to a zero or negative l…

  19. There are projects in this solution that have not been reported as loaded by the IDE during NCrunch

    [quote=johnn;13910]Yes, after removing the offending ISO-8859-1 characters ncrunch is happily building again[/quote] Nice work in figuring this out. It's interesting that this showed up on your machine but not on other ones. Is there any chance I could get a copy of the problematic file so th…

  20. There are projects in this solution that have not been reported as loaded by the IDE during NCrunch

    Hi, thanks for sharing this issue. My first guess would be that you have projects in this solution that need something to be installed on your machine, which isn't there right now. This message is basically a catch-all for a situation where NCrunch sees that projects are inside the VS solution f…