The question is in the title.
I would like to avoid recompiling, because the source code that I am editing is third-party, and I would like to use the source binaries where possible, and replace only the assembly that contains the modified class. But I'm not sure if this is safe. In C ++, for example, this is definitely a bad idea.
source
share