The test runners available on both .NET Core and Windows
The .NET platform has a large ecosystem of test runners that can be used with the popular test platforms NUnit, MSTest, and xUnit. The test frameworks have test runners shipped with them that facilitate the smooth running of the tests. Additionally, there are also several open source and commercial test runners that can be used with the available test platforms, one of which is ReSharper.
ReSharper
ReSharper is a Visual Studio extension for .NET Developers, developed by JetBrains. Its test runner is by far the most popular among the test runners available on the .NET platform, the ReSharper productivity tool provides other functionalities that enhance programmers' productivity. It has a unit test runner that can assist you in running and debugging unit tests based on xUnit.net, NUnit, MSTest, and couple of other test frameworks.
ReShaper can detect tests written on the .NET and .NET Core platforms for the available test frameworks. ReSharper...