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.
意外地,我从我的项目中撤消了我的工作(cshtml 文件)。有没有办法从我的电脑上的某个地方恢复它。我知道 .NET 反射器,但它仅适用于 dll。如果有任何可能的方法,请告诉我。谢谢。
您应该经常检查或设置某种备份系统以避免此类错误。如果文件从您的文件系统中消失,它们就消失了。
如果您使用 TFS 作为源代码控制。您也可以尝试在“ AppData\Local\Temp\TFSTemp ”中查找 TFS 临时文件中的更改,但除此之外,没有办法将它们取回。