Search code examples
c#dnspy

Changes in dnspy not showing up when I run it


I edited code in an exe using dnspy just like this youtube video (https://www.youtube.com/watch?v=5OQiVWJ-TGc) for editing desktop goose. However, my changes do not show up when I run it just like this guy did. However, when I look at the exe code using dotpeek, it shows up there too with my changes in the code (not in the visual representation when I run it). Is there a cache or something that is causing this?

I tried editing the code just like the YouTube video and tried to find related questions on Stack Overflow. I did find one (Editing IL of C# assembly without source not reflecting changes upon execution), but they did not say how they resolved their issue, so I need help. Please help! I rly need it!


Solution

  • Turns out you have to edit GooseDesktop.Refactor not the normal GooseDesktop