IntelliTect / IntelliTect/CodingGuidelines
Fixer for INTL0101 deletes xmldoc comments on method
Offen
analyzer
bug
proposal
- Vorherrschende Sprache
- C#
- Sterne
- 12
- Forks
- 16
- Ø Merge
- 2 Min.
- Gemergte PRs (30 T.)
- 7
Beschreibung
Have a method like so:
``` c#
///
/// Does foo
///
[AttributeOne, AttributeTwo]
public async Task FooAsync()
{
}
```
Then, apply the fixer for INTL0101. The comment on the method is deleted.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.