AArnott / CodeGeneration.Roslyn

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

Add support for assembly target attributes #9

Closed kovalikp closed 6 years ago

kovalikp commented 8 years ago

Would it be possible to add support for code generators defined with validOn = AttributeTargets.Assembly, meaning that they would not be attached to particular class?

For example:

[assembly: GenerateClass("Foo")]
amis92 commented 6 years ago

@AArnott I think it's implemented by #67 already.

Pzixel commented 6 years ago

Yep, that might be closed.