61 Commits (4e01cb1ddb140a0f6918034e5fbaebb51169e9ca)

Author SHA1 Message Date
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
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei 4b8ae1c061 Enable nullable annotations for Volo.Abp.MemoryDb 3 years ago
maliming 2c7879d2c7
Add `virtual` keyword to `Repositories&AppServices&Controllers`. 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 3 years ago
maliming e99032daf2
Make `ReplaceDbContext` supports multi-tenancy. 3 years ago
maliming dc0e4adbd4 Introduce DeleteDirectAsync method for IRepository. 3 years ago
gdlcf88 336ddf5178 Introduce `IHasEntityVersion` audit property 4 years ago
liangshiwei f9e903b43b Improve 4 years ago
maliming e0b7e7bd10
Remove the setter from the auditing interfaces. 4 years ago
maliming 9446c80474
Add `OrderByIf` extension method. 4 years ago
Ahmet Çotur 9f5eba64fd remove all .DotSettings files from projects 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
Halil İbrahim Kalkan 616258197e Added outbox parameter and dbcontext abstraction 5 years ago
Halil İbrahim Kalkan 92f09650ea Fix mongo and memory db implementations for event publishing. 5 years ago
Halil İbrahim Kalkan 258cf783f7 Events should be published and handled in the right order. 5 years ago
Halil İbrahim Kalkan 39ac36e6af Public entity events always in the same unit of work while the uow is being completed. 5 years ago
Halil İbrahim Kalkan d519600a2c Resolved #9262: Allow to replace a dbcontext by a given type 5 years ago
liangshiwei f0677707b6 Improved 5 years ago
liangshiwei 3d784bf89e Add GetListAsync with predicate to IReadOnlyBasicRepository 5 years ago
Halil İbrahim Kalkan 819a4488ba Implemented #7737 for MongoDB: Should return the same instance in th same UOW for replaced DbContexts. 5 years ago
maliming 467ed0627d Minor changes 5 years ago
Oliver Cooper 6c0ee78d14 Update Repository DeleteAsync and DeleteManyAsync methods 5 years ago
Halil İbrahim Kalkan 16fdc527cc Fixed #5215: When tiered templates, tenants of independent databases cannot login (AngularUI). 5 years ago
maliming 2e76df3de7 Use LazyServiceProvider in MongoDbRepository & MemoryDbRepository 5 years ago
Halil İbrahim Kalkan db6d5b50aa Make multi-tenancy connection string resolving async. 5 years ago
Halil İbrahim Kalkan d479e70e40 Implement async transaction methods. 5 years ago
Halil İbrahim Kalkan cfecb1f8d9 Implemented creating dbcontext in async way. 5 years ago
enisn f37229857c Refactor of Bulk Operations Implementating 5 years ago
enisn 4e083ad2d4 Refactor of Bulk Operations Implementat'on 5 years ago
enisn dc3e4a7a44 Draft provider specified implementation of Bulk Operations 5 years ago
maliming f9a682cf94 Change override async to async override. 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
liangshiwei 05f5816dcf Added GetPagedListAsync methods to the repository 6 years ago
Ismail Yilmaz 363fc9c865 Soft Delete & Common Test Done 6 years ago
Halil İbrahim Kalkan f2be037bfc Resolved #3148: Add IRepository.GetAsync and IRepository.FindAsync methods those get predicate. 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
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 6 years ago
Halil İbrahim Kalkan 676a5c61ac Removed sync interception and sync repository methods. 6 years ago
Yunus Emre Kalkan 88b030b561 MemoryDbContextRegistrationOptions to AbpMemoryDbContextRegistrationOptions 7 years ago
Yunus Emre Kalkan 8146c20a57 CommonDbContextRegistrationOptions to AbpCommonDbContextRegistrationOptions 7 years ago