You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[severity:It's more difficult to complete my work] [regression]
Whenever I press ^K^D to format a VB.NET code behind file in a web application, it removes many needed continuation underscore characters and breaks the application so it will no longer compile.
Example:
Dim ErrMsg As String = "Header line is empty!\n" _
& "The first line of the file must contain header field names..."
Becomes:
Dim ErrMsg As String = "Header line is empty!\n"
& "The first line of the file must contain header field names..."
Removing the continuation character prevents it from compiling.
Original Comments
Feedback Bot on 8/23/2023, 09:39 PM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered:
I have the same issue. And the suggestion that I have read elsewhere, to put an apostrophe (comment) at the end of the line, while it does preserve the underscores, it also breaks the old compiler.
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work] [regression]
Whenever I press ^K^D to format a VB.NET code behind file in a web application, it removes many needed continuation underscore characters and breaks the application so it will no longer compile.
Example:
Becomes:
Removing the continuation character prevents it from compiling.
Original Comments
Feedback Bot on 8/23/2023, 09:39 PM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: