dotnet/roslyn
Pasting multiline text into XML comments should make it comments
Aperta
#17.383 aperta il 25 feb 2017
Area-IDEhelp wanted
Metriche repository
- Star
- (20.414 stelle)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
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>