I have a c# project that includes a dll which I need to make changes to. So I decompiled it using dotpeek, exported the code and made my changes. Now I need to recompile it to add it back to my project.
The issue is that I am not sure if I am going about this problem the right way. And if I was how would I recompile the code into a dll again?
Sorry about this question but I am new to c# and visual studio but thank you for your help!