AArnott / CodeGeneration.Roslyn

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

Unify ICodeGenerator and IRichCodeGenerator interfaces #136

Open amis92 opened 5 years ago

amis92 commented 5 years ago

The latter was introduced as a binary non-breaking change to allow some important enhancements.

It's not a great design and as such should be redesigned for a better extensibility.