Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0

    I've prepared a new build including what I hope is a fix for this issue. Would you be interested in giving it a try? [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.6.msi]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.6.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3…

  2. Even the simplest .NET Core project fails to build under NCrunch

    I believe I've managed to find solutions for all of these issues except for the scenario 3 one, which at present is still a mystery to me. Do let me know if you find a way to consistent reproduce this one. Fixes are included in the build below: [url=http://downloads.ncrunch.net/NCrunch_Consol…

  3. BadImageFromatException when using ValueTuple

    I've prepared a new build including what I hope is a fix for this issue. Would you be interested in giving it a try? [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.6.msi]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.6.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3…

  4. NCrunch runs fine in VS 2017.2 and breaks in VS 2017.3 (preview 3)

    Thanks for sharing this. There's a range of dependency related issues that have suddenly appeared in .NET Core environments with the latest VS release. It looks like a whole range of changes were introduced in 2017.3 at the last minute. I've been working to try and track these down. Would you …

  5. MSTest runsettings file appears to not load

    [quote=CreepyGnome;11072] So how about this, lets call it s BUG since you do not support a required feature of MS Test which prevents MS Test tests from running in your test runner? Do bugs need feature voting to see how many users the bug impacts? If it only impacts a few users you just go tough l…

  6. MSTest runsettings file appears to not load

    [quote=CreepyGnome;11070]I would love to hope the feature request to the creator of the tool I've used for years now via his forums sufficient. I am not of fan of making my requests to companies multiple times, as I feel the best customer service to customers is to make it easy for them, and when th…

  7. BadImageFromatException when using ValueTuple

    Hi Lars, I've just today been implementing a fix for this issue. I'll let you know as soon as I have a build available.

  8. Even the simplest .NET Core project fails to build under NCrunch

    Thanks for all the detailed info here. I'm busy pulling apart a few things around assembly referencing at the moment, so hopefully I can smooth much of this over. I'll let you know when an update is available.

  9. MSTest runsettings file appears to not load

    [quote=CreepyGnome;11064]Yeah we cannot use environment variables because we run these tests in the VSTS Release Tasks where we are required to use this file and then apply overrides based on the environment the task is running in. Everything works in everything but NCrunch basically and we cannot …

  10. Thread aborted error

    Hi Sheryl, This looks to be caused by a the test hanging perpetually. It is not being caused by the runner. It's possible that the behaviour is sequence dependent or intermittent. If it isn't possible to reproduce this in a debug session, I recommend introducing some trace lines into the code …

  11. MSTest runsettings file appears to not load

    Hi, thanks for posting. NCrunch's MSTest support is done through emulation rather than integration. The emulator currently does not have any support for a test settings file. If possible, I recommend trying system environment variables or a separate resource file to inject data into your test…

  12. Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0

    [quote=sextondjc;11060] I have 4.0.0 and 4.3.0. Same ones as on [url=https://www.nuget.org/packages/System.Threading.Thread]nuget[/url]. Have reinstalled core SDK. Issue remains. Reckon I'll just re-image my machine and try again. Maybe an unrelated dodgy install broke something somewhere. Will …

  13. Even the simplest .NET Core project fails to build under NCrunch

    Thanks for clarifying all this. I have also had problems myself with running .NET Core applications under the local system account. This may be related to the local system account having all its user data stored under Windows\System32, which seems to cause some odd system level things to go wrong …

  14. Even the simplest .NET Core project fails to build under NCrunch

    Ok, sorry, I'm having trouble understanding the current state here based on the changes in your environment ... Can you confirm whether: - You have the latest VS update, and .NET Core 2.0 SDK, installed on this system - NCrunch.exe works when run as your local user over the solution (outside …

  15. Console Tool TestFilter Issues

    I think that the message you've received is a catch-all for issues that are thrown up by the parser. It may be caused by a syntax issue of some kind. Copy/pasting the filters out of the config files is hopefully a reliable way to avoid this. The correct condition for HasProjectName is actually …

  16. NCrunch Console running all tests in sln when given a child csproj arg

    [quote=Grendil;11046] What is the easiest way to have the command line target just one project itself and not its dependent brethren? We're trying to set up a build server to run separate jobs for different test projects, even if they have some mudball relations between them.[/quote] In terms o…

  17. NCrunch, Core 1.0.1 and BadImageFormatException

    Thanks, this looks like a whole new problem. I'll let you know when I've found a solution.

  18. Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0

    I don't seem to be seeing the same thing as you are for these scenarios, so probably this problem is related to your system installstate or environment. Could you check which versions of the System.Threading.Thread library you have installed in your user's Nuget package storage directory? (i.e. C:\…

  19. NCrunch Console running all tests in sln when given a child csproj arg

    NCrunch itself doesn't contain any logic to automatically find and load a parent solution for a targeted project. When you run the console tool against a .proj file, NCrunch will create a virtual solution internally using default settings and will load the targeted project into memory, along with a…

  20. Could not load file or assembly 'System.Runtime, Version=4.1.1.0...'

    Can you confirm whether the grid nodes are able to run tests when using NCrunch as a VS package? My feeling is that this is either a missing dependency on the grid node that isn't being properly handled, or its dependency data that isn't translating to the grid node properly.