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

[metadata] Use MonoDefaults from components without hacks #63822

Merged
merged 2 commits into from
Jan 15, 2022

Commits on Jan 15, 2022

  1. [metadata] make GENERATE_TRY_GET_CLASS_WITH_CACHE usable in components

    Use a component API function to get corlib when building a dynamic
    component, otherwise use mono_defaults directly as before.
    
    Also update the debugger to use the public API to get common classes
    in almost all cases.  There are still a few places where it needs
    MonoDefaults directly
    lambdageek committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    06cbfc0 View commit details
    Browse the repository at this point in the history
  2. [metadata] Add mono_get_defaults ()

    And use it in the debugger
    lambdageek committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    9ec5b63 View commit details
    Browse the repository at this point in the history