Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
<!-- Accessed via native code. -->
<type fullname="System.Runtime.InteropServices.CustomMarshalers.*" />

<!-- Works around https://github.com/dotnet/runtime/issues/128120 -->
<type fullname="System.StubHelpers.DateMarshaler" />
Comment thread
MichalStrehovsky marked this conversation as resolved.
Comment thread
MichalStrehovsky marked this conversation as resolved.
Comment thread
MichalStrehovsky marked this conversation as resolved.
<type fullname="System.StubHelpers.StructureMarshaler`1" />
<type fullname="System.StubHelpers.BlittableArrayMarshaler`1" />
<type fullname="System.StubHelpers.AnsiCharArrayMarshaler`2" />
Comment thread
MichalStrehovsky marked this conversation as resolved.
<type fullname="System.StubHelpers.LayoutClassMarshaler`1" />
Comment thread
MichalStrehovsky marked this conversation as resolved.
<type fullname="System.StubHelpers.BoolMarshaler`1" />
<type fullname="System.StubHelpers.LPWSTRMarshaler" />
<type fullname="System.StubHelpers.LPSTRArrayElementMarshaler`2" />
<type fullname="System.StubHelpers.BSTRArrayElementMarshaler" />
Comment thread
MichalStrehovsky marked this conversation as resolved.
Comment thread
MichalStrehovsky marked this conversation as resolved.

<!-- GetActualImplementationForArrayGenericIListOrIReadOnlyListMethod depends on slots of these interfaces not changing -->
<type fullname="System.Collections.Generic.IEnumerable`1" />
<type fullname="System.Collections.Generic.ICollection`1" />
Expand Down
Loading