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 built-in COM interop support from Mono runtime #97789

Merged
merged 13 commits into from
Feb 8, 2024

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    89e08d9 View commit details
    Browse the repository at this point in the history
  2. Merge bstr support into marshal.c, delete cominterop.h/c, remove rema…

    …ining cominterop references in mono runtime.
    jkoritzinsky committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6cc9ab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2422f0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92b8ed8 View commit details
    Browse the repository at this point in the history
  5. Remove unused variable

    jkoritzinsky committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    664500d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    a229363 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    349e780 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Block constructing RCW types at construction time.

    We need to allow ComImport types to be loaded as ComImport interfaces can also be implemented entirely in managed code, but we can block objects of ComImport-based types from being created.
    jkoritzinsky committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b2b6e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75337a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99252dc View commit details
    Browse the repository at this point in the history
  4. Move check

    jkoritzinsky committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3ce9c7f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Fix null handle return

    jkoritzinsky committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    60799cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    822ee46 View commit details
    Browse the repository at this point in the history