Refresh mscorlib reference assembly based on what is in S.P.C (#6655)
authorWes Haggard <weshaggard@users.noreply.github.com>
Mon, 8 Aug 2016 21:40:41 +0000 (14:40 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 21:40:41 +0000 (14:40 -0700)
commit275aa1a847dfbbb69731251037cd0fa018f2cf62
tree827408a6b8e761502bb540479127f23b934ff7bf
parent17ced7fea35cb89ce6fe6c0a614c9fe15171bdea
Refresh mscorlib reference assembly based on what is in S.P.C (#6655)

Split mscorlib.cs into mscorlib.manual.cs for the internal
members we needed to expose. Used the genapi tool from
https://github.com/dotnet/buildtools/tree/master/src/GenAPI.Desktop
to generate mscorlib.cs. It doesn't exactly match due to some
much easier just by running genapi against S.P.CoreLib.
src/mscorlib/facade/mscorlib.csproj
src/mscorlib/facade/project.json
src/mscorlib/ref/mscorlib.cs
src/mscorlib/ref/mscorlib.csproj
src/mscorlib/ref/mscorlib.manual.cs [new file with mode: 0644]