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

Fix mscordac exports #97210

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 19, 2024

  1. Fix mscordac exports

    The mscordbi depends on the PAL in mscordac and so it requires that all
    functions it uses from coreclr PAL are exported by the libmscordac.
    This got broken recently by a change in a header consumed by the mscordbi
    that pulled in usage of two functions for UTF16 to UTF8 conversion into
    the mscordbi.
    
    This issue prevents debuggers using libmscordbi to initiate debugging.
    
    This change fixes it by exporting those two functions from libmscordac.
    janvorli committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f66acbc View commit details
    Browse the repository at this point in the history