IntelliTect / IntelliTect/CodingGuidelines
Fixer for INTL0101 deletes xmldoc comments on method
未关闭
analyzer
bug
proposal
- 主要语言
- C#
- 星标
- 12
- 派生
- 16
- 平均合并
- 2 分钟
- 30 天内合并 PR
- 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 还没有评估数据。