VSSpellChecker icon indicating copy to clipboard operation
VSSpellChecker copied to clipboard

Use of analyzer in dotnet build/CI

Open SmithPlatts opened this issue 6 months ago • 1 comments

This is related to #302, but I wanted to add a use-case:

I've worked on a few projects where some devs just do not care about their spelling, and will submit PRs with spelling errors. Sometimes they are simple mistakes, often it is just laziness.

Having the analyzer run as part of any build process would allow us to capture these as part of the code review process in a far more streamlined and deterministic manner.

SmithPlatts avatar Jun 19 '25 04:06 SmithPlatts