Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullGuard makes R# code coverage fail #83

Closed
cmeeren opened this issue Jun 13, 2017 · 4 comments
Closed

NullGuard makes R# code coverage fail #83

cmeeren opened this issue Jun 13, 2017 · 4 comments

Comments

@cmeeren
Copy link

cmeeren commented Jun 13, 2017

Running ReSharper's code coverage test runner fails when using NullGuard (even if <NullGuard /> is not added to FodyWeavers.xml – it's sufficient that NullGuard.Fody is installed). The ReSharper error is:

ERROR Coverage analysis: Inconsistent PDB detected, too large offset in statement table

This might be related to vanderkleij/Smocks#16, which was a very simple fix (more or less a single line).

@SimonCropp
Copy link
Member

@cmeeren i can no longer reproduce this. i suspect it was a problem with an older version of cecil. can u update to the latest of nullguard and fody and let me know if u still have the issue?

@cmeeren
Copy link
Author

cmeeren commented Oct 3, 2017

Sorry, I don't have the time to check this for the foreseeable future. If you can't repro then it's probably fixed. Feel free to close.

@lewuaza
Copy link

lewuaza commented Jun 8, 2018

I belive this is still an issue , using DotCover 2018.1.2 and Nullguard.Fody in latest version give same error

ERROR Coverage analysis: Inconsistent PDB detected, too large offset in statement table

@tom-englert
Copy link
Member

Looks like this could be related to #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants