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 new analyzer for deprecating implementing an interface #7419

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 24, 2024

  1. Add new analyzer for deprecating implementing an interface

    We're officially marking `ISourceGenerator` as deprecated, but we can't actually deprecate the interface, because it's used in several APIs like AnalyzerFileReference. So instead, we just add an analyzer to indicate that the interface should not be implemented. I've made this more general so we can do this with more interfaces in the future if necessary, based the implementation on InternalImplementationOnlyAnalyzer.
    333fred committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0480b7f View commit details
    Browse the repository at this point in the history