Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EmbeddedAttribute API for source generators #76583

Merged
merged 6 commits into from
Jan 18, 2025

Conversation

333fred
Copy link
Member

@333fred 333fred commented Dec 30, 2024

Adds a new API to ensure that Microsoft.CodeAnalysis.EmbeddedAttribute is available in the compilation, and updates the cookbook to include information about using the attribute.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 30, 2024
@333fred
Copy link
Member Author

333fred commented Dec 30, 2024

API review proposal: #76584.

@dotnet-policy-service dotnet-policy-service bot added the Needs API Review Needs to be reviewed by the API review council label Dec 30, 2024
@333fred 333fred force-pushed the add-generator-api branch from 5a6dca9 to b33d913 Compare January 3, 2025 23:29
Adds a new API to ensure that Microsoft.CodeAnalysis.EmbeddedAttribute is available in the compilation, and updates the cookbook to include information about using the attribute.
@333fred 333fred force-pushed the add-generator-api branch from b33d913 to 5eed5e2 Compare January 7, 2025 00:53
@333fred 333fred marked this pull request as ready for review January 16, 2025 23:06
@333fred 333fred requested review from a team as code owners January 16, 2025 23:06
@333fred
Copy link
Member Author

333fred commented Jan 18, 2025

@dotnet/roslyn-compiler @chsienki for a second review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Needs API Review Needs to be reviewed by the API review council untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Proposal: IncrementalGeneratorPostInitializationContext.AddEmbeddedAttributeDefinition
4 participants