Top "Dotcover" questions

dotCover is a tool for code coverage and continuous testing of .NET code.

Visual Studio Test Explorer window will not open

For some reason I can't open the test explorer window in Visual Studio 2012. I click Test->Windows->Test …

unit-testing visual-studio-2012 visual-studio-2015 dotcover test-explorer
How do I exclude types and methods from being covered by dotCover in TeamCity?

I've got an existing C# 4 project which I've checked the test coverage for by using TestDriven.Net and the Visual …

c# teamcity code-coverage dotcover
DotCover: How to remove code coverage highlighting from your code

I am using JetBrains' dotCover for writing my units tests in a .NET application. dotCover highlights the whole code base …

dotcover
Code Coverage in .Net Core 2.0

How can I generate code coverage in .Net Core 2.0? I tried the following: "TestPlatform\vstest.console.exe" --collect:"Code Coverage" …

.net-core code-coverage dotcover