Remove unused modules across project

BTW - I think I prefer small rules to big ones, so its possible to check for unused modules or exports independantly. Are you generally prefering to merge things into more comprehensive rules, or does the NoUnused.Exports come with a set of flags to select what is actually checks? Not that you have to listen to me, but I thought I would express this preference as a suggestion anyway, see if others think the same or different.

Similar with the NoUnused.Variables rules which also checks for unused imports. I’d like to clean up imports without having to run the full NoUnused.Variables sometimes.