[Mono-bugs] [Bug 79712][Nor] Changed - [PATCH] Verify assembly culture when loading assembly using AssemblyName
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Oct 22 12:08:14 EDT 2006
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 at pandora.be.
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: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
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 gert.driesen at pandora.be 2006-10-22 12:06 -------
Created an attachment (id=17900)
Enable corresponding unit test
+
+------- Additional Comments From gert.driesen at pandora.be 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.
More information about the mono-bugs
mailing list