I want to measure the Code Coverage of my XUnit-Tests in an ASP.NET Core application. The Tooling for .NET Core in Visual Studio 2015 is preview 2 and code coverage does not
Add the NuGet package Microsoft.CodeCoverage 1.0.1 to your project.json.
project.json
I am working on Template for Asp.NET and right now I am working on Unit Tests so I saw your post. You could see project/configuration here.
Asp.NET