IntelliTect / IntelliTect/CodingGuidelines
Fixer for INTL0101 deletes xmldoc comments on method
Aperta
analyzer
bug
proposal
- Lingua principale
- C#
- Stelle
- 12
- Fork
- 16
- Merge medio
- 2m
- PR unite (30g)
- 7
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.