78 Commits (3d8b836d934d0d66dfd2806e312ffcab6f13f6dc)

Author SHA1 Message Date
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 2df80213d3 Enable nullable annotations for Volo.Abp.AspNetCore.Mvc.Client 3 years ago
liangshiwei 9d01385e36 Annotate Volo.Abp.Caching for nullability 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
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 4 years ago
Halil İbrahim Kalkan 4feaeb47f3 Add option to configure entity cache and change the expiration duration and type. 4 years ago
Halil İbrahim Kalkan f9892c00b4 Resolved #13322: DistributedCache<TCacheItem> should be an adapter instead of inheriting from DistributedCache<TCacheItem, string> 4 years ago
maliming 2875cae136
Update some package to `MicrosoftPackageVersion`. 4 years ago
Halil İbrahim Kalkan 54e1bb7586 Update DistributedCache.cs 4 years ago
liangshiwei 2d322af5c9 Update packages to latest 4 years ago
Ahmet Çotur 9f5eba64fd remove all .DotSettings files from projects 5 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
liangshiwei 5dfe8519d0 Update cache document 6 years ago
liangshiwei 68983ec4e9 Add unit tests 6 years ago
liangshiwei eb4321880f Add RemoveMany method 6 years ago
liangshiwei e6b44e7330 Add more "Many" methods to the ICacheSupportsMultipleItems 6 years ago
maliming 8544f954a7 Discard the task result in Timer_Elapsed. 6 years ago
maliming 7e903faa57 Introduce Directory.Build.props. 6 years ago
maliming 112247406f Introduce SemaphoreSlimExtensions. 6 years ago
maliming c5e6fa8b0c ConfigureAwait for SemaphoreSlim's LockAsync method. 6 years ago
maliming fb16b00652 Upgrade to net 5 final. 6 years ago
Halil İbrahim Kalkan 2c45d9d54c Resolved #5917: Remove IHybridServiceScopeFactory usages 6 years ago
maliming ab7ab2dcb3 Update package to net 5 RC 2. 6 years ago
maliming 6e4035b004 Upgrade ms packages to 3.1.8. 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
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
maliming a391e7a528 Refactor. 6 years ago
maliming f8a251afb9 Storage cache in the unit of work. 6 years ago
Halil İbrahim Kalkan 8d3a145b7b Resolved #4482 Add SetMany and GetMany to the IDistributedCache 6 years ago
maliming f0ed618736 Upgrade framework packages. 6 years ago
Halil İbrahim Kalkan e849921f7e Resolved #3328: Allow to subscribe to exceptions handled by the abp framework 7 years ago
maliming bb4688b786 Upgrade Microsoft.* package to 3.12. 7 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 7 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 7 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 7 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Halil İbrahim Kalkan cd50b57357 Resolved #2181: Introduce IDistributedCacheKeyNormalizer. 7 years ago
maliming ed62b77efd Remove unnecessary cacheOption. 7 years ago
Galip Tolga Erdem 412bfd5a98 Complex object key calculation reverted. Overriding ToString method of complex object to be used as key as suggested. 7 years ago
Halil İbrahim Kalkan 705407ba9f Merge AbpCacheOptions and AbpDistributedCacheOptions. Resolved #1901 7 years ago
Yunus Emre Kalkan 81a01ee8d2 DistributedCacheOptions to AbpDistributedCacheOptions 7 years ago
Yunus Emre Kalkan 4a69a6038f file rename 7 years ago
Yunus Emre Kalkan e19dc65af5 CacheOptions to AbpCacheOptions 7 years ago
gterdem 14ea3f2f09 Implemented inheritance for DistributedCache<TCacheItem> and interface. Fixed issue with complex object ToString resulting same object name as CacheKey. 7 years ago
Galip Tolga Erdem a9ffe66032 closes #1900 7 years ago