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

Mark ISourceGenerator as obsolete for implementation #75223

Merged
merged 6 commits into from
Oct 5, 2024

Conversation

333fred
Copy link
Member

@333fred 333fred commented Sep 24, 2024

Analyzer that will flag implementation is dotnet/roslyn-analyzers#7419. We don't just mark ISourceGenerator as obsolete directly because we do use it in public APIs like AnalyzerFileReference and GeneratorDriver, and we can't remove it from there.

Analyzer that will flag implementation is dotnet/roslyn-analyzers#7419. We don't just mark `ISourceGenerator` as obsolete directly because we do use it in public APIs like `AnalyzerFileReference` and `GeneratorDriver`, and we can't remove it from there.
@333fred 333fred requested review from a team as code owners September 24, 2024 20:36
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Sep 24, 2024
jaredpar
jaredpar previously approved these changes Sep 24, 2024
chsienki
chsienki previously approved these changes Sep 25, 2024
@333fred 333fred requested a review from a team as a code owner October 4, 2024 19:35
@333fred 333fred enabled auto-merge (squash) October 4, 2024 19:43
@333fred 333fred dismissed stale reviews from chsienki and jaredpar October 4, 2024 20:48

Stale

@333fred
Copy link
Member Author

333fred commented Oct 4, 2024

@jaredpar @chsienki can you please take another look?

@jaredpar
Copy link
Member

jaredpar commented Oct 4, 2024

I suppose I could generate another review

@333fred 333fred enabled auto-merge (squash) October 5, 2024 06:17
@333fred 333fred merged commit e2d4e37 into dotnet:main Oct 5, 2024
28 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Oct 5, 2024
@333fred 333fred deleted the deprecate-isourcegenerator branch October 5, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants