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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79712 --- shadow/79712 2006-10-22 12:06:59.000000000 -0400 +++ shadow/79712.tmp.5603 2006-10-22 12:08:14.000000000 -0400 @@ -2,22 +2,22 @@ Product: Mono: Runtime Version: 1.1 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Assembly culture is ignored when loading assembly using AssemblyName +Summary: [PATCH] Verify assembly culture when loading assembly using AssemblyName Currently, we ignore the culture of an assembly when we load an assembly using an AssemblyName. The repro will load compile an assembly with neutral culture, and subsequently load it (from a console app) with Culture set to nl-BE. @@ -49,6 +49,12 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-10-22 12:06 ------- Created an attachment (id=17900) Enable corresponding unit test + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-22 12:08 ------- +Runtime patch, and patch to enable corresponding unit test have been +attached. + +Let me know if it's ok to commit. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
