You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
When compiling my .NET 4.0 solution with VS2015 RC1 (still under .NET 4.0) I'm not able to run OpenCover anymore. For all assemblies the following message is shown in the output: Cannot instrument C:\Users\TestUserName\AppData\Local\Temp\nunit20\ShadowCop
yCache\9732_635712476997605454\Tests_5181666\assembly\dl3\a5254cd4\1cd770a8_f3b2
d001\SomeAssembly.dll as no PDB/MDB could be loaded
PDB does not exist on the shadow copy location only in the original location which is supplied as working copy path to OpenCover and NUnit.
When compiling under VS2010 the same procedure works...