Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Don't know how to fix constant "This test was not executed during a planned execution run."

    Thanks for the report. Something is going seriously haywire in the way that NUnit is reporting results here. Everything is being reported very badly out of sequence. Are you using any NUnit plugins? Do you have any specially coded settings that might cause NUnit to try to implement concurren…

  2. Don't know how to fix constant "This test was not executed during a planned execution run."

    Something is going seriously wrong in the test process when it tries to execute your tests. If you can send through a bug report after you've had this happen, I should be able to advise further. If there's an error, this should show up in the logs. If you set your 'Log Verbosity' setting to 'De…

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

    I'm going to lock this topic now, because it's becoming a catch-all for every problem even vaguely related to .NET Core and .NET Standard. I hope that we're most of the way there now towards full compatibility with this platform. If anyone is still experiencing problems, please create a new thread…

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

    [quote=Der-Albert.com;11166] of course .... first thought "Running not as a Service, i switched that to the Local User Account and it worked".... well, lets take a look to be sure. No, is running under local System. WTF. So one of the Upgrade Installs, uninstalls, and reinstalls killed the LogO…

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

    Can you confirm whether the grid node is running as local system, or a user account? I remember encountering some strange behaviour when trying to build and run tests under the system profile, because this stores the nuget package cache under Windows\System32 (a bad thing). Of interest is also w…

  6. 'Show unexecuted tests' behavior

    [quote=wilhelmmedetz;11161]Hi Remco, 'make the Tests Window filter more configurable so that you can show tests that are passing but out of date, while hiding the tests that are passing but are current.' seems to be exactly what I want. [/quote] Great :) Would you like to write up a [url=http…

  7. AtomicAttribute and 'Run selected test in new task runner process'

    Hi Wilhelm, This is the design and intention of AtomicAttribute. See here for more information: [url=http://www.ncrunch.net/documentation/reference_runtime-framework_atomic-attribute]http://www.ncrunch.net/documentation/reference_runtime-framework_atomic-attribute[/url]. When a test fixture i…

  8. 'Show unexecuted tests' behavior

    Hi Wilhelm, There is a special state that the NCrunch engine uses for this. You'll notice that the status of these tests is set to Passing but Out Of Date, which is symbolised by a green question mark. Code coverage for the tests is then faded somewhat to show that this data is outdated. To …

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

    [quote=damianh;11152] Yeah VS, VS Test Runner, Resharper Test runner, Rider and CLI all worked :/ Edit: perhaps NCrunch should be less strict here, if the others handle it gracefully? Just a thought. Low priority.[/quote] When this area of NCrunch was built, such a recursive structure was imp…

  10. Tests utilising Microsoft.AspNet.TestHost fail in NCrunch

    .NET Core 2.0 broke everything here again, so we now need a new fixed build to address the broken areas. If you're seeing this problem in v3.11 of NCrunch under .NET Core 2.0, try the build below to see if it resolves the problem for you. [url=http://downloads.ncrunch.net/NCrunch_Console_3.12.0.…

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

    Hi Michal, Here is a build with a fix for you: [url=http://downloads.ncrunch.net/NCrunch_Console_3.12.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.12.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.12.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_3.12.0.1.zi…

  12. Grid Server keeps disconnecting

    Setting the log verbosity to Summary may prevent these warnings from being processed into the logs. It's still not clear to me why you are experiencing disconnection problems. Considering the buffering fix didn't have any effect for you, I have a stronger feeling that the connection instability is…

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

    If this message does give you trouble, it may be worth upgrading to the full release version of 3.11 (released just yesterday). This included a few resolution fixes over the preview version you've been running.

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

    Hi Michal, Thanks for sharing this problem. This is being caused by a .deps file generation issue in NCrunch related to the AspNet.TestHost library. A code fix will be required to resolve this problem. I'll let you know as soon as I have a fixed build available.

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

    Hi Damian, Thanks for sharing the source code demonstrating the problem, this always makes things easier. This problem looks to be caused by a referencing issue in your solution. The solution has a Directory.Build.props file at its base, which by MSBuild convention is automatically included in …

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

    [quote=DavidArnoDandG;11139]In case you haven't seen it Remco, [url=https://github.com/dotnet/announcements/issues/31]this announcement regarding .NET Standard[/url] may offer some clues to some of the problems we are facing here.[/quote] I hadn't seen this. This is very useful for me. Thanks f…

  17. OneTimeSetUp is called more than once per assembly

    [quote=Vincent;11137] I read the page you quoted, but wasn't sure it would apply in my case. Maybe the page could be update to refer to the OneTimeSetUp attribute? [/quote] Yes, this is a good idea. I'll do that! [quote=Vincent;11137] I'll use a static field to indicate that the setup has …

  18. BadImageFromatException when using ValueTuple

    These fixes have now been [url=https://www.ncrunch.net/download]released with v3.11[/url]. thijstijsma and I had an offline discussion about this problem. In their case, the problem disappeared after cleaning up the obj/bin directories and the NCrunch cache file. I suspect that it may have been…

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

    The multiple fixes introduced here have now been [url=https://www.ncrunch.net/download]released with v3.11[/url].

  20. Microsoft.Xaml.Targets, XamlBuildTask

    This fix has now been [url=https://www.ncrunch.net/download]released with v3.11[/url].