Commit Graph
1804 Commits
Author SHA1 Message Date
James Newton-King 7cc65dab82 Deserializing immutable set and dictionary create hash impls (#2159) 2019-09-13 08:54:57 +12:00
James Newton-King a213bac448 Fix deserialize via ctor with some existing collection types (#2151) 2019-09-08 20:46:20 +12:00
James Newton-King c5f2103470 Improve documention to mention non-JSON strings for string values 2019-09-01 16:21:36 +12:00
James Newton-King 2ec997d3a7 Fix JToken nullable support 2019-08-22 14:09:18 +12:00
James Newton-King d75074f30c Fix allocating empty arrays and more nullable warnings 2019-08-19 17:38:08 +12:00
James Newton-King 6471010c56 Update version to 12.0.3 2019-08-19 15:02:53 +12:00
James Newton-King e82421145b Add test with escaped JSON Path (#2138) 2019-08-19 13:35:19 +12:00
James Newton-King 5eac02a797 Run unit tests on .NET Core 3.0 and fix Enumerable.Empty (#2137) 2019-08-19 12:57:09 +12:00
James Newton-King 083aa6df83 Clean up 2019-08-18 19:09:49 +12:00
Julian Verdurmen 7f113ff49a Improve performance of calling ICustomTypeDescriptor.GetProperties 2019-08-18 19:09:49 +12:00
James Newton-King 9f405a45ad Fix typo in documentation (#2135) 2019-08-18 18:39:19 +12:00
James Newton-King 84b5c15eab Clean up merge changes 2019-08-18 18:07:53 +12:00
iRumba da0f0d8dd1 Fixed merging with self bug. 2019-08-18 18:07:53 +12:00
谭九鼎 07c34f24cb Use https (#2124) 2019-08-10 09:03:58 +12:00
Mickaël Derriey ee50400235 Update crefs (#2087) 2019-08-10 09:02:43 +12:00
James Newton-King 7b8c3b0ed0 Move dependency version numbers to shared file (#2109) 2019-07-29 10:48:56 +12:00
James Newton-King cdf10151d5 Update Newtonsoft.Json project to use nullable reference types (#1950) 2019-07-29 09:13:42 +12:00
James Newton-King f940f21804 Remove explicit assembly from version.json 2019-07-02 10:13:39 +12:00
James Newton-King a7471ae0b9 Fix loading extra assemblies by only filtering for ByRef types on default members 2019-05-17 13:13:30 +12:00
James Newton-King 197a00ce77 Fix build 2019-05-09 15:15:41 +12:00
James Newton-King a2b6778ef9 Fix build 2019-05-09 15:13:06 +12:00
James Newton-King 54b69ee84e Fix build 2019-05-09 15:09:20 +12:00
James Newton-King 5a673535c8 Support configuring assembly version in version.json 2019-05-09 14:50:14 +12:00
James Newton-King 4ab34b0461 Update version to 12.0.2 2019-04-22 12:52:43 +12:00
James Newton-King cc2ef36f55 Setup Rosyln code analyzers (#2052) 2019-04-22 09:47:37 +12:00
James Newton-King 5ff53a9229 Update version to 12.0.2-beta3 2019-04-21 17:35:52 +12:00
James Newton-King cb4f468b91 Update version to 12.0.2-beta2 2019-04-21 16:42:47 +12:00
James Newton-King 5416cd4d1a Move debug symbols to symbol package (#2051) 2019-04-21 15:52:27 +12:00
James Newton-King b34a3ccca7 Add MissingMemberHandling to JsonObjectAttribute (#2050) 2019-04-21 14:40:36 +12:00
James Newton-King a088299eee Support command line build in VS2019 (#2048) 2019-04-20 16:24:09 +12:00
James Newton-King f80a8184c8 Update SDK version (#2031) 2019-03-31 14:07:33 +13:00
James Newton-King 8d00ab3684 Make JTokenReader constructor with initial path public (#2030) 2019-03-30 23:23:02 +13:00
James Newton-King 9977965ec3 Update version to 12.0.2-beta1 (#2029) 2019-03-30 20:23:09 +13:00
James Newton-King af963131ba Add JsonContract.InternalConverter (#2028) 2019-03-30 19:31:01 +13:00
James Newton-King 064cfafa91 Add JsonProperty.IsRequiredSpecified (#2027) 2019-03-30 18:04:21 +13:00
James Newton-King 34ff1a6728 Add test for DuplicatePropertyNameHandling.Replace (#2026) 2019-03-30 17:41:29 +13:00
Marta Krzyk 24ddbaf95b Change constraint on DuplicatePropertyNameHandling (#2016) 2019-03-30 17:10:57 +13:00
James Newton-King 793c9a0a3d Clean up 2019-03-30 17:01:39 +13:00
Lucas Loegel 05d721e36f Fix #1984 2019-03-30 17:01:39 +13:00
xp44mm 5712e024b2 Simplify lambda to expression (#2009) 2019-03-30 16:39:15 +13:00
xp44mm 7cfeeac14a Update ReflectionUtils.cs#RemoveAssemblyDetails (#2006) 2019-03-30 14:37:29 +13:00
Damir Ainullin eb372aaf56 Replaced ContainsKey and getting by value with TryGetValue method (#2013) 2019-03-30 14:35:58 +13:00
xp44mm 279a041eeb Update ReflectionObject.cs#Create (#2007) 2019-03-10 19:37:26 -07:00
Damir Ainullin 762ff836bd Fix unit test in according to the name (#1996) 2019-03-10 14:55:51 -07:00
Mantas Audickas d75d54381e Fix memory leak when (de)serializing objects with enums (#1991) (#1992) 2019-03-10 14:37:53 -07:00
Damir Ainullin 57a3a65464 Remove duplication of memberName calculation (#1995) 2019-03-10 14:18:25 -07:00
Marcin Kasperski b371ab1b0e Fix xmldoc typo on JsonConvert.ToString(decimal) (#1964) 2019-02-24 18:52:18 +13:00
Lucas Loegel fdb87bf132 Publish test results when the tests fail (#1994) 2019-02-24 18:33:22 +13:00
James Newton-King 509643a895 Update version to 12.0.1 2018-11-28 06:53:07 +13:00
James Newton-King 82e76365f8 Add backwards compatible EnumUtils.TryToString call 2018-11-27 22:59:02 +13:00