And VS 2022 get worse by the day, now adding code that I didn't

Lloyd Sheen 1,356 Reputation points
2022-09-27T21:56:54.633+00:00

So just had two events during editing code (C#) in a Maui solution that make me wonder.

The first was during the adding of a Constructor it added code to init properties but the code was not correct and I did not ask for it.

The second is that in a file that was not even open it added a using statement that I did not ask for:

using static JetBrains.Annotations.Async;

These types of errors make using VS horrible to use. And I have the latest version installed.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,593 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,854 questions
{count} votes