Search code examples
nservicebus.net-core-rc2

NServiceBus support .NetCore or not?


I read some article about NServiceBus and i want use it, but i dont know it fully supported the .NetCore or not, i googled about it (and found some information like This), but it could not help me much, any one can help me?


Solution

  • UPDATE: Starting from NServiceBus 7.0.1 they introduce support on .NET Standard 2.0 and thus can run on .NET Core 2.1+.

    Building endpoints with .NET Core 3.1 explains how to configure it on .NET Core 3.1 and generic host.

    Original answer:

    NServiceBus package has no dependency on any NetStandard so it means it cannot run on Core CLR. You can use it in .NET Core projects only if you target Full .NET Framework, not .NET Core.