hi
Can you share your app DbContext
class?
This is the feature in EF Core, which has nothing to do with front-end UI(Blazor-WASM)
I want to add more properties to the ICurrentUser at login time and use for every service. How can I do it?
Can you create a new question?
Thanks.
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