DotNetAnalyzers / DocumentationAnalyzers

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

Document .editorconfig Settings for Violations #85

Open RealDotNetDave opened 3 years ago

RealDotNetDave commented 3 years ago

The documentation for StyleCopy analyzers shows how to fix the violation and how to suppress it, but it would be really, really helpful to also put in the documentation the setting for it in the .editorconfig file.

sharwell commented 1 month ago

I believe the only "configuration" supported by this analyzer package is the standard severity line:

dotnet_diagnostic.[id].severity = [value]

Is this what you are looking for?