IntelliTect / IntelliTect/CodingGuidelines
Fixer for INTL0101 deletes xmldoc comments on method
オープン
analyzer
bug
proposal
- 主要言語
- C#
- スター
- 12
- フォーク
- 16
- 平均マージ
- 2分
- マージ済み PR(30日)
- 7
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。