0

I'm new in C# after a brief use of it in 2010.

I'm asking an Internet search engine - one claiming not to track me - how to "visual studio for mac show tests coverage".

That would link me to Use code coverage to determine how much code is being tested.

I think that's no use to me, because they command to:

  1. On the Test menu, select Analyze Code Coverage for All Tests.

I don't have such a menu to begin with.

This is Visual Studio for Mac COMMUNITY 8.3.4.

How to?


I asked Apple SE before, however unsuccessful to get any meaningful answer. I should have guessed that properly, shame on me.

1737973
  • 159
  • 18
  • 42
  • 1
    There is no built-in support for code coverage in Visual Studio for Mac. There is an old command line tool [monocov](https://github.com/mono/monocov) which may or may not work. If you are using .NET Core then [coverlet](https://github.com/tonerdo/coverlet) will allow you to check coverage for tests from the command line. – Matt Ward Oct 30 '19 at 09:56
  • Now thats' a useful answer enabling me to forward a derived question to software recommendations. Thank you. – 1737973 Oct 30 '19 at 10:08
  • https://softwarerecs.stackexchange.com/questions/70325/ – 1737973 Oct 30 '19 at 10:16
  • https://stackoverflow.com/q/32118808/4739420 – Christopher Stephan Oct 31 '19 at 07:24

0 Answers0