[API Proposal]: Expose SymbolAnnotation.Create
#65041
Labels
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature Request
Milestone
Background and Motivation
Codefixes can usually annotate a
TypeSyntax
withAddImportsAnnotation
so that theusing
directive is added automatically if not present. However, when the codefix suggests using an extension method,AddImportsAnnotation
alone cannot work.Proposed API
Usage Examples
Alternative Designs
Risks
The text was updated successfully, but these errors were encountered: