Version Used: Compiler version: '4.1.0-3.22062.11 (cc0d213b)'. Language version: 10.0. (Visual Studio 17.1.0 preview 4.0)
Steps to Reproduce:
- Create a new console project and populate
Program.cs as follows:
Console.WriteLine("Hello, World!");
Console.WriteLine("Hello, World!");
- Type
/// in the at the end of any line
Expected Behavior:
/// is inserted with no special behavior. (Same as in normal method bodies.)
Actual Behavior:
A documentation comment template is erroneously generated:

Version Used:
Compiler version: '4.1.0-3.22062.11 (cc0d213b)'. Language version: 10.0.(Visual Studio 17.1.0 preview 4.0)Steps to Reproduce:
Program.csas follows:///in the at the end of any lineExpected Behavior:
///is inserted with no special behavior. (Same as in normal method bodies.)Actual Behavior:
A documentation comment template is erroneously generated: