visual-studio-2010 - Visual Studio Productivity Power Tools 创建的 .sln.docstates 文件是什么?

标签 visual-studio-2010 visual-studio productivity-power-tools

Visual Studio Productivity Power Tools 版本 10.0.20427.1(于 2011 年 5 月 10 日更新)正在创建 .sln.docstates 文件。

该文件的用途是什么?

我应该将其 checkin 版本控制吗?

最佳答案

以下是微软对此的说法:

The .docstates file new in this release of the Pro Power Tools. It is used by the Document Tab Well extension to persist and hydrate the state of the floating tab wells. This information was being stored in the hidden .suo file but we had to move it to a separate file to fix a set of crashing bugs (timing issues). In the next release of the Power Tools we will hide this file by default.

http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/ (问答选项卡,“.sln.docstates 文件是由 Productivity Power Tools 创建的吗?”讨论,Chris Dias 发布)

因此,它实际上是 .suo(解决方案用户选项)文件的补充,并且与 .suo 文件一样,不应将其 checkin 版本控制。

关于visual-studio-2010 - Visual Studio Productivity Power Tools 创建的 .sln.docstates 文件是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5944894/

相关文章:

visual-studio - VS 2013 : curly braces size mismatch

c# - 如何识别右键单击 ContextMenuStrip 的 dataGridView 单元格?

c# - 为什么即使设置了 RecordSelectionFormula, Crystal 报表也会获取所有记录?

c++ - 如何用 C++ 编写高效的遗传算法

visual-studio - 替代 stringstream 以 boost 速度

visual-studio-2010 - VS 2010 Express for Windows Phone 上的生产力 Power Tools

visual-studio - 如何在 Visual Studio 2019 中更改行距?

asp.net-mvc - 必须在调试前构建解决方案

.net - 在 Visual Studio 中开发语言支持的重叠替代方案

c++ - 是否可以在调试期间跳过任意数量的循环? Visual Studio