Visual Studio 2022社区版本17.4.2Visual Studio最近更新了,现在每当我构建解决方案时,都会出现一个文件夹,其中包含一个[Solution Folder]/JSON/Schemas/Catalog/https%003A%002F%002Fgo.microsoft.com%002Ffwlink%002F%003Flinkid%003D835884的600个条目和超过4000行的大量JSON架构。这对我的版本控制造成严重破坏。如何防止创建此文件?
[Solution Folder]/JSON/Schemas/Catalog/https%003A%002F%002Fgo.microsoft.com%002Ffwlink%002F%003Flinkid%003D835884
deikduxw1#
Configuration Properties > C/C++ > SDLChecks的值被设置为Yes,即使默认值已经是Yes。要解决此问题,请执行以下操作:1.通过Build > Batch build... > Select All > Clean清理项目的所有配置。1.删除JSON文件夹。1.将SDL检查值设置为<Inherit from parent or project defaults>。1.重建项目。
Configuration Properties > C/C++ > SDLChecks
Yes
Build > Batch build... > Select All > Clean
JSON
<Inherit from parent or project defaults>
1条答案
按热度按时间deikduxw1#
Configuration Properties > C/C++ > SDLChecks
的值被设置为Yes
,即使默认值已经是Yes
。要解决此问题,请执行以下操作:
1.通过
Build > Batch build... > Select All > Clean
清理项目的所有配置。1.删除
JSON
文件夹。1.将SDL检查值设置为
<Inherit from parent or project defaults>
。1.重建项目。