Skip to content

Code coverage requires DebugType full #800

@codito

Description

@codito

For projects using the roslyn based project system, coverage requires DebugType = Full as shown below:

  <PropertyGroup>
    <TargetFramework>netcoreapp1.1</TargetFramework> 
    <DebugType>Full</DebugType>
  </PropertyGroup>

This issue tracks the requirement to support portable symbols in coverage infrastructure.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions