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

Ensure that OptionsCache only permits creating a single options instance per name #79639

Merged
merged 2 commits into from
Dec 17, 2022

Commits on Dec 14, 2022

  1. Ensure that OptionsCache only permits creating a single options insta…

    …nce per name.
    
    This incurs an extra delegate allocation, but only on instance creation.
    
    fix dotnet#79529
    madelson committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    79f6414 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Ignore test on browser

    madelson committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d779fb3 View commit details
    Browse the repository at this point in the history