meziantou / Meziantou.FluentAssertionsAnalyzers

MIT License
10 stars 5 forks source link

Apply fix in bulk (to the whole file/project/solution) #12

Closed Greg-Smulko closed 1 year ago

Greg-Smulko commented 1 year ago

It would be amazing if the fix could be applied to the whole file/project/solution:

image

Currently, it's sadly not possible: image

For context, I'd love to migrate our whole solution from native NUnit assertions to Fluent Assertions, but doing it one by one is not an option, as we have a gazillion of usages.

I wonder if that's hard, then maybe just a standalone console app for a one-go migration could be an option? Happy to give it a try myself if you think that would be easier.

Btw, I'm a big fan of your work. Big fan! ;) :)

Greg-Smulko commented 1 year ago

Well, it works fine in VS, so it's probably a problem with Rider rather than this package. Closing.