[Mono-list] System.Reflection and MethodImplOptions

Miguel de Icaza miguel@ximian.com
08 Jan 2002 00:43:16 -0500


> I recently grabbed the latest mcs from CVS and started playing with it. 
> Everything built smoothly once I figure out a thing or two about MS's .NET SDK,
> except some of the stuff in System.Reflection didn't build cleanly because some
> of the source files pull in both System.Runtime.CompilerServices and
> System.Runtime.InteropServices, and then expect to use constants from
> MethodImplOptions from CompilerServices without fully qualifying the where they
> are coming from.  

Awesome!  I have commited this patch right away ;-)

Btw, about the compiler patches that you mailed, would you like to send
me a ChangeLog entry, or should I cook something up myself?

Best wishes,
Miguel.