Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Merge changes from TFS #3552

Merged
1 commit merged into from
May 8, 2017
Merged

Merge changes from TFS #3552

1 commit merged into from
May 8, 2017

Commits on May 8, 2017

  1. Switch over to the .NETCore Attribute.Equals() behavior.

    This ports dotnet/coreclr#6240 over to Project N.
    
    The TL;DR version of the change is "private fields in base classes are no
    longer disregarded by Equals()/GetHashCode()".
    
    In fact, changing ExposeToDerivedClasses() to return true always is sufficient
    to effect the desired change. The rest of the delta is just the result of
    constant-folding and dead-coding from that point.
    
    [tfs-changeset: 1657635]
    Atsushi Kanamori committed May 8, 2017
    Configuration menu
    Copy the full SHA
    a8ead83 View commit details
    Browse the repository at this point in the history