hi
Can you share your app source code wihe me?
liming.ma@volosoft.com
hi
You're right. We already change it to module name in 5.0
https://github.com/abpframework/abp/blob/dev/templates/module/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi/Samples/SampleController.cs#L8
hi
I am using the latest version of ABP IO framework with blazor server. An requirement is configure email settings for each tenant I figure out that the functionality was not installed, I have to install a CLI package to make it work.
which package are you installed?
hi
https://docs.abp.io/en/abp/latest/Background-Workers-Quartz#create-a-background-worker
hi
Can you check this?
https://support.abp.io/QA/Questions/1386/Can't-log-in-as-new-tenant#answer-a265843f-df4c-4f23-9128-39fcdeeec049
hi
This feature is planned and has not yet been implemented.
hi
The abp core framework and modules are depending on Blazorise library. So I think you can't remove it at all.
hi
We have not yet implemented chunk upload, you can implement it yourself first.
Hi
You should configure the Include of your EF Core Repository.
https://docs.abp.io/en/abp/4.4/Entity-Framework-Core#eager-loading-load-with-details
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/IdentityEfCoreQueryableExtensions.cs#L8
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityUserRepository.cs#L273
hi
You can run the app by dotnet cli.
backendtwo\src\BackendTwo.HttpApi.Host>dotnet run