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

Lightbulb for BC30002 doesn't offer to "fix all" #2270

Closed
ljw1004 opened this issue Apr 26, 2015 · 1 comment
Closed

Lightbulb for BC30002 doesn't offer to "fix all" #2270

ljw1004 opened this issue Apr 26, 2015 · 1 comment

Comments

@ljw1004
Copy link
Contributor

ljw1004 commented Apr 26, 2015

I have a WinForms app that with code

Dim x As Windows.Forms.BindingMemberInfo = ...
Dim y As Windows.Forms.BindingMemberInfo = ...

I upgrade to .NET4.6, where that code becomes illegal, since it requires a full qualification to System.Windows.Forms.BindingMemberInfo. Fortunately, a lightbulb appears, offering the suggestion to use the full qualification.

WHAT I EXPECT: it should offer to make the fix (fully qualify) in all occurrences in the project.

WHAT I GET: it only offers to fix the current occurrence, as per the screenshot below...

no-change-all

@srivatsn srivatsn added the Bug label Apr 27, 2015
@srivatsn srivatsn added this to the 1.1 milestone Apr 27, 2015
@Pilchie Pilchie modified the milestones: 1.2, 1.1 Sep 22, 2015
@jmarolf jmarolf modified the milestones: 1.3, 1.2 Feb 2, 2016
@Pilchie Pilchie modified the milestones: 2.0 (RC), 1.3 May 27, 2016
@jmarolf jmarolf modified the milestones: 2.0 (RC), 2.0 (Preview 5) Sep 23, 2016
@Pilchie Pilchie modified the milestones: 2.0 (RC), Unknown Nov 2, 2016
@CyrusNajmabadi
Copy link
Member

Not likely to make any changes here given the lack of customer feedback.

@CyrusNajmabadi CyrusNajmabadi closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2024
@dotnet dotnet locked as resolved and limited conversation to collaborators Oct 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants