[Mono-bugs] [Bug 388883] New: Behavioural incompatibility with .NET's C# compiler

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 9 12:50:10 EDT 2008


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


           Summary: Behavioural incompatibility with .NET's C# compiler
           Product: Mono: Compilers
           Version: 1.9.0
          Platform: x86
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: omelnyk at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


There are two source code files: a.cs and b.cs. Main() is located in b.cs.
Files are compiled into a single assembly as: "compiler a.cs b.cs". .NET
compiler will name the assembly "b.exe", while Mono compiler will name it
"a.exe".

I am not sure if this level of compatibility is desired (especially, as there's
an "/o" flag), but I find .NET's compiler behavior more "correct".


-- 
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