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-06-13[tests] Avoid "Address already in use"Marcin Cieslak
2015-05-16Add tests for #3811Miguel de Icaza
2015-04-24[WCF] similar to Binary writer fixes, do not close Text writer.Atsushi Eno
2015-04-24[WCF] fix JSON deserialization test that didn't match .NET behavior.Atsushi Eno
2015-04-24[WCF] fix syndication extension Add() resolution by appropriate accessibility.Atsushi Eno
2015-04-24[WCF] fixed a couple of DateTime related tests that also failed on .NET IN JST.Atsushi Eno
2015-04-24[WCF] mark JsonReader tests that proves referencesource bugs as [Ignore]d.Atsushi Eno
2015-04-24[WCF] fix another use of XmlBinaryWriter that closes stream and accesses it l...Atsushi Eno
2015-04-24[S.R.Serialization] change all NotDotNet Json reader tests to [Ignore].Atsushi Eno
2015-04-24[S.R.Serialization] add Json reader/writer interpreters.Atsushi Eno
2015-04-24Fix mobile build (breakage caused by referencesource switch).Atsushi Eno
2015-03-25Update failing testMarek Safar
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-09[DataContractJsonSerializer] Allow abstract base classes in lists. Fixes #26998Alexis Christoforides
2015-03-06Merge pull request #1155 from steffen-kiess/json-stringMiguel de Icaza
2015-03-05[System.ServiceModel.Web/WebMessageFormatter] Fix OperationContracts with voi...Miguel de Icaza
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-20[WCF] XmlWriter.WriteAttributeString(string,string) does not accept xml:*.Atsushi Eno
2015-01-31Fix to UriTemplate.Match to properly handle query parameters without a value....Dave Curylo
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-11Fix handling of strings in System.JsonSteffen Kieß
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