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

[release/6.0-rc1] Migrate LoggerMessageGenerator to IIncrementalGenerator #58271

Merged
merged 3 commits into from
Aug 28, 2021

Commits on Aug 27, 2021

  1. Migrate LoggerMessageGenerator to IIncrementalGenerator

    This reduces the time spent in the background in VS running the source generator, since we only need to respond to methods that have the LoggerMessageAttribute on them.
    
    Contributes to #56702
    eerhardt authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    1371a66 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    eerhardt authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    103e883 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    eerhardt authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    630ed44 View commit details
    Browse the repository at this point in the history