Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

OpenCover crash when reference assembly finish by Fakes #883

Open
6 of 30 tasks
calimero100582 opened this issue Mar 18, 2019 · 2 comments
Open
6 of 30 tasks

OpenCover crash when reference assembly finish by Fakes #883

calimero100582 opened this issue Mar 18, 2019 · 2 comments

Comments

@calimero100582
Copy link

Please provide the following information when submitting an issue.

Where appropriate replace the [ ] with a [X]

My Framework

  • .NET 2
  • .NET 3.5
  • .NET 4
  • .NET 4.5
  • .NET 4.6
  • .NET 4.6.1
  • .NET 4.6.2
  • .NET 4.7
  • .NET 4.7.1
  • .NET 4.7.2
  • .NET Core 1.0.0
  • .NET Core 2.0.0
  • Something else

My Environment

  • Windows 7 or below (not truly supported due to EOL)
  • Windows 8
  • Windows 8.1
  • Windows 10
  • Windows 10 IoT Core
  • Windows Server 2012
  • Windows Server 2012 R2
  • Windows Server 2016

I have already...

  • repeated the problem using the latest stable release of OpenCover.
  • reviewed the usage guide and usage document.
  • have looked at the opencover output xml file in an attempt to resolve the issue.
  • reviewed the current issues to check that the issue isn't already known.

My issue is related to (check only those which apply):

  • no coverage being recorded
  • 32 or 64 bit support
  • feature request

Expected Behavior

Code Coverage returned as usual

Actual Behavior

No Code Coverage returned

Steps to reproduce the problem:

Create a new test project
Create a new class library with any name finishing by ".Fakes"
Run Tests with OpenCover, return a CodeCoverage
Add reference from Test project to class library
Run Tests with OpenCover, no CodeCoverage returned

In the screenshot below Class1.cs and UnitTest1.cs contain only empty class, and empty test method
image

  • reviewed the usage guide and usage document again because we know you probably didn't do it the first time.
  • sample code or link to repository/gist is available (support is much faster this way)
@sawilde sawilde added this to Raised in OpenCover - Support via automation Mar 18, 2019
@sawilde
Copy link
Member

sawilde commented Apr 20, 2019

Both Fakes and OpenCover use the profiling API and as you can imagine things don't always play well.

OpenCover does attempt to see if the Fakes profiler is running and attempt to intercept but it seems to be a moving target for every release of the test/fakes runner.

I'll see if I can get it working with VS2017 but I can't guarantee anything...

@sawilde sawilde moved this from Raised to Investigating in OpenCover - Support Apr 20, 2019
@barisgul
Copy link

Hi @sawilde ,
Is there any progress about this problem? we also having same issue. The issue is in progress since Mar 18, 2019 as i seen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

3 participants