This should be waaaay easier...
I want to add a \"coded\" line break to the XML documentation in my code
/// /// Get a human-readable
As of Visual Studio 2019, use for newlines in comments.
Example:
/// /// This is a comment. /// This is another comment /// This is a long comment so i want it to continue on another line. ///
Notice that there is no extra line added when we use instead of .