Remove warning suppression for wrappers no longer marked obsolete (#34792)
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>
Fri, 10 Apr 2020 06:16:41 +0000 (23:16 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 06:16:41 +0000 (23:16 -0700)
commitb5f5d71f2d630325235fbda40e9895db28eac571
treef9c2a5eb19b566a99644f220ffed11454889374d
parent5c2ee148ab63dc8b6a751cd6535a4e3d58f441ef
Remove warning suppression for wrappers no longer marked obsolete (#34792)
15 files changed:
src/coreclr/tests/src/Interop/COM/Dynamic/BasicTest.cs
src/libraries/Common/src/System/Runtime/InteropServices/Variant.cs
src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/ComInterop/DispatchArgBuilder.cs
src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/ComInterop/ErrorArgBuilder.cs
src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/ComInterop/StringArgBuilder.cs
src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/ComInterop/UnknownArgBuilder.cs
src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/ComInterop/VariantArgBuilder.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/CompilerServices/IDispatchConstantAttributeTests.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/CompilerServices/IUnknownConstantAttributeTests.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/BStrWrapperTests.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/DispatchWrapperTests.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/ErrorWrapperTests.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/Marshal/GetNativeVariantForObjectTests.Windows.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/UnknownWrapperTests.cs
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/VariantWrapperTests.cs