dotnet/roslyn

EE: Drop comments started with characters other than ' in root expression

Open

#1,451 opened on Mar 20, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (20,414 stars) (4,257 forks)batch import
Area-InteractiveBugInteractive-Debugginghelp wanted

Description

Ported from TFS WorkItem: 1120209



  1. Created By Chuck Stoner (2/5/2015 9:21:11 AM)

  1. Edited By Vladimir Reshetnikov (2/5/2015 7:16:35 PM)

Also consider interaction of comment delimiters in C# and VB with char literals, string literals, interpolated strings, XML literals. Relevant source files are $/Roslyn/Main/Closed/ExpressionEvaluator/VisualBasic/Source/ResultProvider/VisualBasicFormatter.vb and


  1. Edited By Chuck Stoner (2/5/2015 8:37:48 PM)

For string and XML literals, see #1120198.


Contributor guide