Hey,
I was wondering if someone knows a tool that can parse and manipulate *.cs files. Something like Mono.Cecil but for source code?
For example, strip out a body from a method that's marked with a special attribute and save it in a new file. I know about preprocessor syntax but unfortunately I can't use it in my case.
Thanks for any suggestions
I seem to remember doing this with Roslyn
Sorry, you need to Log In to post a reply to this thread.