Rebus 4 is out!

ByMogens

Rebus 4 is out!

It only took 23 beta versions to get there ๐Ÿ™‚

The cool thing about Rebus 4 is that it targets both .NET 4.5 and .NET Standard 1.3, making it possible to run Rebus endpoints on all server platforms that matter. In fact, I know of people who at this point have been running quite a lot of Rebus on AWS… On Linux! In Docker containers!

Most integration packages have been updated too, and almost all of them are supported on .NET Core as well, so you should go ahead and try it out.

Notable exceptions at this moment are Rebus.Msmq and Rebus.AzureServiceBus

MSMQ is not supported by any .NET Standard version, so it’s quite obvious why the 4.0.0 version of that package still only targets .NET 4.5.

Azure Service Bus is supported on .NET Core now though, but it has been implemented in a completely new version of the driver that has a radically changed API and therefore requires a lot of work to update. Version 4.0.0 of Rebus.AzureServiceBus will therefore target .NET 4.5 only.

You may go Update-Packages Rebus now ๐Ÿ™‚

About the author

Mogens administrator

Author of Rebus

2 Comments so far

ChathuriPosted on8:13 pm - Sep 5, 2018

Hello

Does rebus. Azure service bus now support .net core?

    MogensPosted on10:24 pm - Sep 10, 2018

    Yes it does ๐Ÿ™‚Rebus’ new Azure Service Bus transport uses Microsoft’s new driver that targets .NET Standard 2.0, which means that it’s supported on .NET Core 2.0 and .NET 4.6.1 and forward.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.