168 Commits (7749fd1e0a09f952f129103262f950b33a0c8e84)

Author SHA1 Message Date
maliming a29e91df93 Make GuidGenerator in EfCoreRepository public. 6 years ago
maliming fb16b00652 Upgrade to net 5 final. 6 years ago
Halil İbrahim Kalkan b65884bc22 Update ExtraPropertiesValueConverter.cs 6 years ago
Halil İbrahim Kalkan c198dd8f9e Change Dictionary<string, object> to ExtraPropertyDictionary for IHasExtraProperties 6 years ago
maliming 8c28ee1dd2 Add AbpHybridJsonSerializer, AbpHybridJsonInputFormatter, AbpHybridJsonOutputFormatter. 6 years ago
maliming f9a682cf94 Change override async to async override. 6 years ago
maliming 0778e380be Rename namespaces. 6 years ago
maliming 7b06cfb5a2 Move to System.Text.Json 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 4852fda1b7 Update TargetFramework. 6 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming b1c1e26141
Update EfCoreRepositoryExtensions.cs 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
PMExtra 5151be6bdd Improve EFCoreRepositoryExtensions. 6 years ago
maliming 356dcb6648 Handle nullable type. 6 years ago
maliming 21759b39f2 Handle GUID type before Change Type. 6 years ago
maliming 4ab0a18f82 Add multiple constructors. 6 years ago
maliming 2a5ab068e7 Make the method that use propertyBuildAction obsolete. 6 years ago
Halil İbrahim Kalkan a90ee7e1a0 Fix ambigious overload problem for MapEfCore. 6 years ago
maliming 9abd58dae1 Revert sample code of template project. 6 years ago
maliming 9b9c66034a Add EntityTypeAndPropertyBuildAction to the ObjectExtensionPropertyInfoEfCoreMappingOptions. 6 years ago
maliming 40ceea0356 Allow to set the value of ExtraProperties to null. 6 years ago
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6. 6 years ago
maliming ad5bec023b Use TypeHelper.IsPrimitiveExtended. 6 years ago
maliming de5f469ed0 Small refactoring. 6 years ago
maliming 6697958e79 Convert entity property to entry property type. 6 years ago
Sergey Komisarchik 76f6471103 Fix NRE on EntityHistoryHelper.ShouldSavePropertyHistory 6 years ago
maliming 7529f9e388 Use EntityTypeBuilder & PropertyBuilder in the MapEfCoreProperty method. 6 years ago
maliming 8bb0067111 Added SaveChangesOnDbContextAsync method to the IEfCoreDbContext. 6 years ago
maliming 51f765c84c
Update framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/Domain/Repositories/EntityFrameworkCore/EfCoreRepository.cs 6 years ago
maliming 4c1d2f8957 Make EfCoreRepository implement IAsyncEnumerable<TEntity> 6 years ago
maliming 4af6d60a59 Insert_Should_Set_Guid_Id unit test. 6 years ago
maliming 58f0204e7b Try to set GUID Id in the InsertAsync method of the EF Core repository. 6 years ago
liangshiwei 05f5816dcf Added GetPagedListAsync methods to the repository 6 years ago
liangshiwei 3afc265b46 Ignore classes that are not entities 6 years ago
Ismail Yilmaz 391e443a6d Disable property auditing for base auditing properties 6 years ago
maliming 69aa9b2f03 Set ConcurrencyStamp property max length to constant (40) 6 years ago
Alper Ebicoglu 9569c705eb Add Oracle.EntityFrameworkCore condition on db provider determination 6 years ago
maliming f0ed618736 Upgrade framework packages. 6 years ago
maliming bc76058811 Milliseconds to seconds. 6 years ago
maliming 1ce6f8cdcf Change UOW Timeout property type to int?. 6 years ago
Halil İbrahim Kalkan c7cac9b20b Remove old, unused sync API for the UOW. 6 years ago
maliming 66b4cd2b72 Complete methods of IAsyncQueryableExecuter. 6 years ago
Halil İbrahim Kalkan eca7781dc1 Revised IAsyncQueryableExecuter and implemented chain of responsibility to support multiple providers in a single application. 6 years ago
Halil İbrahim Kalkan f09138530c Fix Devart.Data.Oracle.Entity.EFCore naming 6 years ago
Halil İbrahim Kalkan 6d7b49df4d Try to automatically set the database provider. 6 years ago
Halil İbrahim Kalkan c027f49f3e Move UseXXX extension methods to db provider packages 6 years ago
Halil İbrahim Kalkan 23752a9bdb Added IsUsing methods. 6 years ago
Halil İbrahim Kalkan feb3de4a90 Created extension methods to set the database provider on the ModelBuilder. 6 years ago