Forum member
thijstijsma
6 posts
Posts by thijstijsma
-
Using System.Xml in .NET Core 2 gives FileNotFoundException for System.Collections.NonGeneric
Just to let you know I'm not in a hurry to get this fixed since I have a workaround. I mean it's probably weekend for you too!
07 Oct 2017 11:57 UTC
-
Using System.Xml in .NET Core 2 gives FileNotFoundException for System.Collections.NonGeneric
I created and uploaded an example .NET Core project with xUnit.
07 Oct 2017 11:41 UTC
-
Using System.Xml in .NET Core 2 gives FileNotFoundException for System.Collections.NonGeneric
I have a very simple test project with only one class as of now. It's a .NET Core 2.0 library project. I want to load an XmlSchema to pass to the class under test. I get the following exception in XUnit, but was able to fix it by adding the NuGet package for "System.Collections.NonGeneric" in…
07 Oct 2017 08:31 UTC
-
BadImageFromatException when using ValueTuple
The problem did not disappear after deleting the NCrunch cache folder. I tried that first. Afterwards I deleted both the bin/obj folders and the NCrunch .project/.solution files. Unfortunately I didn't do that in two steps, so I don't know which one was problematic.
04 Sep 2017 07:40 UTC
-
BadImageFromatException when using ValueTuple
Unfortunately, this doesn't fix it. I've sent you a sample solution through the contact form. If you need to discuss the contents with me, please only do so in direct mail contact as opposed to the forum.
03 Sep 2017 12:42 UTC
-
BadImageFromatException when using ValueTuple
I encountered the same problem on Visual Studio 15.3.3 (Enterprise) and installed the build you provided, however it does not solve my issues. I get the same stacktrace: System.BadImageFormatException: Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft Visual Studio\2017…
03 Sep 2017 10:08 UTC