-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Labels
Description
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
GrahamTheCoder