Forum member

GibSral

27 posts

Posts by GibSral

  1. Crash in VS2019 with NCrunch 3.27

    On loading a large solution (~100 projects) via command line (devenv.exe $Solution) ncrunch crashes Visual Studio. Visual Studio restarts -> crashes again and again and so on. When I start VS after a crash without solution it tells me that ncrunch caused the crash I enabled logging of VS but unfo…

  2. BadImageFromatException when using ValueTuple

    Hi, I just created a simple MsBuildTask with the appropriate NUnit (3.7) test project. (both .net 4.6.1) When using the new Tuple I get a BadImageFormatException when ncrunch (Version 3.11.0.5) executes the test. This also happens in Version 3.10.0.20. [h]An error occurred while analysing th…

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

    I have a similar issue. When building a .net core project ncrunch fails with the following log entry (I replaced my local user with $USER$ in the paths): [h]ENGINE - [14:50:24.962-Core-27] Event [ErrorEvent:[Error: Context: (global) Category: Internal Message: Unable to find version 1.1.0 of…

  4. NCrunch + NUnitAttribute "TestCaseSource"

    Hi, i have an Issue concering NUnit-Tests decorated with the TestCaseSource-Attribute. NCrunch only shows me 1 test but in fact there are more because my TestCaseSource returns multiple Testcases. The Resharper-testrunner shows me all testcases returned by the source. This makes debugging a sp…

  5. NullReferenceException on GridNode Server

    Thanks a lot, then I will move the solution to the other drive. Greetings Lars

  6. NullReferenceException on GridNode Server

    Thanks for your reply, i tried it with another solution and it works. The difference is that the solution where it fails is on C: and the projects are in my TFS-Workspace on D: I will follow your instructions and submit a bug report. Greetings ant thanks Lars

  7. NullReferenceException on GridNode Server

    Hi, i have the following issue when NCrunch connects to the GrideNode Server. System.NullReferenceException: Object reference not set to an instance of an object. at nCrunch.GridNode.NodeSnapshotManager.(IList`1 ) at nCrunch.GridNode.NodeSnapshotManager.AlignSnapshotWithNode(ISnapsho…