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=75246 --- shadow/75246 2005-06-13 13:49:24.000000000 -0400 +++ shadow/75246.tmp.23296 2005-06-13 15:06:22.000000000 -0400 @@ -55,6 +55,27 @@ with Category "NotWorking" for now). ------- Additional Comments From [EMAIL PROTECTED] 2005-06-13 02:41 ------- Created an attachment (id=15313) source code for repro + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-13 15:06 ------- +Hello Gert, + +you may want to try the attached patch (which will get into SVN after +the 1.1.8 release). The "main" problem (KeyPair) is fixed but... + +(a) I had to choose between returning null (your test case) and +returning "new byte [0]" (current behavior) for GetPublicKey. There's +a unit test that shows (under both 1.x and 2.0) the 0-length array. +I've tagged this case as "NotWorking" as your's (null) simpler. Maybe +someday someone will find out when/why [0] is returned... + +(b) the AssemblyName still returns an extra "culture=neutral". There +is already a bug about that. + +(c) unit tests #8 and #16 (abName.CultureInfo != +CultureInfo.InvariantCulture) aren't related to #75246 nor to public +keys. Same for some NET_2_0 tests. So I copied the +AssemblyName_PublicKey test to a new AssemblyName_MoreCultureInfo to +split the tests. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
