[Mono-bugs] [Bug 80649][Nor] New - [2.0] BinaryFormatter always (?) emits full assembly name
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jan 28 04:51:40 EST 2007
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=80649
--- shadow/80649 2007-01-28 04:51:40.000000000 -0500
+++ shadow/80649.tmp.29407 2007-01-28 04:51:40.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 80649
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: gert.driesen at pandora.be
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] BinaryFormatter always (?) emits full assembly name
+
+While writing some unit tests to ensure binary serialization compatibility
+with MS, I noticed that on the 2.0 profile MS emits the full assembly name
+(including version, culture and public key token) even if
+BinaryFormatter.AssemblyFormat is FormatterAssemblyStyle.Simple.
+
+I did a little search on this topic and came up with this:
+http://www.tech-
+archive.net/Archive/DotNet/microsoft.public.dotnet.csharp.general/2006-
+07/msg00013.html
+http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?
+FeedbackID=98401
+http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?
+FeedbackID=119402
+
+I'll need to write some tests / repros from this as it's not yet clear if
+this only affects strongnamed assemblies.
More information about the mono-bugs
mailing list