user1492051
user1492051

Reputation: 906

Code transformation

Is there a concept of code transformation in c# just like it is in dart?

Example of why i want that:

and much more.

i wrote a Roslyn project to make me able to do the above and its working great but the problem is i don't want to see the generated code in my solution but rather want it to be generated every time i compile.

any ideas?

Upvotes: 0

Views: 165

Answers (1)

Jason Malinowski
Jason Malinowski

Reputation: 19021

There's no built-in support for making this work nicely; it's something we're currently thinking about though.

Upvotes: 3

Related Questions