I have a working .NET assembly whose source has been lost.
I would like to recompile with just one method replaced. I have seen this done only by rewriting a class at a time. However this class is huge so that approach is not economically viable. Is there a process that will work for a single method?
Ideally, the process should be fully automated (i.e. something that can be run from an MSYS Makefile) and not involve any GUI (e.g. that of Reflector or ILSpy.)