Code coverage shows as 0% in a VSIX project
By default, a PDB for a VSIX project isn't copied to the Bin folder of a test project.
You could try either of the following:
- set "Debugging information" as "Embedded" in Build | Advanced settings in the VSIX project properties
- set <CopyOutputSymbolsToOutputDirectory> item to true in the VSIX project file
Please sign in to leave a comment.