-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-AnalyzersBugResolution-By DesignThe behavior reported in the issue matches the current designThe behavior reported in the issue matches the current designResolution-ExternalThe behavior lies outside the functionality covered by this repositoryThe behavior lies outside the functionality covered by this repositoryVerified
Description
I'm hoping someone can repro this, but I'm sure this is what happened on my machine.
- Created a Class library. By happenstance, closed and reopened VS
- Added FxCop rules via NuGet
- Broke one (CA1012) got the green squiggly
- Did not get margin lightbulb
- Hovered over the class name (squiggled) and got the message did not get the lightbulb popup
- Closed and reopened Visual Studio
- Still do not get margin lightbulb
- Now I do get the popup lightbulb when I hover over the squigglie
-
I expect to get a margin lightbulb because there is a fix available (changing public to protected on the constructor).
-
I expect to get the popup lightbulb without closing and reopening Visual Studio
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-AnalyzersBugResolution-By DesignThe behavior reported in the issue matches the current designThe behavior reported in the issue matches the current designResolution-ExternalThe behavior lies outside the functionality covered by this repositoryThe behavior lies outside the functionality covered by this repositoryVerified