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

Forward special P/Invoke attributes to the target DllImport method #1267

Commits on Jun 17, 2021

  1. Forward SuppressGCTransition and UnmanagedCallConv attributes to the …

    …emitted DllImport entry point.
    jkoritzinsky committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    13ff6a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6cc89 View commit details
    Browse the repository at this point in the history
  3. Add integration tests.

    jkoritzinsky committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c9359aa View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

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

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    66375ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    589a857 View commit details
    Browse the repository at this point in the history
  3. Fix entrypoints.

    jkoritzinsky committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    0b9abc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Update DNNE

    jkoritzinsky committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    31107e7 View commit details
    Browse the repository at this point in the history
  2. PR feedback.

    jkoritzinsky committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c236e9b View commit details
    Browse the repository at this point in the history