C# MsTest and Nunit and .net Core projects
Conrad Braam
1
Reputation point
Unable to find any tests in a Mstest project based on .NET core 3.0 or 3.1 - works fine for a solution targeting .NET 4.7
Even when creating proejct from scratch targeting core unit tests are not discovered.
https://stackoverflow.com/questions/65569956/visual-studio-new-project-wont-run-tests
I'm new to Core completely, but assumed that I'd be able to use these testing frameworks with Core while i'm busy learnign C# in TDD style / Am i on a untrodden path wanting to TDD a Core project?
Sign in to answer