Forum member
DavidArnoDandG
6 posts
Posts by DavidArnoDandG
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
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.
04 Sep 2017 10:27 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
Thanks EsbjornRedmo, that fixes the issue for me.
17 Aug 2017 07:42 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
Hi Remco, The code that exhibits this behaviour can be git pulled from https://github.com/DavidArno/Standard.Abstractions. But if it's easier for you if I send it directly, please let me know. David.
16 Aug 2017 14:50 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
Hi Remco, I have installed http://downloads.ncrunch.net/NCrunch_VS2017_3.11.0.4.msi and the net standard project now compiles just fine. Thanks. However, the tests now fail with the error: [quote]System.BadImageFormatException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Cu…
16 Aug 2017 09:03 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
If it helps, I have a solution at https://github.com/DavidArno/Standard.Abstractions that has such problems (though may not be directly related to the OP's issue). Using VS2017 Update 3, netstandard 2.0 and .NET Core 2.0 RTW's (all updated today), with NCrunch v3.10, NCrunch gives the following e…
15 Aug 2017 15:38 UTC
-
New csproj format with TargetFrameworks & one target causes NCrunch to fail to build
If I create a project with the following in the csproj file: [quote]<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>netstandard1.1</TargetFrameworks> </PropertyGroup> </Project>[/quote] the NCrunch fails to build the project, complaining: [quote]System.Except…
16 May 2017 13:02 UTC