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]
If you right click on Foo in the function below, and choose "Quick actions and refactorings" then "Remove async modifier" the fixer will incorrectly remove the //World comment, but correctly leaves the //Hello comment alone.
using System;using System.Threading.Tasks;namespaceCodeCleanupError{publicclassClass1{publicasync Task Foo(){//Hello
Console.WriteLine("Foo");//World}}}
Original Comments
Feedback Bot on 11/8/2022, 04:31 PM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered:
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work]
If you right click on Foo in the function below, and choose "Quick actions and refactorings" then "Remove async modifier" the fixer will incorrectly remove the
//World
comment, but correctly leaves the//Hello
comment alone.Original Comments
Feedback Bot on 11/8/2022, 04:31 PM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: