-
Notifications
You must be signed in to change notification settings - Fork 389
Error when using multiple referenced libraries #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'll take a look shortly and try to fix it. |
I think that's the same issue I'm having. |
I was having the same issue so I dug in to see what I could find - I believe it's actually two issues.
This fixed it for me - https://github.com/wlmiller/coverlet/commit/c9e9afb835cb25dfe006c82851fc6dcb99810703. I'm happy to submit a PR but didn't want to step on the existing PR for this issue since it's still open. |
@wlmiller by all means I'll love to have that PR, thanks for pointing out the issue. |
This has been fixed in #14. New NuGet bits drop by Monday |
Lets say we have 3 projects.
In
AppData\Temp
, coverage is generated for "Application" but not for "Library", or even if it is generated, it fails with an error that could not findLibrary_SOME_GUID
file. But there are multipleApplication_SOME_GUID
files inAppData\Temp
.I suspect,
Library_SOME_GUID
is written asApplication_SOME_GUID
The text was updated successfully, but these errors were encountered: