Where to begin?
in my current solution, I have models like this:
public class MyAwesomeModel { .... }
I want to take the roslyn code project to parse the source files and iterate over the syntax trees to generate new code files. Take these source files and add them to the C # project file to import into my solution again in visual studio.
Where to begin. Cloning roslyn and just write a console application that links to all roslyn and starts digging into roslyn to find out how, or are there any blogs, documentatino that shows something like this.
c # roslyn
Poul K. sørensen
source share