Skip to content
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

Presto crashes Visual Studio 2017 #29

Open
balintn22 opened this issue Sep 25, 2019 · 0 comments
Open

Presto crashes Visual Studio 2017 #29

balintn22 opened this issue Sep 25, 2019 · 0 comments

Comments

@balintn22
Copy link

balintn22 commented Sep 25, 2019

Let me start with saying thank you, the tool is great, helps a lot!

Recently I started experiencing an issue whereby Visual Studio 2017 crashes, and upon restart it claims that the crash was caused by the Presto Coverage 1.16.6 extension.
The crash happens after running a coverlet command to update coverage info in c:\coverlet and (presumably) Presto picking up the changes.

Any ideas on how to resolve this?
Visual Studio is 2017 v15.9.15 and 15.9.16

Steps to reproduce:
Environment: I have two instances of VS 2017 running (A and B), with two different solutions open. Both have coverage reporting using Coverlet and Presto. Coverlet saves coverage info to c:\coverlet in bot solutions. Coverage json file names include project names, so no collision there.

  • "A" has a solution with stale coverage info (unit tests have not been executed for some time).
  • I execute unit tests in "B"
  • I run coverlet for solution "B" (updating coverage info in the shared location)
  • VS "A" crashes, stating that Presto extension is responsible, asking whether I want to disable it.
    If I execute unit tests in solution "A" (in VS Test Explorer) take the same steps as above, VS doesn't crash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant