Re: [nhusers] Re: Iesi.Collections 4.0.1 available

2013-03-18 Thread empe...@gmail.com
Well portable class libraries are kind of evolution of Silverlight libraries. They all references mscorlib 2.0.5.0. The main use of this is that, If a dll is a PCL, it works for Silverlight , Windows phone , and Metro applications as well as regular .net ones. I know NHibernate itself doesn't

Re: [nhusers] Re: Iesi.Collections 4.0.1 available

2013-03-18 Thread empe...@gmail.com
My findings are , the code is mostly compatible , I selected .NET 4.0 and higher windows phone 8 and SL 5. The only problem is Serializable attribute is not supported. Instead DataContract attributes maybe a better way to go. On Monday, March 18, 2013 8:41:10 AM UTC+2, emp...@gmail.com wrote:

Re: [nhusers] Re: Iesi.Collections 4.0.1 available

2013-03-17 Thread Oskar Berggren
I haven't worked with the PCL. If you could summarize what needs to be done and submit any required changes as a pull request, it would be really helpful. /Oskar 2013/3/17 ReverseBlade empe...@gmail.com: Is it possible to have a Iesi.Collections with Portable Class Library compatibility ?

[nhusers] Re: Iesi.Collections 4.0.1 available

2013-03-16 Thread ReverseBlade
Is it possible to have a Iesi.Collections with Portable Class Library compatibility ? On Sunday, February 10, 2013 11:53:01 AM UTC+2, Oskar Berggren wrote: Hi, Iesi.Collections 4.0.1 is now available on NuGet and Sourceforge. It is a minor update with a single change: ** Bug *