this is not a good case for a domain event. you better create a ContactManager domain service.
public class ContactManager : DomainService, IContactManager
{
BulkInsertAsync();
InsertAsync();
}
yes you can skip this issue.
just run the DbMigrator in Release mode.
Use CTRL + F5
for running.
you can use AddDataProtection
check out https://stackoverflow.com/a/51366568/1767482
Make sure both your Suite and your ABP versions are the same. As I see this looks like you are using the latest version of Suite.
thank you. I've created an issue https://github.com/abpframework/abp/issues/6272 closing this, you can track the GitHub issue.
EFCore is required because of these modules: Tenant Management, PermissionManagement, SettingManagement
good to hear that.
see https://github.com/abpframework/abp/issues/1009#issuecomment-483602466
hi you can send it to @liangshiwei shiwei.liang@volosoft.com
Thanks for your feedback. We are aware of this exception and it'll be fixed in the next release candidate.