AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 59 forks source link

Generate C# code based on non-C# source [possible PR] #66

Closed Pzixel closed 6 years ago

Pzixel commented 6 years ago

I'm looking toward some way to generate some C# code based on my text file. I tried several approaches but they didn't work.

Is it possible in current infrastructure? Or maybe you have some vision of how it could be done? I can implement it and send a PR because I need it myself, but I'd like first to talk a bit about what's your opinion on this matter.