Tags: kthguru/mono
Tags
Remove SRE.UnmanagedMarshal dependency from System.Reflection. * FieldInfo.cs: * MonoMethod.cs: * ParameterInfo.cs: Remove silly dep on UnmanagedMarshal to use MarshalAsAttribute which is what we need in the end. * icall.c: * reflection.c: Use the custom attribute type instead of the SRE one. This allows FULL_AOT_RUNTIME to work with stuff that uses MarshalAs.
Bump the debian submodule to the right revision again someone accidentally reverted it to an old commit.
Fix UdpClientTest.UdpClientBroadcastTest(). You must not use Send() with an endpoint after using either the hostname constructor or calling Connect(); see the MSDN docs.
Initial separation of state machine and anonymous method story to all… …ow both of them exist in same block
PreviousNext