3

I'm using AxoCover extension, and I'm used to this coverage visualization like so in the screenshot below:

enter image description here

Can't really find anything that would do the same thing for .NET Core. Can anybody point me out any .NET Core alternative for this extension?

riQQ
  • 9,878
  • 7
  • 49
  • 66
Kamil Stadryniak
  • 600
  • 9
  • 25
  • 1
    short answer: no. Alternative: visual studio code with code gutters: https://www.hanselman.com/blog/AutomaticUnitTestingInNETCorePlusCodeCoverageInVisualStudioCode.aspx – JP Hellemons May 02 '19 at 20:18

1 Answers1

1

There is the free Visual Studio extension Fine Code Coverage, that does what you want. It supports the full .NET Framework and .NET Core.

Here's a screenshot showing the coverage visualization: Screenshot

riQQ
  • 9,878
  • 7
  • 49
  • 66