Visual Studio解决方案中使用的.vs文件夹是什么? [英] What is the .vs folder used for in Visual Studio solutions?

查看:43
本文介绍了Visual Studio解决方案中使用的.vs文件夹是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

.vs文件夹的确切作用是什么?它是在我的解决方案的基本文件夹中创建的.我可以看到一些隐藏文件,并且针对不同项目显示了不同文件.我很难找到有关它的官方文档.

What is the .vs folder used for exactly? It gets created at the base folder of my solution. I can see some hidden files and different files appear for different projects. I'm having a hard time chasing up official documentation on it.

推荐答案

即使没有特定的文档,也存在类似的问题

Even though there is no specific documentation, there was a similar question here

通常,Visual Studio需要 .vs 文件夹来存储打开的文档,断点和有关解决方案状态的其他信息.这意味着它包含典型的文件,例如,

Usually, .vs folder is required by Visual Studio to store opened documents, breakpoints, and other information about state of your solution. which means It contains typical files like,

  • Roslyn用于IntelliSense的临时缓存.
  • IIS Express applicationHost.config文件.
  • 许多其他可能的文件(欢迎您编辑此答案以包括您所知道的内容).

这篇关于Visual Studio解决方案中使用的.vs文件夹是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆