[Mono-bugs] [Bug 26316][Wis] New - ParameterBuilder does not honor custom attributes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
15 Jun 2002 19:32:21 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by hestilow@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=26316

--- shadow/26316	Sat Jun 15 15:32:21 2002
+++ shadow/26316.tmp.27502	Sat Jun 15 15:32:21 2002
@@ -0,0 +1,23 @@
+Bug#: 26316
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: hestilow@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ParameterBuilder does not honor custom attributes
+
+System.Reflection.Emit.ParameterBuilder keeps custom attributes in a
+private array with no accessors. The array is not used at all outside of
+SetCustomAttributes. This appears to be an inherent limitation of the API,
+but as it is right now this means that "params" arguments are not compiled
+correctly under linux.