Has anyone written an NRefactory scripting tool? I need to be able to script a number of transformations on a possibly large number of files.
I want to be able to use a tool that I can apply a script of changes, for example:
-
Change all objects of type ABC to type DEF
-
Change all property PPP in object OOO to NewPPP, possibly changing data-type as well
-
Etc, etc.
Thanks, David