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

Update staging again with latest without squash #1363

Merged
merged 4 commits into from
Sep 26, 2023
Merged

Commits on Sep 11, 2023

  1. Fix issues from dictionary caching (#1353)

    * Add tests to exercise different ABI types for generic of dictionary
    
    * Revert lookup cache to fix rests where ABI Signature can be different.
    
    * Bring over API compat validation updates
    
    * Undo comment
    
    * Undo one more comment
    manodasanW authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5721184 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    579db0a View commit details
    Browse the repository at this point in the history
  2. Manually generate signatures for some PInvokes to handle SetLastError. (

    #1354)
    
    * Manually generate signatures to handle SetLastError.
    
    * Use new signatures on .NET 6 and newer.
    
    * Use sbyte*
    
    ---------
    
    Co-authored-by: Manodasan Wignarajah <mawign@microsoft.com>
    jlaanstra and manodasanW authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1ee556f View commit details
    Browse the repository at this point in the history