jbevain / cecil

Cecil is a library to inspect, modify and create .NET programs and libraries.
MIT License
2.71k stars 619 forks source link

How can i read uncompiled CS files #924

Open Bluscream opened 11 months ago

Bluscream commented 11 months ago

I am trying to parse and work on uncompiled *.cs files as modules, can i do that with cecil, and if yes, how so?

SimonCropp commented 11 months ago

no it is not possible. i recommend you ask this question on stack overflow

ltrzesniewski commented 11 months ago

Looks like you're looking for Roslyn.