Currently generators are required to both implement `ISouceGenerator` and have the `[GeneratorAttribute]`. We only use the attribute so we could reuse the same discovery mechanism as analyzers. Should we remove this restriction?
Currently generators are required to both implement
ISouceGeneratorand have the[GeneratorAttribute].We only use the attribute so we could reuse the same discovery mechanism as analyzers. Should we remove this restriction?