https://github.com/ulrichb/xmldocinspections
Configurable XML Doc warnings for ReSharper
https://github.com/ulrichb/xmldocinspections
c-sharp doc-comments resharper resharper-plugin static-analysis xml-doc
Last synced: 2 months ago
JSON representation
Configurable XML Doc warnings for ReSharper
- Host: GitHub
- URL: https://github.com/ulrichb/xmldocinspections
- Owner: ulrichb
- License: mit
- Created: 2015-02-16T01:30:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T11:08:59.000Z (5 months ago)
- Last Synced: 2025-04-15T01:06:53.029Z (2 months ago)
- Topics: c-sharp, doc-comments, resharper, resharper-plugin, static-analysis, xml-doc
- Language: C#
- Homepage:
- Size: 1.35 MB
- Stars: 26
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# XML Doc Inspections ReSharper Extension
[](https://github.com/ulrichb/XmlDocInspections/actions/workflows/build.yml)
[](https://gitter.im/ulrichb/XmlDocInspections?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)![]()
Plugin pages: [ReSharper](https://plugins.jetbrains.com/plugin/11648-xml-doc-inspections) / [Rider](https://plugins.jetbrains.com/plugin/10151-xml-doc-inspections)
[History of changes](History.md)
## Description
A simple ReSharper extension which enables to show warnings for missing XML Doc comments for types and type members. In contrast to the C# compiler's [CS1591 warning](https://msdn.microsoft.com/en-us/library/zk18c1w9.aspx) which emits a warning for all public or protected types and members, this extension provides configuration options. Further it comes with a [quick fix](#quick-fix) action to generate doc comment templates.
### ReSharper options page
### Quick Fix
![]()