-
Notifications
You must be signed in to change notification settings - Fork 389
Instrument assemblies shared by multiple processes #1158
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
Hi @kevingosse Unfortunately at the moment that scenario is not supported, but it's not the first time someone ask for it(#781).
The workflow for this scenario should be:
We should revisit .NET tool logic, add some verbs, breaking a bit, but would be a great feature I think. cc: @jakubch1 |
That would be great 😃 For now I'm trying the following workaround:
I did a few tests locally and it looks promising. I'm struggling to get it to work on the real project, mainly because of the deduplication logic when using |
The workaround worked. Of course it's very hacky, so I'd be very happy to switch to #781 if it ever gets implemented 😃 Closing this issue since the feature request is tracked in the other issue. Thanks! |
Hi,
I'm trying to add coverlet to our CI but I'm running into some trouble:
It's easy to understand why it fails if you know our build process:
An obvious fix would be to stop sharing those assemblies, but we started doing that because of disk space issues in the build agent.
I'm wondering what would be my options here. Ideally what I would like to do is:
but I couldn't find how to ask Coverlet to just run the "patch" or "restore" step. What would you suggest?
The text was updated successfully, but these errors were encountered: