[Mono-dev] TypeForwardedFrom

Robert Jordan robertj at gmx.net
Tue Apr 16 13:12:42 UTC 2013


Hi Neale,

On 15.04.2013 21:10, Neale Ferguson wrote:
> Using the patches attached to this email I am now able to serialize on Mono
> and deserialize on Windows using ObservableCollections. The only differences
> I see between the serializations on each platform is as follows:
>
> -    Assembly Name:  Program
> +    Assembly Name:  Program, Version=0.0.0.0, Culture=neutral,

Historically, Mono's serializer always used the simple assembly name.
IIRC, this behavior is user-configurable (within BinaryFormatter), but
we shouldn't change the default, at least not in the context of
the TypeForwardedFrom patches.

Would you please create separate github pull requests for these
2 distinct issues (TypeForwardedFrom and ObjectModel/Collection.cs)
so I can comment on them?

Robert



More information about the Mono-devel-list mailing list