axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
249 stars 60 forks source link

Coverage fails and report not generated with VS 2017 Professional #192

Open dev-4488 opened 5 years ago

dev-4488 commented 5 years ago

Getting following error when running Cover on test cases in my solution=> Telerik.JustMock.Core.ElevatedMockingException: Cannot mock 'MyClassName'. The profiler must be enabled to mock, arrange or execute the specified target. Detected active third-party profilers:

However the Run just executes fine and all test cases pass. I tried following steps mentioned at following link but it didn't solve my problem.

https://github.com/axodox/AxoCover/issues/172#issuecomment-406562661 Please any input on how to resolve will be really helpful. thanks in advance.