[Mono-bugs] [Bug 30101][Wis] New - System.CodeDom may not be complete

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Sep 2002 11:56:20 -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 duncan@ximian.com.

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

--- shadow/30101	Tue Sep 10 07:56:20 2002
+++ shadow/30101.tmp.19097	Tue Sep 10 07:56:20 2002
@@ -0,0 +1,38 @@
+Bug#: 30101
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.CodeDom may not be complete
+
+Even though CorCompare shows that we have all of System.CodeDom
+implemented, this example from the Quickstart fails to compile. The error is:
+
+listbuilder.cs(88) error CS1502: The best overloaded match for method 'int
+Add (System.CodeDom.CodeTypeReference)' has some invalid arguments
+listbuilder.cs(88) error CS1503: Argument 1: Cannot convert from
+'System.Type' to 'System.CodeDom.CodeTypeReference'
+listbuilder.cs(88) error CS-0006: Could not find any applicable function
+for this argument list
+listbuilder.cs(119) error CS1502: The best overloaded match for method '
+.ctor (System.CodeDom.CodeExpression, string,
+System.CodeDom.CodeExpression[])' has some invalid arguments
+listbuilder.cs(119) error CS1503: Argument 3: Cannot convert from
+'System.CodeDom.CodeArgumentReferenceExpression' to
+'System.CodeDom.CodeExpression[]'
+listbuilder.cs(119) error CS1501: New invocation: Can not find a
+constructor for this argument list
+listbuilder.cs(132) error CS1501: New invocation: Can not find a
+constructor for this argument list
+Compilation failed: 7 error(s), 0 warnings