dotnet/roslyn
Pasting multiline text into XML comments should make it comments
オープン
#17,383 opened on 2017/02/25
Area-IDEhelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
Version Used: 2.0.0.61422
Steps to Reproduce:
/// <summary>
/// |
/// </summary>
Paste multiline text.
Expected Behavior:
/// <summary>
/// Line 1
/// Line 2
/// Line 3
/// </summary>
Actual Behavior:
/// <summary>
/// Line 1
Line 2
Line 3
/// </summary>