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

Description
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