Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-21Implement ServiceEndpoint.EndpointBehaviorspjt33
2017-03-16[System.ServiceModel] Rename method parameters to match .NET contractAlexander Köplinger
2016-08-26[bcl] Fix method parameter names to match .NETAlexander Köplinger
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-11[bcl] Update to match NETStandard 1.6 membersAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-09-23Merge pull request #757 from mlintner/masterMiguel de Icaza
2015-06-18Create xammac_net_4_5 profile for XM 4.5 Unified to remove references to unsh...Chris Hamons
2015-05-15Merge pull request #1656 from alexanderkyte/webservice_27561Alex Rønne Petersen
2015-05-13[System.ServiceModel] Fix timeout defaulting to 0 secondsAlexander Kyte
2015-04-24[WCF] exclude extra schema by referencesource XsdDataContractExporter.Atsushi Eno
2015-04-24Fix mobile build (breakage caused by referencesource switch).Atsushi Eno
2015-02-20[WCF] do not use XmlReader.Name to check LocalName.Atsushi Eno
2015-02-20[WCF] Do not expect XmlElement.FirstChild is non-whitespace here.Atsushi Eno
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-09-16[WCF]: Update to my last fix for bug #22129.Martin Baulig
2013-09-20undid some unecessary formattingMark Lintner
2013-09-20This adds a unit test and a more robust method for determining the servicecon...Mark Lintner
2013-09-15These changes fix 14335. When in getcontractinternal various things can confu...Mark Lintner
2013-09-02[WCF]: Add stubs for some missing .NET 4.0/4.5 APIs.Martin Baulig
2013-07-31Class libraries: introduce mobile_static profile, for MonoTouch-like static b...Miguel de Icaza
2013-02-11Kill the MOONLIGHT define in System.ServiceModel.Rodrigo Kumpera
2013-01-21Merge branch 'master' into bauligMartin Baulig
2012-12-06[WCF]: Implement and improve missing WsdlExporter pieces.Martin Baulig
2012-12-03[WCF]: Support embedded <wsp:Policy> elements.Martin Baulig
2012-11-27[WCF]: Implement missing WsdlImporter pieces.Martin Baulig
2012-10-10[WCF,Serialization] Improve and fully implement support for collection types.Martin Baulig
2012-10-01[WCF]: Fix WSDL import of methods with complex return types.Martin Baulig
2012-09-18[#6187][WCF]: Fix contract interface inheritance.Martin Baulig
2012-08-10ServiceHost.Open should throw InvalidOperationException if service contract h...Enrico Sada
2012-07-18Fix binding for MexHttpsAndrey Grishin
2012-06-01Fix build by removing duplicate custom attribute extensionsMarek Safar
2012-02-04System.ServiceModel: Make FaultContractInfos available (and therefore deseria...Rolf Bjarne Kvinge
2011-08-24ReturnValue in MessageDescription was missing when there was MessageContract.Atsushi Eno
2011-08-02part of fix bug #41. MessageParameterAttribute is considered for return value.Atsushi Eno
2011-07-28Fix wsdl import wrt element qname (!= type name).Atsushi Eno
2011-06-14Flush some ongoing changes for XmlSerializer support in svcutil.Atsushi Eno
2011-05-27Fill type info in MessagePartDescription from XmlSerializer-based wsdl importer.Atsushi Eno
2011-05-13Implement XmlSerializerMessageContractImporter, round 2.Atsushi Eno
2011-05-13Implement WsdlContractConversionContext, and ignore message importer for now.Atsushi Eno
2011-05-11Revert previous XmlSerializerMessageContractImporter implementation.Atsushi Eno
2011-05-10Fix common issue in MetadataSet - call MoveToContent() while iterating nodes.Atsushi Eno
2011-05-10Add new MetadataSetTest and fix couple of minor issues.Atsushi Eno
2011-05-09ongoing XmlSerializerMessageContractImporter work.Atsushi Eno
2011-04-14[System.ServiceModel] Add some missing properties for IVT compatibilityAlan McGovern
2011-04-14ServiceKnownTypeAttribute.MethodName was used way different to lookup method.Atsushi Eno
2011-04-08Add XmlSerializerFormatAttribute support in mobile profiles.Atsushi Eno
2011-04-07Fix moonlight_raw build in Sys.Xml.Serialization.dll (NIE!)Atsushi Eno
2011-04-07DataContractSerializerOperationBehavior is done too. Fix moonlight_raw build.Atsushi Eno