Closed kovalikp closed 6 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?
validOn = AttributeTargets.Assembly
For example:
[assembly: GenerateClass("Foo")]
@AArnott I think it's implemented by #67 already.
Yep, that might be closed.
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: