Commit Graph

1823 Commits

Author SHA1 Message Date
James Newton-King
c298f3d6a2 Fix typo in SerializeTypeNameHandling sample (#2428) 2020-11-20 16:47:03 +13:00
James Newton-King
a222c8b69c Update to net50 and fix warnings (#2424) 2020-11-20 16:35:24 +13:00
Anton Vasiliev
666d976071 Fix wrong define is used in StringUtils.ToLower() (#2304) 2020-03-26 09:35:34 +13:00
Joakim Hansson
a31156e90a Update NullValueHandlingIgnore.aml (#2226) 2019-12-23 09:58:02 +13:00
James Newton-King
936acbf622 Update version to 13.0.1-beta and remove portable builds (#2228) 2019-11-30 17:29:13 +13:00
everfor
9be95e0f6a Do not treat ignored field as missing member when deserializing from overriden json constructor (#2224) 2019-11-30 11:16:00 +13:00
James Newton-King
7c3d7f8da7 Update version to 12.0.3 2019-11-09 13:48:42 +13:00
James Newton-King
0688f3f206 Embiggen package icon 2019-10-06 16:14:47 +13:00
James Newton-King
cb09e67abe Update package to use embedded PackageIcon 2019-10-06 15:57:48 +13:00
James Newton-King
e27710ffaa Update version to 12.0.3-beta2 2019-10-06 14:33:36 +13:00
James Newton-King
23be46f665 Fix using StringEnumConverter with naming strategy and specifie… (#2186) 2019-10-05 20:50:12 +13:00
TylerBrinkley
ff6f51b667 Added KebabCaseNamingStrategy 2019-10-05 19:49:18 +13:00
James Newton-King
baa1e21612 Fix deserializing incomplete JSON object to JObject (#2181) 2019-09-30 16:34:39 +13:00
James Newton-King
541eab2fbd Fix JSONPath scanning with nested indexer (#2180) 2019-09-30 14:26:52 +13:00
James Newton-King
c89d6addf1 Update dependencies from .NET Core 3.0 (#2179) 2019-09-30 12:46:29 +13:00
James Newton-King
3219c47f74 Fix hang when deserializing JTokenReader with preceding comment (#2178) 2019-09-30 11:45:19 +13:00
Julian Verdurmen
0be9e5281a Docs: JPath -> JSONPath (#2175) 2019-09-30 11:40:33 +13:00
James Newton-King
8e4261a350 Fix deserializing into constructors with more than 256 paramete… (#2177) 2019-09-29 22:42:22 +13:00
James Newton-King
6b9f467e81 Update compiler package and fix nullable warnings (#2163) 2019-09-15 21:24:24 +12:00
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