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).
The text was updated successfully, but these errors were encountered:
@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?
Running ReSharper's code coverage test runner fails when using NullGuard (even if
<NullGuard />
is not added toFodyWeavers.xml
– it's sufficient thatNullGuard.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).
The text was updated successfully, but these errors were encountered: