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

Remove unnecessary indirect use of managed wcslen from AppContext setup #101318

Merged
merged 7 commits into from
May 7, 2024

Commits on Apr 30, 2024

  1. Remove unnecessary indirect use of managed wcslen from AppContext setup

    Remove unnecessary use of EqualityComparer.Default from AppContext setup
    kg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    47f402b View commit details
    Browse the repository at this point in the history
  2. Add a path for startup to bypass NonRandomizedStringEqualityComparer …

    …and EqualityComparer.Default when creating a dictionary with string keys
    kg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e456245 View commit details
    Browse the repository at this point in the history
  3. Whitespace cleanup

    kg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a6a5513 View commit details
    Browse the repository at this point in the history
  4. Undo dictionary changes

    kg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0bf8e17 View commit details
    Browse the repository at this point in the history
  5. Fix method signature

    kg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a2a80ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d652bd View commit details
    Browse the repository at this point in the history
  7. Address PR feedback

    kg committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1ea8882 View commit details
    Browse the repository at this point in the history