50 Commits (NullAbpDistributedLock-patch)

Author SHA1 Message Date
maliming a0260ffbb8
Optimize ObjectToInferredTypesConverter and add tests 7 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 7 months ago
maliming bb1a7df7ca
Fix unit test. 12 months ago
maliming 5d1c9851e1
Set `PropertyNamingPolicy` to `null` to keep original property name and dictionary key. 12 months ago
maliming 5e3fff446e
Add DateTimeOffset conversion method to IClock and only normalizing DateTime in MVC. 1 year ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
maliming 72f3ff5105 Avoid caching `IServiceProvider ` service. 2 years ago
maliming 6c9e70990b
Pass `JsonSerializerOptions` when serializing the `enum`. 2 years ago
maliming 3f805ac2e9
Trying to parse `datetime` using `CurrentUICulture`. 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
maliming 182a1ade03
Add `InputAndOutputDateTimeFormat_Tests`. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming 2146d84b8f
Add `AbpStringToGuidConverter` and `AbpNullableStringToGuidConverter`. 3 years ago
maliming 796cd1b0e5
Add `AbpIncludeNonPublicPropertiesModifiers` when `AddEntityCache`. 3 years ago
maliming 3be5b3c3af
Update `AbpIncludeExtraPropertiesModifiers`. 3 years ago
maliming 291c07155d Add `AbpIgnorePropertiesModifiers`. 4 years ago
maliming 46d8b417ac
Add `InputDateTimeFormats` and `OutputDateTimeFormat` to `AbpJsonOptions`. 4 years ago
maliming ff2ecc004f Remove `HybridJson`. 4 years ago
maliming 1e9c0871a3
Introduce `IncludeNonPublicPropertiesModifiers`. 4 years ago
maliming e7e9756cf2
Upgrade to NET 7.0. 4 years ago
maliming ea56f65501
Support `enum` as dictionary keys. 4 years ago
maliming 9f595cec96
Remove empty lines. 4 years ago
maliming dfe75c2a1d
Add `JsonInclude` to `ExtensibleObject ` & Remove `AbpHasExtraPropertiesJsonConverter`. 4 years ago
maliming 220893ccff
Update AbpStringToBoolean_Tests.cs 4 years ago
maliming 6d2d2643f3
Add some unit tests. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
maliming ef9d20533a Change TargetFramework to net6.0. 5 years ago
maliming f59abe5aa0 Use non-static to store excluded types. 5 years ago
maliming a99c2aaa94 Supports nested ExtensibleObject classes. 5 years ago
Halil İbrahim Kalkan 1780bba764 Fixes #7701: System.Text.Json can't deserialize properties of EtoBase class. 5 years ago
maliming 7e903faa57 Introduce Directory.Build.props. 5 years ago
maliming 71bfe2af8d Use CultureInfo.CurrentUICulture of DateTime JSON converter. 5 years ago
maliming 0768f34776 Add more datetime unit tests. 5 years ago
maliming 6404c02764 Fix unit test. 5 years ago
maliming 243bfd6fc0 Handling the case where JSON is null or empty. 5 years ago
maliming f69ccfa364 Add AbpExtraPropertyDictionaryJsonConverter. 5 years ago
maliming 4b4c1fa6a8 Add unit test for nullable bool & enum. 5 years ago
maliming 9a3874b9ed Add AbpStringToEnumFactory and some unit test. 5 years ago
maliming 2ab31f491f Rename AbpSystemTextJsonSupportTypeMatcher to AbpSystemTextJsonUnsupportedTypeMatcher. 5 years ago
maliming 5650f6461d Add AbpHybridJsonSerializer_Tests. 5 years ago
maliming 74affe2a74 Refactor & add more unit tests. 5 years ago
maliming dee8f22055 Enhanced SystemTextJsonSupportTypeMatcher. 5 years ago
maliming bffccb8f66 Refactor. 5 years ago
maliming 8c28ee1dd2 Add AbpHybridJsonSerializer, AbpHybridJsonInputFormatter, AbpHybridJsonOutputFormatter. 5 years ago