Hello contributors, I've looked for some orientation on using IncrementalGenerator but I couldn't find anything enlightening.
Generator documentation is a bit better than it was before, but I still have some insecurities with IncrementalGenerator.
Does anyone have some recommendations to pass? How to properly versioning the generator? How exactly the generator affects others generators? (I have cases of generators declaring types which are also generated).
I would appreciate examples, use cases, etc.
Thanks.