67 Commits (d39b2fdb8deb9755ce3152020bf4d794e349f267)

Author SHA1 Message Date
maliming a80bce697d
Get the configured actions in advance. 4 years ago
maliming 9f595cec96
Remove empty lines. 4 years ago
maliming dfe75c2a1d
Add `JsonInclude` to `ExtensibleObject ` & Remove `AbpHasExtraPropertiesJsonConverter`. 4 years ago
maliming 7453381958
Reuse more JsonSerializerOptions instances. 4 years ago
maliming 21174b4261
Reuse JsonSerializerOptions instances. 4 years ago
maliming be79ff9464
Use the extension method of SystemTextJson. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 5 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
maliming e9d2361fa7 Remove NumberHandling setting. 5 years ago
maliming 6bf33de791 JSON Numbers can be read from string. 5 years ago
maliming d49c21c0fc Update SDK to RC 1. 5 years ago
maliming 76317521fb Set NumberHandling of JsonSerializerOptions to JsonNumberHandling.Strict. 5 years ago
maliming ef9d20533a Change TargetFramework to net6.0. 5 years ago
liangshiwei 67807404e9 Minimize character escaping in AbpSystemTextJsonSerializer 5 years ago
maliming 9604e4d55c Remove unnecessary code 5 years ago
maliming f59abe5aa0 Use non-static to store excluded types. 5 years ago
maliming a99c2aaa94 Supports nested ExtensibleObject classes. 5 years ago
maliming 0c5d1a13e1 Upgrade nuget packages of framework and templates.. 5 years ago
maliming fd94b39936 Add CanBeNull attribute. 6 years ago
maliming f39b81a6cc Handle the serialized object as null. 6 years ago
maliming 71bfe2af8d Use CultureInfo.CurrentUICulture of DateTime JSON converter. 6 years ago
maliming 9e05025ad8 Enhance JsonConverter in the Feature module. 6 years ago
maliming 243bfd6fc0 Handling the case where JSON is null or empty. 6 years ago
maliming e623aa33b7 Rename AbpExtraPropertyDictionaryJsonConverter to AbpHasExtraPropertiesJsonConverter. 6 years ago
maliming a1f1adb196 Introduce JsonSerializerOptionsHelper. 6 years ago
maliming f69ccfa364 Add AbpExtraPropertyDictionaryJsonConverter. 6 years ago
maliming 9a3874b9ed Add AbpStringToEnumFactory and some unit test. 6 years ago
maliming fc0bbc47ed Add UseHybridSerializer to AbpJsonOptions. 6 years ago
maliming 31f551295e
Update AbpStringToEnumConverter.cs 6 years ago
maliming 37073c59be Add AbpStringToEnumConverter & AbpStringToBooleanConverter. 6 years ago
maliming 3c70e366fb Use IServiceScopeFactory in AbpHybridJsonSerializer. 6 years ago
maliming 739ac37333 Set ReadCommentHandling, AllowTrailingCommas for JsonSerializerOptions 6 years ago
maliming f7cf19f335 Use IServiceScopeFactory in AbpHybridJsonSerializer. 6 years ago
maliming 2ab31f491f Rename AbpSystemTextJsonSupportTypeMatcher to AbpSystemTextJsonUnsupportedTypeMatcher. 6 years ago
maliming 5650f6461d Add AbpHybridJsonSerializer_Tests. 6 years ago
maliming 74affe2a74 Refactor & add more unit tests. 6 years ago
maliming dee8f22055 Enhanced SystemTextJsonSupportTypeMatcher. 6 years ago
maliming e0204e9576 Add AbpJsonIsoDateTimeConverter to AbpNewtonsoftJsonSerializerOptions. 6 years ago
maliming bffccb8f66 Refactor. 6 years ago
maliming 8c28ee1dd2 Add AbpHybridJsonSerializer, AbpHybridJsonInputFormatter, AbpHybridJsonOutputFormatter. 6 years ago
maliming f7ebd426f4 Refactor. 6 years ago
maliming 1e888c241f Refactor. 6 years ago
maliming 0778e380be Rename namespaces. 6 years ago
maliming 7b06cfb5a2 Move to System.Text.Json 6 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
Halil İbrahim Kalkan 51bebf4dfb Resolved #4905: Allow to add converters to the standard JSON serializer 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 6 years ago
Mehmet Tüken efccd9801f bump Newtonsoft.Json 12.0.2 to 12.0.3 6 years ago