This issue has been moved from a ticket on Developer Community.
I have VB.NET code that looks like:
If SomeValue = AnotherValue Then
Else
DoStuff()
End If
When I select the Invert If code fix I end up with:
If SomeValue <> AnotherValue Then
DoStuff()
Else
DoStuff()
End If
I am in VS 2019 version 16.5.2
Original Comments
Visual Studio Feedback System on 4/2/2020, 08:05 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)
This issue has been moved from a ticket on Developer Community.
I have VB.NET code that looks like:
When I select the Invert If code fix I end up with:
I am in VS 2019 version 16.5.2
Original Comments
Visual Studio Feedback System on 4/2/2020, 08:05 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)