IntelliTect / IntelliTect/CodingGuidelines
Fixer for INTL0101 deletes xmldoc comments on method
Đang mở
analyzer
bug
proposal
- Ngôn ngữ chính
- C#
- Star
- 12
- Fork
- 16
- Merge trung bình
- 2 phút
- Pull request đã merge (30 ngày)
- 7
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.