Forum member

BoasE

5 posts

Posts by BoasE

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

    Perfect. I can confirm that it works now ! Thx !

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

    I Installed NCrunch_Console_3.11.0.8.msi is there anything I should to further?

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

    Btw the project i have trouble with doesnt have any sensitive data and is a spare time project by me. So i could add you in github to the project. if it would be of any help

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

    Same here does not work i got a solution with 4 projects (WPF and .net standard) the most basic .net standard project (having only a nuget depency to a .net standard project) doesnt build. I also submitted an bug report NCrunch: If you are experiencing problems in getting this project…

  5. Build Issue - VS 2017 RC 4

    I got the same error and can reproduce it with empty new projects. - Create a new .net standard 1.4 project - create a .net core xunit test project - In the xunit project we add a reference to the .net standard project then i get the following error: [quote]NCrunch: If you are experie…