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

Add TFM and version support query to marshaller interface. #61064

Merged
merged 4 commits into from
Nov 3, 2021

Commits on Nov 1, 2021

  1. Add TFM and version support query to marshaller interface.

    If any marshaller fails to support the current tfm version, fallback
    to using the built-in DllImport attribute.
    AaronRobinsonMSFT committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    078a560 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Add tests for fallback generation on downlevel or generation if marsh…

    …allers
    
      are supported on the target framework.
    
    Update compatibility document with fallback support.
    AaronRobinsonMSFT committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1adf87f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update docs/design/libraries/DllImportGenerator/Compatibility.md

    Co-authored-by: Elinor Fung <elfung@microsoft.com>
    AaronRobinsonMSFT and elinor-fung committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    07cfdc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d324356 View commit details
    Browse the repository at this point in the history