jnm2 / SuppressionCleanupTool

Removes nullability and pragma warning suppressions that are no longer necessary.
MIT License
4 stars 0 forks source link

Ship as VSIX? #1

Open JohanLarsson opened 4 years ago

JohanLarsson commented 4 years ago

Maybe have context menu buttons for project and sln?

jnm2 commented 4 years ago

That sounds good. Thanks for filing!

I'm thinking it should write to an output window and show progress in VS. Do you have any suggestions? Is it possible to show a background task running with progress and a Cancel button without stopping you from continuing to work?

JohanLarsson commented 4 years ago

Depends on how slow it is, if it is just seconds the need for fancy UI goes down. A progressbar is perhaps enough then? Maybe start super simple with just writing to output?

JohanLarsson commented 4 years ago

I don't expect to continue working on the sln while running the tool. Thinking it would produce less than ideal diffs.

jnm2 commented 4 years ago

Better to have modal progress UI?