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

[release/8.0-staging] Special casing System.Guid for COM VARIANT marshalling #100734

Commits on Apr 7, 2024

  1. Special casing System.Guid for COM VARIANT marshalling (dotnet#100377)

    * Support System.Guid marshalling via VARIANT
    
    VARIANT marshalling in .NET 5+ requires a TLB
    for COM records (i.e., ValueType instances). This
    means that without a runtime provided TLB, users
    must define their own TLB for runtime types or
    define their own transfer types.
    
    We address this here by deferring to the NetFX
    mscorlib's TLB.
    
    Co-authored-by: Elinor Fung <elfung@microsoft.com>
    AaronRobinsonMSFT and elinor-fung committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ef9094f View commit details
    Browse the repository at this point in the history
  2. Fix test

    AaronRobinsonMSFT committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    5282ffd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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