49 Commits (2005a57cb8f465c2c772c2d7f96deab00a2ed080)

Author SHA1 Message Date
maliming 028362c672
Add logging for DateTime conversion failures 7 months ago
maliming 84cf25f17b
Refactor DateTime handling to use GetUtcOffset for accurate timezone adjustments in model binding and JSON converters 7 months ago
maliming 275b181fce
Enhance DateTime handling with timezone support in model binding and JSON converters 7 months ago
maliming 1be22edac9
Introduce AddAbpOptions to prevent options deadlocks 8 months ago
maliming df5bdb7129
Refactor ObjectToInferredTypesConverter serialization logic 11 months ago
maliming a0260ffbb8
Optimize ObjectToInferredTypesConverter and add tests 11 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 11 months ago
maliming 6ecbdff129
Revert the changes made to `ObjectToInferredTypesConverter`. 1 year ago
maliming c10f7628c4
Remove `ObjectToInferredTypesConverter` from `SystemTextJsonOutputFormatter`. 1 year ago
maliming 4a7280a115
Client Proxy `IAsyncEnumerable<T>` support. 1 year ago
maliming 5d1c9851e1
Set `PropertyNamingPolicy` to `null` to keep original property name and dictionary key. 1 year ago
maliming 5e3fff446e
Add DateTimeOffset conversion method to IClock and only normalizing DateTime in MVC. 1 year ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming fbbe526a8f Add net8.0` to `TargetFrameworks`. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
maliming 72f3ff5105 Avoid caching `IServiceProvider ` service. 2 years ago
James Thompson eee4f58069 #19528 clean dependencies to leverage framework 2 years ago
maliming 6c9e70990b
Pass `JsonSerializerOptions` when serializing the `enum`. 2 years ago
maliming 3f805ac2e9
Trying to parse `datetime` using `CurrentUICulture`. 3 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei 862897c9cf Updage the Microsoft.* packages to the latest 3 years ago
maliming 546525172e
No longer use `GetConverter` to get converter. 3 years ago
liangshiwei 02199e52d4 Enable nullable annotations for Volo.Abp.Json.SystemTextJson 3 years ago
maliming f033f0a6ce
Create `Volo.Abp.MultiTenancy.Abstractions` package. 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
maliming dcebc141ec
Rename `serviceProvider` to `rootServiceProvider`. 3 years ago
maliming 0a140bfe3e
Avoid cache scoped DI containers in Lazy object. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming 2146d84b8f
Add `AbpStringToGuidConverter` and `AbpNullableStringToGuidConverter`. 4 years ago
maliming 796cd1b0e5
Add `AbpIncludeNonPublicPropertiesModifiers` when `AddEntityCache`. 4 years ago
maliming 3be5b3c3af
Update `AbpIncludeExtraPropertiesModifiers`. 4 years ago
maliming f99398b7c0 Fix unit test. 4 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 e2748ce82a
Use action replace the `IConfigureOptions` classes. 4 years ago
maliming c59d75be61
Fix unit tests. 4 years ago
maliming 1e9c0871a3
Introduce `IncludeNonPublicPropertiesModifiers`. 4 years ago
maliming f77f92aeee
Add `Volo.Abp.AspNetCore.Mvc.NewtonsoftJson` package. 4 years ago
maliming 03ffe81d83
Split JSON into `Newtonsoft` & `SystemTextJson` packages. 4 years ago