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

Enable CoreCLR init failure logging in single exe host #80104

Commits on Jan 2, 2023

  1. Enable CoreCLR init failure logging in single exe host

    When adding the CoreCLR initialization failure logging recently, I have
    missed the fact that there are two versions of the coreclr_resolver.cpp.
    One for standalone host that I have added support for, but also for linking
    into single exe.
    
    This change adds the missing support to the single exe host.
    janvorli committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    5025a70 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Remove unnecessary typedef

    janvorli committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    408865a View commit details
    Browse the repository at this point in the history