dell, can you post the patch or provide link to mono bugzilla?

Ricardo has created an issue on mono bugzilla and the mono guys have
an interesting response....

----
This repro (and then likely NHibernate) makes nasty use of .NET
exploit that
inconsistently allows "dictionary serialization" which is explicitly
prohibited.

It is proved when the sample repro is modified to hold
"Dictionary<string,string>" instead of "IDictionary<string,string>",
then .NET
raises InvalidOperationException.

Our serialization engine is designed to explicitly to exclude such
dictionary
serialization.

We may have to fix some ICollection-based serialization, but such use
won't be
popular (->MINOR), and it is absolutely not for this kind of
IDictionary<,>
use.
----

https://bugzilla.novell.com/show_bug.cgi?id=519442

On Jul 7, 12:00 pm, deil <an...@tinuviel.ru> wrote:
> Hello again,
>
> I have managed to patch Mono and get NH trunk up & running!
> Now I will try to create a reproducable test and send it to Mono team.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to