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
2015-01-16[bcl] Fix the serialization of string arrays to IEnumerable<string> in the Js...Zoltan Varga
2015-01-16[System.ServiceModel.Web] Update failing testMarek Safar
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
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-10-09Fix oops in DataContractJsonSerializer fixAlexis Christoforides
2014-10-08[bcl] Implement KnownTypes for DataContractJsonSerializer. Fixes #23058 and p...Alexis Christoforides
2014-10-08[tests] Add tests for Bug #23058 and polymorphism/known types in DataContract...Alexis Christoforides
2014-09-25Merge pull request #1309 from esdrubal/jsonMarek Safar
2014-09-25Improved Json deserialization of floating-point numbers.Marcos Henrich
2014-09-25Test Json deserialization of a floating-point number as object.Marcos Henrich
2014-09-25Rss20ItemFormatter.ReadFrom now sets Id when guid is PermaLink.Marcos Henrich
2014-09-25Test Rss20ItemFormatter.ReadFrom Guid. Covers 23262.Marcos Henrich
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-07-07Fix several issues in System.JsonSteffen Kieß
2014-06-18[System.ServiceModel] Changed test port from 8080 to 30158Alexander Köplinger
2014-05-27[System.ServiceModel.Web] Fix issue with types explicitly implementing IDicti...Sebastien Pouliot
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-16Merge pull request #993 from ancailliau/fix-datacontract-json-serializationMiguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-16[Fix] DataContractJsonSerializer fails serializing/deserializing collectionsAntoine Cailliau
2014-03-18[System.ServiceModel.Web] Fix JsonQueryStringConverter.ConvertValueToString t...Sebastien Pouliot
2014-03-04[System.ServiceModel.Web] Fix regression when converting strings using some (...Sebastien Pouliot
2014-02-06fix bug #16744 - null values on nullable value types were not handled in dese...Atsushi Eno
2014-01-16profiles: define xammac (Xamarin.Mac) profileAaron Bockover
2014-01-14The mobile profile can support IBindingRuntimePreferences on WebHttpBinding. ...Sebastien Pouliot
2014-01-14There's no need for those special NET_2_1 cases (not using NameValueCollectio...Sebastien Pouliot
2014-01-14There's no need for those special NET_2_1 cases (excluding System.Char) anymo...Sebastien Pouliot
2014-01-14[test] Disable a test for XI (only) as it does not support dynamic proxy code...Sebastien Pouliot
2014-01-10fix bug #11335.Atsushi Eno
2013-10-03Support deserializing relative Uris. Fixes #15169.Jonathan Pryor
2013-09-10Add System.ServiceModel.Activation assembly. Fixes #14544Marek Safar
2013-08-21revert default serialization: ignore non-public members. Also need to exclude...Atsushi Eno
2013-08-05Fix bug #13485: retrieve private fields and properties in serialization.Atsushi Eno
2013-07-31Class libraries: introduce mobile_static profile, for MonoTouch-like static b...Miguel de Icaza
2013-07-24Allow running System.ServiceModel.Web unit tests on the MOBILE profiles (usin...Sebastien Pouliot
2013-07-23Atom10FeedFormatter should generate subtitle tag for Description propertyLinquize
2013-07-02Update csproj filesMarek Safar
2013-03-22[System.ServiceModel.Web]: Fix 'make dist'.Martin Baulig
2013-03-16Revert "Fixes make dist"Martin Baulig
2013-03-14Fixes make distMarek Safar
2013-03-14Add type-forwarders for existing assemblies.Martin Baulig
2013-03-13DataContractSerializer changes for .NET 4.5.Martin Baulig
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-12Remove broken profile filesMarek Safar
2013-02-12Since NET_2_1 implies NET_4_* now, take this into account and simplify our if...Rodrigo Kumpera
2013-02-11Kill the MOONLIGHT define in System.ServiceModel.Web.Rodrigo Kumpera