[Mono-bugs] [Bug 411105] New: CSharpCodeProvider constructor should take IDictionary<>, not Dictionary<>

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 21 18:51:37 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=411105


           Summary: CSharpCodeProvider constructor should take
                    IDictionary<>, not Dictionary<>
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: amirshim at yahoo.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Other


This causes problems when compiling on Windows and running on Mono.  The byte
code is expecting a constructor that takes an IDictionary<string,string>, but
the Mono code takes a Dictionary<string,string>.

Should be very simple to fix in "CSharpCodeProvider.cs" in SVN.

References:
http://msdn.microsoft.com/en-us/library/bb537926.aspx
http://www.go-mono.com/docs/index.aspx?tlink=13@ecma%3a1282%23CSharpCodeProvider%2fC%2f1


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list