[MonoTouch] Is default linker behavior in MonoDevelop/MonoTouch 1.2 now --nolink?

Miguel de Icaza miguel at novell.com
Wed Oct 28 17:07:02 EDT 2009


Hello,

     The behavior on the 1.2 profile is to default to only link the  
SDK assemblies;   This means that mscorlib, System, System.Xml and so  
on are linked as usual, but none of the user code is linked, to  
prevent the kinds of issues that folks were running into with  
serialization for example.

On Oct 28, 2009, at 2:33 PM, Ed Anuff wrote:

> (also posted in forums)
>
> What are the new Linker Behavior options?  The default appears to now
> be "Don't Link".  Is this the equivelent of the --nolink option and is
> that now the default recommended setting for the linker?  I thought
> that was only the recommendation to avoid certain bugs or is the idea
> to now start with that and then only go to "Link all assemblies" when
> the project appears to be otherwise working?
>
> Ed
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch



More information about the MonoTouch mailing list