AArnott / CodeGeneration.Roslyn

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

Apply CodeGenerationAttribute on a base class and have it applied to descendents #172

Open fuocor opened 4 years ago

fuocor commented 4 years ago

I would like to apply my CodeGenerationAttribute to a base class and have it apply to all its descendants without having to mark them up.

thanks rich