EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

Code analyzer outside Visual Studio #302

Closed ff-ils closed 10 months ago

ff-ils commented 1 year ago

The integrated code analyzer works only when editing files inside Visual Studio. When the solution is built with "dotnet build" warnings are not raised. Is it possible to include the analyzer in the project (SDK style)?

EWSoftware commented 10 months ago

It probably is but isn't something I want to pursue as I don't see it being very useful outside of Visual Studio. All it would really do is clutter the build output with warnings. Spell checking is more of an interactive feature.