Add PNSE implementations of unsupported built-in custom marshalers to enable good...
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Fri, 7 Dec 2018 17:55:37 +0000 (09:55 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 17:55:37 +0000 (09:55 -0800)
commit78de81cf619c6e06a26860763dea761d928febd0
tree3d47801d72b79f7d0b1b6278473c8e5f455de66e
parent1e929c65e76778b18a888c46643a56cf6a740408
Add PNSE implementations of unsupported built-in custom marshalers to enable good error messages on PIAs that could possibly directly use them. (#21429)
src/System.Private.CoreLib/Resources/Strings.resx
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ExpandoToDispatchExMarshaler.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/TypeToTypeInfoMarshaler.cs [new file with mode: 0644]