Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Visual Studio 2019 v16.11.1 中,我在项目属性/代码分析选项卡下找不到“实时分析运行”复选框,如msdn所示。我也没有在 msdn 文档中找到任何信息。请帮我解决我在这里想念的东西。截图附在下面。
“实时分析运行”选项仅适用于 .Net Core 或 .Net Standard 项目。因为我的是一个 .Net Framework 项目,Visual Studio 没有显示它。
由于代码分析是所有类型项目的通用功能,因此 UI 应该是通用的。不知道为什么微软有这种差异。