'Integrate Volo.Abp.EventBus.Azure

When I tried integrate package Volo.Abp.EventBus.Azure, it broke project. Because they have same extension methods which conflict.

Does anyone have this problem ?

In build, if I don`t remove usings

using Abp.Extensions; using Abp.IO.Extensions;

it happened.

If I run start. It throw

'This type is not an ABP module: Volo.Abp.EventBus.Azure.AbpEventBusAzureModule, Volo.Abp.EventBus.Azure, Version=5.1.3.0, Culture=neutral, PublicKeyToken=null'



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source