C# MsTest and Nunit and .net Core projects

Conrad Braam 1 Reputation point
2021-01-04T22:26:25.067+00:00

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?

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
351 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.