tagged [code-coverage]

Code coverage using mono and nunit tests

Code coverage using mono and nunit tests I'm trying to test a file (Account.cs) using testfile (AccountTest.cs). I run OSX 10.6 with Mono Framework (and nunit-console). Below is Account.cs ``` namespa...

29 Oct at 22:19

Could not load file or assembly Microsoft.VisualStudio.Coverage.Analysis in Visual Studio 2019 16.2

Could not load file or assembly Microsoft.VisualStudio.Coverage.Analysis in Visual Studio 2019 16.2 I recently installed VS2019 Prof 16.2 and experience following error when loading `.coverage` files:...

IIS hosted WCF service: Integration tests and code coverage

IIS hosted WCF service: Integration tests and code coverage For a project I have programmed a wcf service library. It can be hosted in IIS and in a self-hosted service. For all external systems that a...