Port DynamicMetaObjectProviderDebugView (dotnet/corefx#38656)
authorCharles Stoner <chucks@microsoft.com>
Wed, 19 Jun 2019 08:26:05 +0000 (01:26 -0700)
committerDan Moseley <danmose@microsoft.com>
Wed, 19 Jun 2019 08:26:05 +0000 (01:26 -0700)
commit5300be63c0ee1e73378028242ad7a0b86415fee8
tree6e61ebf131a30451ec846f6f87ff2ac77c9e6128
parentd4d2714cd93f847ab35734e7f1aaa9e209db3e00
Port DynamicMetaObjectProviderDebugView (dotnet/corefx#38656)

* Port DynamicMetaObjectProviderDebugView

* Remove System.Diagnostics.CodeAnalysis.SuppressMessage attributes

* Add explicit private modifier

Commit migrated from https://github.com/dotnet/corefx/commit/af04307b356e38e2b74df1f05f735ebc462850da
src/libraries/Microsoft.CSharp/src/ILLinkTrim.xml [new file with mode: 0644]
src/libraries/Microsoft.CSharp/src/Microsoft.CSharp.csproj
src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/DynamicDebuggerProxy.cs [new file with mode: 0644]
src/libraries/Microsoft.CSharp/src/Resources/Strings.resx
src/libraries/Microsoft.CSharp/tests/DynamicDebuggerProxyTests.cs [new file with mode: 0644]
src/libraries/Microsoft.CSharp/tests/Microsoft.CSharp.Tests.csproj