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

OOP crashes with unrecoverable error after installing FxCop analyzers VSIX and NuGet #23766

Closed
mavasani opened this issue Dec 13, 2017 · 3 comments

Comments

@mavasani
Copy link
Member

Version Used: VS2017 Version 15.5.0 RTW

Steps to Reproduce:

  1. Install the below FxCop analyzers VSIX: <%internal_build_drops%>\Roslyn\RoslynAnalyzers\20171213.3\VSSetup\Microsoft.CodeAnalysis.FxCopAnalyzers.Setup.vsix
  2. Create a new C#/VB class library project and verify analyzers run fine
  3. Install the latest analyzer beta2 NuGet package: https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers/2.6.0-beta2

Expected Behavior:
VS de-dupes the analyzers from VSIX and NuGet and runs from any one source.

Actual Behavior:
I get the below gold bar for unrecoverable VS error:
image

  1. Close and re-open VS and open the same solution

Actual Behavior:
You again get the same gold bar. Only uninstalling the NuGet will avoid the OOP crash.

@mavasani
Copy link
Member Author

Fixed now.

@alfredmyers
Copy link

Still happening on:

  • Visual Studio 15.5.3
  • Microsoft.CodeAnalysis.FxCopAnalyzers 2.6.0
  • VSIX 2.6.0.6241303

@heejaechang
Copy link
Contributor

heejaechang commented Jan 17, 2018

15.5.3 doesn't have fix yet.
The fix should be in 15.6 preview3 onwards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants