-
Notifications
You must be signed in to change notification settings - Fork 222
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
VB -> C#: Ambiguous reference for names in automatic imports #332
Labels
compilation error
A bug where the converted output won't compile
VB -> C#
Specific to VB -> C# conversion
Comments
I'm hoping that this can be tackled as part of the general Expand Reduce pattern we discussed previously. That's how the Roslyn diagnostics deal with such issues. |
I've now added the reduce pattern, so manually overqualifying everything is fine if it helps fix this. |
mrmonday
added a commit
to mrmonday/CodeConverter
that referenced
this issue
Nov 12, 2019
mrmonday
added a commit
to mrmonday/CodeConverter
that referenced
this issue
Nov 12, 2019
1 task
mrmonday
added a commit
to mrmonday/CodeConverter
that referenced
this issue
Nov 13, 2019
mrmonday
added a commit
to mrmonday/CodeConverter
that referenced
this issue
Nov 13, 2019
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compilation error
A bug where the converted output won't compile
VB -> C#
Specific to VB -> C# conversion
Input code
File 1:
File 2:
Erroneous output
File 1:
File 2:
Error:
Expected output
File 1 - the same.
File 2:
The returned dictionary in
Foo
is explicitly qualified here. There are a few other ways to resolve this too.Details
Product in use: VS extension
Version in use: 6.9.0.0
The text was updated successfully, but these errors were encountered: