'Where is Code Analysis in Project properties of Visual Studio 2022

If I open a .NET 5 project in Visual Studio 2019, I see code analysis as follows.

Code Analysis in Vs 2019

And now if I open the same project in Visual Studio 2022 Preview, I dont see that any more.

Project Properties in Visual Studio 2022 Preview 3

What am I missing?



Solution 1:[1]

Maybe it was a Release Candidate version because in the latest VS2022 the Code Analysis is there:

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jeremy Thompson