[Mono-bugs] [Bug 75224][Nor] Changed - gacutil installs neutral culture satellite assemblies as specific culture

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jun 11 11:49:50 EDT 2005


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 kornelpal at hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75224

--- shadow/75224	2005-06-11 11:02:59.000000000 -0400
+++ shadow/75224.tmp.12489	2005-06-11 11:49:50.000000000 -0400
@@ -43,6 +43,24 @@
 over using original case culture names?
 
 ------- Additional Comments From bmaurer at users.sf.net  2005-06-11 11:02 -------
 about lower case names: thats a bit more linux-like. Moreover,
 changing it now would probably break apps (not thta anyone actually
 tests these code paths)
+
+------- Additional Comments From kornelpal at hotmail.com  2005-06-11 11:49 -------
+I'm sure that nobody tried installing satellite assemblies to the 
+gac before me because satellite assemblies are usually using neutral 
+cultures and they cannot be used with current gacutil so if we want 
+to change this behaviour now is the correct time because no apps 
+will be broken. But if we change it later it may break apps.
+
+By the way the current gac behaviour (using lower case culture 
+names) is correct, because .NET Framework handles culture names of 
+assemblies case insensitive as well. It stores assemblies in file 
+system using the original case but it's better if Mono uses lower 
+case because it has to support case sensitive file systems as well.
+
+So lower case culture name handling should not be changed.
+
+But the bug (specific culture instead of neutral) is sill open 
+because we have discussed only about other things yet.:)


More information about the mono-bugs mailing list