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-rc1] Add missing type forwards #90673

Merged
merged 2 commits into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. Add missing type forwards

    Fixes #90578
    
    IDispatchImplAttribute, IDispatchImplType and SetWin32ContextInIDispatchAttribute were removed with 9f1dd1a and 26a91ad
    
    Those dropped types weren't flagged because APICompat only validates reference assemblies. We have three implementation only shim assemblies: mscorlib, System and System.Data. I verified that no other type forwards were lost between .NET 7 and .NET 8.
    ViktorHofer authored and github-actions committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    16dae46 View commit details
    Browse the repository at this point in the history
  2. Update mscorlib.cs

    ViktorHofer authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0f5b82a View commit details
    Browse the repository at this point in the history