==System.Reflection.Emit FIXMEs== * (MS.NET) ConstructorInfo.IsConstructor does not return ' ' true ' ' as expected (this is unconfirmed yet) * (MS.NET) Unable to emit nested value types (they need to be finalized after the parent class but this is not always possible). * (MS.NET/Mono) System.Runtime.CompilerServices.IsVolatile class does not have a public constructor (the same applies to IsConst, etc.) * (MS.NET) System.Reflection.Emit.EventBuilder does not inherit from S.R.E.EventInfo nor S.R.E.MemberInfo. It forces us to make hacks and create inconsitent code in our compiler. * (Mono) Support for default parameters. It is already [ http://bugzilla.ximian.com/show_bug.cgi?id=64595 resolved ] Mono CVS. * (MS.NET) Error messages could be improved by always giving full names of types involved in erraneous situations. * (MS.NET) There are problems with using S.R.E.TypeBuilder representing enum type obtained from DefineType method instead of DefineEnum. ([ http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=f19bd1c1-0cc6-41fc-acad-4877498d65ca bug ] filed in MS product feedback) What is the best way to file bugs for MS.NET? [http://lab.msdn.microsoft.com/productfeedback/ Microsoft Product Feedback]