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

[NativeAOT] Delegate bug fixes #99185

Merged
merged 18 commits into from
Mar 9, 2024
Merged

[NativeAOT] Delegate bug fixes #99185

merged 18 commits into from
Mar 9, 2024

Commits on Mar 2, 2024

  1. [NativeAOT] Delegate bug fixes

    - Fix Delegate.Method and Delegate.Target for marshalled delegates
    - Add tests and fixes for corner various delegate corner case behaviors
    - Delete runtime test for GetInvocationList since there is a better test coverage for this API under libraries
    
    Fixes dotnet/runtimelab#164
    jkotas committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fa3d1ec View commit details
    Browse the repository at this point in the history
  2. Fix MulticastThunk

    jkotas committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    745595b View commit details
    Browse the repository at this point in the history
  3. Delete m prefix

    jkotas committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ff396c5 View commit details
    Browse the repository at this point in the history
  4. Fix Mono

    jkotas committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c56cb5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be9c7eb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Fixes

    jkotas committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    acc7542 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Fix bug

    jkotas committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    55b3672 View commit details
    Browse the repository at this point in the history
  2. Fix comments

    jkotas committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7a2df9b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Bug fixes

    jkotas committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7f2f844 View commit details
    Browse the repository at this point in the history
  2. Fix test

    jkotas committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b6edd29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3dad81 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

    jkotas committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    de0c16a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88d8789 View commit details
    Browse the repository at this point in the history
  4. Undo unnecessary change

    jkotas committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d662517 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccb40dc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    b9dda13 View commit details
    Browse the repository at this point in the history
  2. Disable test on Mono

    jkotas committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d3e40f6 View commit details
    Browse the repository at this point in the history