If your Entity
has no IMultiTenant
, abp will switch to host(tenant will null
)
If your DbContext
has IgnoreMultiTenancyAttribute
, abp will switch to host(tenant will null
)
I can build your project via dotnet build
command
% dotnet build
Restore complete (0.2s)
Test.Domain.Shared succeeded (0.1s) → ABPSampleTenant/src/Test.Domain.Shared/bin/Debug/net9.0/Test.Domain.Shared.dll
Test.Domain succeeded (0.1s) → ABPSampleTenant/src/Test.Domain/bin/Debug/net9.0/Test.Domain.dll
Test.EntityFrameworkCore succeeded (0.1s) → ABPSampleTenant/src/Test.EntityFrameworkCore/bin/Debug/net9.0/Test.EntityFrameworkCore.dll
Test.AuthServer succeeded (2.6s) → bin/Debug/net9.0/Test.AuthServer.dll
Build succeeded in 3.7s
maliming@malim Test.AuthServer %
hi
Please make your GitHub repos PRIVATE.
hi
You can use this sample to test your Abp.Mailing
configuration
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
Thanks, I will check it asap.
hi
It seems the SaasDbContext
gets the wrong connection strings.
Is it possible to share the project code?
liming.ma@volosoft.com
Thanks.
Good news. I will also share a community article to explain this. https://github.com/abpframework/abp/issues/22919
Thanks.
hi
MAUI Blazor hybrid app : works fine locally / when deployed on the android-apple stores, doesn't work.
If you refresh the maui page. Does it works?
We recently added a MauiCurrentApplicationConfigurationCacheResetService
. Can you try to add it to your Maui project and override the MauiBlazorCachedApplicationConfigurationClient
?
https://github.com/abpframework/abp/pull/22866/files
Thanks.