AxoCover icon indicating copy to clipboard operation
AxoCover copied to clipboard

Nice and free .Net code coverage support for Visual Studio with OpenCover.

Results 88 AxoCover issues
Sort by recently updated
recently updated
newest added

VisualStudio Professional 2019 .Net Framework 4.8 Error after CoverTestCommand Hello! In Tests tab I have this structure: ProjectName --Solution1TestsName ----- Solution1Tests ---- module1 ---- module2 --Solution2TestsName ----- Solution2Tests ---- module1...

Error while generating coverage Report: Could not load file or assembly 'AxoCover.Runner.XmlSerializers, Version=1.1.400.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName,...

Can we we AxoCover from command line?

Hi, I just installed OpenCover and AxoCover in VS2017 Professional and I can not get the Coverage report to generate. The tests all execute successfully, but the coverage report never...

Firstly, thanks to @axodox for making this great tool available for everyone to use! It's clear that @axodox is currently spending time away from this project and has perhaps run...

I have five test projects in my Visual Studio solution. When I try to run them with Axocover+NUnit it always runs up to the fourth and returns an error preventing...

![screencapture-file-C-Users-naveed-akhtar-Downloads-DKumar04-codecoverage-1b1e9c73d72c-DKumar04-codecoverage-1b1e9c73d72c-CodeCoverageDemoProject1-axoCover-reports-report-2020-04-17-12-48-11-index-htm-2020-0](https://user-images.githubusercontent.com/37329500/79719016-2bb66f80-82fb-11ea-9637-816a6027c5d8.png) **Steps to Reproduce: -** 1. Develop a simple web application using aspx 2. Host the web application in local host 3. Write Selenium Test for the web application under...

Hi, I am trying to build the solution but cannot get the AxoCover.Native.vcx project to build. When I clone the repository, Visual Studio 2019 prompts me to re-target the Native...

Fixes #204 * Allows further updates / versions to be accepted by Extensions Marketplace * Allows running in Visual Studio 2019, without legacy/deprecated API issues Breaking changes * C++ Build...

As title says, the solution has 1781 unitests and axocover only finds 1587.. any idea why?