[Mono-dev] Support for Portable Class Libraries (PCL)

Marek Safar marek.safar at gmail.com
Sun Jul 3 07:43:49 EDT 2011


Hi,
>
> Would you mind sending a link to the relevant issue on bugzilla so I 
> can track it?
https://bugzilla.novell.com/show_bug.cgi?id=608069

Marek
>
> On Sat, Jul 2, 2011 at 1:32 AM, Marek Safar <marek.safar at gmail.com 
> <mailto:marek.safar at gmail.com>> wrote:
>
>     Hello,
>
>>     Microsoft has recently introduced support for Portable Class
>>     Libraries, allowing the same DLL to be reused for both .Net 4 and
>>     Silverlight 4 without recompiling the source.  There are
>>     restrictions on which APIs are available, and some minor API
>>     changes from their non-portable equivalents to gain consistency
>>     across the platforms.
>>
>>     http://visualstudiogallery.msdn.microsoft.com/b0e0b5e9-e138-410b-ad10-00cb3caf4981
>>
>>     What additional development effort would be required for the Mono
>>     project to deliver equivalent Portable Class Library system
>>     library implementations, to be used as library references when
>>     compiling .Net 4 / Silverlight 4 portable code with gmcs?
>     We don't have Portable .NET profile. The first step would be to
>     create this build profile and probably use linker or hack the
>     compiler to strip all IL code as it's not needed. On top of that
>     runtime support for retargetable assemblies is needed. There is
>     already a bug report about this feature in bugzilla.
>
>     I think that's all what is needed.
>
>     Marek
>
>     _______________________________________________
>     Mono-devel-list mailing list
>     Mono-devel-list at lists.ximian.com
>     <mailto:Mono-devel-list at lists.ximian.com>
>     http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
>
> -- 
> >|< Kaazing Corporation >|<
> John Fallows | CTO | +1.650.960.8148
> 444 Castro St, Suite 1100 | Mountain View, CA 94041, USA
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110703/2ebda35a/attachment.html 


More information about the Mono-devel-list mailing list