Forum member
Rasmus
24 posts
Posts by Rasmus
-
NCrunch, Core 1.0.1 and BadImageFormatException
[quote=Remco;9990] By self-hosted, do you mean that the code that is exploding is running in its own process that is not hosted by NCrunch? If so, this could explain the behaviour you're seeing. In its first releases for .NET Core, NCrunch had a number of problems with dependency resolution that …
17 Mar 2017 12:15 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
[quote=Remco;9988]Hi Rasmus, Sorry, let me confirm the exact name of the file. It should normally be nCrunch.TaskRunner.DotNetCore.x64.deps.json. This file will exist in the build output directory of the workspace used to execute your tests. You should be able to find it by right-clicking on t…
17 Mar 2017 11:52 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
Hi Remco, I see references to both, many more to the RuntimeInformation than to the Http one. I dont mind uploading the file somewhere. Do you have a favorite place to do that? It's 185kb. EDIT: Sorry, I did not read your comment properly. I do not have such a file (NCrunch.TaskRunner.DotNe…
17 Mar 2017 10:08 UTC
-
NCrunch, Core 1.0.1 and BadImageFormatException
Hi I have a dotnet core solution targeting .Net46 and just moved to vs2017, mostly to get ncrunch working. I have 97 xunit tests and the VS test runner runs them fine. For 25 of them, ncrunch (3.6.0.2) gives me [quote]System.BadImageFormatException: Could not load file or assembly 'file:///C:…
17 Mar 2017 08:09 UTC