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

Reduce allocations in code generated by Logging generators (#61162) #62011

Commits on Nov 24, 2021

  1. Reduce allocations in code generated by Logging generators (dotnet#61162

    )
    
    Use a lambda instead of a method group in 'Format' method.
    shadow-cs committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    859cf5b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    fd5ce9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2560223 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Update wording of summary for generated classes

    Co-authored-by: Eric Erhardt <[email protected]>
    shadow-cs and eerhardt authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b857537 View commit details
    Browse the repository at this point in the history
  2. Fix baselines

    shadow-cs committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a556d85 View commit details
    Browse the repository at this point in the history