|
|
|
@ -7,6 +7,7 @@ using Volo.Abp.EntityFrameworkCore.Sqlite; |
|
|
|
using Volo.Abp.Identity.EntityFrameworkCore; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore; |
|
|
|
using Volo.Abp.Uow; |
|
|
|
|
|
|
|
namespace Volo.Abp.OpenIddict.EntityFrameworkCore; |
|
|
|
|
|
|
|
@ -30,6 +31,8 @@ public class OpenIddictEntityFrameworkCoreTestModule : AbpModule |
|
|
|
abpDbContextConfigurationContext.DbContextOptions.UseSqlite(sqliteConnection); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
context.Services.AddAlwaysDisableUnitOfWorkTransaction(); |
|
|
|
} |
|
|
|
|
|
|
|
private static SqliteConnection CreateDatabaseAndGetConnection() |
|
|
|
|