Programmatically changing code files
- by Carra
I'm changing our webservices to an async model. And for that I have to change over a hundred methods.
Doing it manually is one (unappealing) option. Is there no way to programmatically parse & change multiple functions/code files?
Example:
[Webmethod]
public void MyWebservice (string parameter1, string parameter2, string parameter3)
{
…