Skip to content

Instrumenting binaries issue #155

Answered by SteveGilham
Piotr-Miller asked this question in Q&A
Discussion options

You must be logged in to vote

The most obvious cause for an assembly to be skipped is that matching debug symbols -- the link between the IL in the assembly and the source code being covered -- are not being found. It is even possible that they are not being generated at all on the build server, as they are switched off by default for the Release build configuration.

The other assemblies you mention do come packaged with embedded debug information -- like this

which is the first place the instrumentation process looks. Next is the symbol file location from the assembly debug header (typically, the intermediate build folder), next is in the same directory as the assembly, next are any folders listed as --symbolDirectory

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@Piotr-Miller
Comment options

@SteveGilham
Comment options

@Piotr-Miller
Comment options

@SteveGilham
Comment options

@SteveGilham
Comment options

Answer selected by Piotr-Miller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants