[Mono-dev] WCF in Moonlight

Atsushi Eno atsushi at ximian.com
Tue Aug 19 21:13:42 EDT 2008


Miguel de Icaza wrote:
> Hello,
> 
>> On 8/19/08, Miguel de Icaza <miguel at novell.com> wrote:
>>> Lets move the assemblies into mcs.
>> Ok. That will require to move the folders:
>>
>> * System.Runtime.Serialization
>> * System.IdentityModel
>> * System.IdentityModel.Selectors
>> * System.ServiceModel
>> * System.ServiceModel.Web
>>
>> from olive to mcs.
>>
>> Right now, for the desktop case, they're built and installed in the
>> 3.0 profile of olive, and installed in $(prefix)/mono/lib/3.0, people
>> have to use -pkg:olive to reference them. Do we want to preserve that
>> when being built in mcs, or should we simply build and install them in
>> the 2.0 profile?
> 
> Mhm, good question.   I guess it should go into the 2.0 directory, to be
> a default reference, and we should also add some new .pc files -pkg:wcf
> and -pkg:cardspace

Do we really want such individual packages, especially even if
we come up with WPF and WF (WF assemblies actually exists) ?
Since they are not supported assemblies, we could rather live without
them, or something like pkg:dotnet-preview would be better (just to
replace olive, minus UIA stuff).

At least -pkg:wcf and -pkg:cardspace sounds identical.

Atsushi Eno


More information about the Mono-devel-list mailing list