hi
End your VS studio. and run dotnet build /graphbuild to build your project. then open it in VS Studio again.
ok. I just open it in vscode and run it
dotnet run
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.