hi
Because our developers are working in a no-internet environment so we can not use the abp cli
ABP CLI generate-proxy command doesn't need the internet.
hi
If you have two DbContext in the unit test, the code is no problem
new SurveyDbContext(surveyDbOptions).GetService<IRelationalDatabaseCreator>().CreateTables();
new ShoutMigrationsDbContext(shoutMigrationsDbOptions).GetService<IRelationalDatabaseCreator>().CreateTables();
https://github.com/abpframework/abp/blob/dev/modules/openiddict/test/Volo.Abp.OpenIddict.EntityFrameworkCore.Tests/Volo/Abp/OpenIddict/EntityFrameworkCore/OpenIddictEntityFrameworkCoreTestModule.cs#L38-L56
ok, I will check it asap.
hi
What is your project name?
Is it BookStore-Blazor-EfCore.7z
hi
You should use a static proxy in your module.
The database name is constant.
services\documents-management\src\DocumentsManagement.HttpApi.Client>abp generate-proxy -t csharp -url http://localhost:44308/ -m DocumentsManagement --without-contracts
Please check my changes. https://github.com/quocduong/TSD-POC-Microservice/commit/4fe28736db2143304a2231500682f2cda98da037
hi
Can you share a project(https://wetransfer.com/) to reproduce?
liming.ma@volosoft.com
Thanks
hi
The bot will close the question. But you can open it anytime if you have the same problem.