dotnet/roslyn

Auto-generated operations should handle multi-line doc comments correctly

Open

#54,900 opened on Jul 17, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-CompilersConcept-Continuous Improvementhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

Version Used:

main

Steps to Reproduce:

image

This renders as a single line:

image

Either have the source generator add <para> on its own, or do that in OperationInterfaces.xml

The above is just an example. This may apply to other doc comments

Contributor guide