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

Commits on Sep 24, 2024

  1. Mark ISourceGenerator as obsolete for implementation

    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 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5fc1cc9 View commit details
    Browse the repository at this point in the history
  2. Suppress warnings

    333fred committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fe0ccac View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix attribute name

    333fred committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e5f4fce View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    62af60c View commit details
    Browse the repository at this point in the history
  2. Address warnings

    333fred committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0f21796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5a030 View commit details
    Browse the repository at this point in the history