Activities of "alper"

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.

Answer

EFCore is required because of these modules: Tenant Management, PermissionManagement, SettingManagement

  • https://github.com/abpframework/abp-samples/blob/master/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/BackendAdminAppGateway.Host.csproj#L36
  • https://github.com/abpframework/abp-samples/blob/master/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/BackendAdminAppGateway.Host.csproj#L40
  • https://github.com/abpframework/abp-samples/blob/master/MicroserviceDemo/gateways/BackendAdminAppGateway.Host/BackendAdminAppGateway.Host.csproj#L45

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.

Showing 1451 to 1460 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11