[Mono-bugs] [Bug 63081][Nor] New - Mono's XSD does not support third party CodeDom provider using /language option

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 14 Aug 2004 05:58:06 -0400 (EDT)


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 gert.driesen@pandora.be.

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

--- shadow/63081	2004-08-14 05:58:06.000000000 -0400
+++ shadow/63081.tmp.19186	2004-08-14 05:58:06.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 63081
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono's XSD does not support third party CodeDom provider using /language option
+
+Apparently Mono's xsd tools does not support specifying third party 
+CodeDomProvider to be specified using the /language commandline option.
+
+Instead, a /g[enerator] option was added. In my opinion, our commmandline 
+interface should at least be compatible with that of the MS.NET xsd tool, 
+which defined that the /language option is :
+
+The language to use for the generated code.  Choose 
+from 'CS', 'VB', 'JS', 'VJS' or provide a fully-qualified name for a 
+class implementing System.CodeDom.Compiler.CodeDomProvider.  The default 
+is 'CS' (CSharp). Short form is '/l:'.