DotNetAnalyzers / DocumentationAnalyzers

Analyzers for XML documentation
MIT License
35 stars 6 forks source link

Analyzer: check that code in examples compiles. #10

Open JohanLarsson opened 6 years ago

JohanLarsson commented 6 years ago

Both in comments & .md files.

sharwell commented 6 years ago

It shouldn't be too difficult to at least make sure the code parses correctly.

JohanLarsson commented 6 years ago

Yes that is a nice start and maybe we can add more and more checks over time when we think of things. I don't mean it as keeping the issue open forever but new issues when we stumble on situations where things can be checked.

jnm2 commented 6 years ago

@sharwell Beyond parsing, one of my thoughts was that validation of names would be good. It's a refactoring hole right now.