为什么 Visual Studio 要求提供放弃内存中更改的选项?
当我保存实际上没有进行任何更改的解决方案时,我经常会收到一个对话框,告诉我“签出而不保存将导致您丢失内存中的更改”。它为我提供了几个选项:放弃内存中的更改、签出、取消和另存为。有办法防止这种情况发生吗?
When I save a solution that I have actually not made any changes to, I often get a dialog that tells me "Checking out without saving will cause you to lose your in-memory changes". It gives me a few options, Discard In-Memory changes, Check-Out, Cancel, and Save-As. Is there way to prevent this from happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
防止这种情况发生的最简单方法是在签出文件之前不要开始修改代码。
The easiest way to prevent this happening is not to start modifying the code before you check-out the file.