320 Commits (51ca07033c8dbb5ef8c1abb54315c0b4b4242cda)

Author SHA1 Message Date
Halil İbrahim Kalkan f815aba4b8 Add GetDbConnectionAsync and GetDbTransactionAsync methods to EF Core base repository class 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming b2a3d30ca2
Make `EntityHistoryHelper` compatible `ValueObject`. 3 years ago
maliming 820072550f
Set `AutoTransactionBehavior ` to `Never` when always disabling transactions. 3 years ago
maliming 691b28eadb
Add `MongoDBConnectionStringChecker`. 3 years ago
maliming 47a46d122f
Add `IAbpConnectionStringChecker`. 3 years ago
maliming 36c4d7d1fc
Use `LastOrDefault` instead of `FirstOrDefault`. 3 years ago
maliming e99032daf2
Make `ReplaceDbContext` supports multi-tenancy. 3 years ago
maliming fd8a3b6b73
Add `DbContextTypeProvider`. 3 years ago
maliming 19e4589c76
Use EF Core 7.0 bulk update/delete operations. 4 years ago
Halil İbrahim Kalkan 4a680cd548 Move inbox/outbox classes to the right namespace 4 years ago
Halil İbrahim Kalkan d97adc9f94 Fix namespace of AbpEventBusBoxesOptions 4 years ago
maliming dc0e4adbd4 Introduce DeleteDirectAsync method for IRepository. 4 years ago
gdlcf88 336ddf5178 Introduce `IHasEntityVersion` audit property 4 years ago
maliming 1c4caa2a33
Update AbpDbContext.cs 4 years ago
maliming 58847bf35e
Ignore properties with `NotMappedAttribute`. 4 years ago
maliming e7e9756cf2
Upgrade to NET 7.0. 4 years ago
liangshiwei f9e903b43b Improve 4 years ago
maliming e0b7e7bd10
Remove the setter from the auditing interfaces. 4 years ago
liangshiwei 2d322af5c9 Update packages to latest 4 years ago
maliming 9446c80474
Add `OrderByIf` extension method. 4 years ago
maliming e0bf7d8f16
Update AbpDesignTimeDbContextBase.cs 4 years ago
maliming 0891d82d48
Add `AbpDesignTimeDbContextBase`. 4 years ago
maliming c8eb8416f5
Remove `EnableLegacyTimestampBehavior`. 4 years ago
maliming a04fae7316
Move `EnableLegacyTimestampBehavior` to `AbpDbContext`. 4 years ago
liangshiwei 1d42954313 Batch publish events from outbox to the event bus 4 years ago
maliming 9f595cec96
Remove empty lines. 5 years ago
maliming 7453381958
Reuse more JsonSerializerOptions instances. 5 years ago
maliming a652a04fd2
Use `catch (Exception e) when`. 5 years ago
maliming 046059f666
Update `TransactionsNotSupportedErrorMessage` 5 years ago
maliming eb87cd3d28
Update AbpDbContext.cs 5 years ago
maliming 96e953a866
`SetDeletionAuditProperties` when the entity deleting. 5 years ago
maliming cc5fa9ed1f
Log errors and not using if the current database does not support transactions 5 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
Halil İbrahim Kalkan 99a45164fd Remove ApplyAbpConcepts usage 5 years ago
liangshiwei 3ee9f57c9d Improve 5 years ago
liangshiwei 28da0b837c Improve 5 years ago
liangshiwei b809ee50e3 Refactor 5 years ago
liangshiwei bc4944c19d Add ISqlAdapter 5 years ago
liangshiwei f0f61884b7 Improve performance 5 years ago
liangshiwei 0cf5d248fd Complete the Outbox & Inbox Patterns feature 5 years ago
maliming 6a3e4e3e5e Introduce `AbpMongoDbDateTimeSerializer`. 5 years ago
liangshiwei 41adcd251d Make IRepository not inherit from IQueryable 5 years ago
maliming e9d2361fa7 Remove NumberHandling setting. 5 years ago
maliming 6bf33de791 JSON Numbers can be read from string. 5 years ago
Halil İbrahim Kalkan cc14ae6559 Define index for the creationtime. 5 years ago
maliming d49c21c0fc Update SDK to RC 1. 5 years ago
Halil İbrahim Kalkan c8d525716d Fix concurrencystamp & tests 5 years ago