You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hesitant to plug this in to our existing project because it looks like a wholesale replacement of the compiler (correct me if I'm wrong). Is there a way to plugin this in as a build step and still use the regular compiler from Microsoft?
The text was updated successfully, but these errors were encountered:
This tool wraps the original, unmodified C# compiler, and performs transformations on the syntax trees as an intermediate step. Here you can see how to use RoslynLinqRewrite programmatically. Potentially, you could for example save the transformed ASTs to the file system and then compile or process them in a different way.
I'm hesitant to plug this in to our existing project because it looks like a wholesale replacement of the compiler (correct me if I'm wrong). Is there a way to plugin this in as a build step and still use the regular compiler from Microsoft?
The text was updated successfully, but these errors were encountered: