You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
VB ignores Imports statements which are invalid, but C# treats them as a compiler error. Old projects can have a lot of these cluttering up files from references that have been removed.
Describe the solution you'd like
An option for the CodeConverter to remove these or comment them out.
Describe alternatives you've considered
Search and replace, but that's an extra step.
Additional context
n/a
The text was updated successfully, but these errors were encountered:
This may be possible, either by scanning for names pace existence (being careful of casing), or by using the compiler diagnostics after conversion (but this runs the risks of issues earlier in the process snowballing).
Is your feature request related to a problem? Please describe.
VB ignores Imports statements which are invalid, but C# treats them as a compiler error. Old projects can have a lot of these cluttering up files from references that have been removed.
Describe the solution you'd like
An option for the CodeConverter to remove these or comment them out.
Describe alternatives you've considered
Search and replace, but that's an extra step.
Additional context
n/a
The text was updated successfully, but these errors were encountered: