Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

ApiCompat misses several API differences #2114

@tannergooding

Description

@tannergooding

Whatever tool does the checks to ensure the CoreFX ref assemblies match up with the System.Private.Corelib signatures (I believe this is ApiCompat) misses a few differences.

Namely, dotnet/corefx#31528 and dotnet/corefx#31515 should have initially failed because the various classes had the following changes:

  • Added a base class to many classes
  • Added the new modifier to several methods which were purposefully hiding methods in a base class

CC. @ericstj, @weshaggard

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions