p10tyr / PrestoCoverage

Visual Studio Extension for simple coverage visuals
Apache License 2.0
45 stars 6 forks source link

Tests with Moq will not run #11

Open p10tyr opened 5 years ago

p10tyr commented 5 years ago

Reported on Reddit

Could not load file or assembly "Moq" Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key

Any of my tests which was using Moq was then failing with the above error. So I think you need to fix this bug so that if it cannot work with framework project (or is it Moq that is the issue?) that it doesn't break these other projects and simple doesn't run.

p10tyr commented 5 years ago

Possible incompatibility with Coverlet. Investigating

jnovick commented 5 years ago

Related to this: https://github.com/tonerdo/coverlet/issues/231