Forum member

mdymel

1 post

Posts by mdymel

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

    Hi, I have found a new issue with testing ASP.NET Core project (2.0.0 as well as 1.1.2). I prepared a project where it is reproduced: https://github.com/mdymel/NCrunchFalseNegative Basically the integration tests fail when the startup class used for tests extends 'normal' Startup class. Bes…