Microsoft Visual Studio 2022 gets full support for .NET 9. The preview version 17.12 was made available by Microsoft.
Visual Studio 2022 has full support for .NET 9 for the first time in the preview version 17.12. Moreover, this version of .NET is new and will not be made generally available until November. The version of Visual Studio now available in preview will then also become generally available.
There is also an improved search function for finding code. In addition, there will be a new “go to line” option, which is also available via the combination Ctrl + G in the editor.
Preventing human error
To improve the security of new GitHub projects, users will be able to create a private repository. This applies when a GitHub repository is created from within Visual Studio. This change prevents human error, in which developers sometimes forget to set the repository to private after creating the project. This can potentially lead to the leak of sensitive information.
Also read: Hackers could edit popular LLMs through exposed API tokens on Hugging Face