How can I get my changes back after clicking “Undo pending changes…” in Visual Studio 2013 and TFS

后端 未结 4 1950
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-17 09:11

Using Visual Studio 2013 and TFS I did a lot of work before checking in. Then I accidentally clicked undo pending changes... thinking it would only apply to one of the proje

4条回答
  •  爱一瞬间的悲伤
    2020-12-17 10:03

    Just for your help. As per stackoverflow's questions link shared. He is trying to say that if you have not build your project. You can open last built dll in Reflector and see the code of the files and recover the code.

    You can use any took like Reflector or dotpeek from JetBrains.

    Visit this link to know more about dotpeek

    But if you have build your project after performing Undo Pending changes then as per my knowledge it is impossible to get the code.

提交回复
热议问题