Including XML documentation in generated shapes would provide important context for apps, especially AI powered ones. Since extracting XML docs at runtime can be unreliable, using the source generator to do this at compile time could be particularly helpful.
The obvious risk with such a change is inflated application sizes, so we might want to make this either opt in or only work for method shapes.
@AArnott thoughts?