I'm not sure we're following best practices for the strings for analyzers. - [ ] Currently our `Message` doesn't accept any format strings, it probably belongs in `Description` instead - [ ] We should have a `Message` that includes the text of whatever's incorrect (via the `{0}` format strings) - [ ] All analyzers are currently in the "Moq" category; should these instead be in the "Usage" or another category?
I'm not sure we're following best practices for the strings for analyzers.
Messagedoesn't accept any format strings, it probably belongs inDescriptioninsteadMessagethat includes the text of whatever's incorrect (via the{0}format strings)