Releases: DotNetAnalyzers/DocumentationAnalyzers
Releases · DotNetAnalyzers/DocumentationAnalyzers
1.0.0-beta.59
- New analyzers
- DOC207 (Use 'see langword' correctly)
- DOC209 (Use 'see href' correctly)
- New refactorings
- DOC901 (Convert to documentation comment)
1.0.0-beta.46
- Bug Fixes
- DOC100 (#54)
- New Style Analyzers
- DOC103 (Use Unicode Characters)
- DOC104 (Use 'see langword')
- DOC105 (Use 'paramref')
- DOC106 (Use 'typeparamref')
- DOC107 (Use 'see cref')
- DOC108 (Avoid Empty Paragraphs)
- New Code Fixes
- Code fix for CS1570: Expand HTML named character entity (e.g.
→
) to Unicode character (e.g.→
)
- Code fix for CS1570: Expand HTML named character entity (e.g.
1.0.0-beta.33
- Bug fixes
- DOC900 (#42)
- New portability rules
- DOC202 (Use Section Elements Correctly)
- DOC203 (Use Block Elements Correctly)
- DOC204 (Use Inline Elements Correctly)
1.0.0-beta.18
- New style rules
- DOC100 (Place Text In Paragraphs)
- DOC101 (Use Child Blocks Consistently)
- DOC102 (Use Child Blocks Consistently Across Elements of the Same Kind)
- New portability rules
- DOC200 (Use XML Documentation Syntax)
- DOC201 (Item Should Have Description)
- New refactorings
- DOC900 (Render as Markdown)