Re: [Mono-dev] After an initial investigation of porting WCF to mono, this is what I've found so far

2014-12-23 Thread Atsushi Eno
Note that WCF assemblies would depend on System.Xml internals because MS System.Xml.dll has [InternalsVisibeTo (System.ServiceModel, ...)] etc. So without finishing System.Xml porting, WCF-only port would not work as expected. Though the porting does not have to be perfect until we land

[Mono-dev] After an initial investigation of porting WCF to mono, this is what I've found so far

2014-12-16 Thread Bernie Schoch
References to XAML configuration #if XAML out References to COM #if COM out There are references to Transaction processing in Microsoft namespace is this something we need to support or #if it out? There is a ton of stuff missing from System.IdentityModel: This is where the majority of the

Re: [Mono-dev] After an initial investigation of porting WCF to mono, this is what I've found so far

2014-12-16 Thread Miguel de Icaza
My quick take, as I am about to bird a plane: - ifdef out transactions - SR missing stuff is pretty common, we have been stubbing these out, check the recent commits to mono/mcs/class/System to get an idea - use reference source for the landing spot. On Tuesday, December 16, 2014, Bernie Schoch