You can see the DeleteAsync
method in base class.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/Domain/Repositories/EntityFrameworkCore/EfCoreRepository.cs#L186 https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/Domain/Repositories/EntityFrameworkCore/EfCoreRepository.cs#L439
but that didn't work out.
Can you explains why it doesn't work?
hi
You can try to add it in HttpApi.Host.
hi
You can add a special column for IdenttiyUser, change it after logging in, and check it in the logged-in request.
You're welcome.
The only way to make it work, it is to add the reference of Blogging.Application.Contracts.Shared to my domain project, which will make the architecture not clean again...
Hi
Maybe you can reference of Blogging.Application.Contracts.Shared
to DbMigrator
. then move your IDataSeedContributor
to DbMigrator
project.
hi
https://github.com/IdentityServer/IdentityServer4/issues/4535 https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-5.0
hi
I think this limitation has nothing to do with CORS, it is a browser limitation.
Did you changed the TenantKey
?
services.Configure<AbpAspNetCoreMultiTenancyOptions>(options =>
{
options.TenantKey = "__tenantId";
});
hi BassaSolutions
Can you share a simple project? liming.ma@volosoft.com