[Mono-bugs] [Bug 655096] New: processorArchitecture is not parsed for AssemblyName

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 19 17:57:17 EST 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=655096#c0


           Summary: processorArchitecture is not parsed for AssemblyName
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


using System;
using System.Reflection;

class Program
{
    static void Main (string[] args)
    {
        var an = new AssemblyName ("main, processorArchitecture=MSIL");
        Console.WriteLine (an.ProcessorArchitecture);
    }
}


Output

None

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