SignalR.RabbitMq icon indicating copy to clipboard operation
SignalR.RabbitMq copied to clipboard

Migrate To Dotnet Core

Open ritasker opened this issue 8 years ago • 2 comments

Hi,

I am just wondering if you have a plan to migrate to dotnet core. I have a dnc project that uses signalr, and I need to introduce a backplane so I can scale out the application. I am already using rabbitmq so this package seems a good choice.

ritasker avatar Feb 27 '17 16:02 ritasker

Hey Richard,

I don't have any plans to migrate to dotnet core [1] but would gladly take a contribution ;-)

What sort of effort would it take to make the transition? I would assume very little as to be honest there isn't much code in this repo with about 50% of the logic in the RMQ plugin.

[1] I essentially do next to 0% .net development at the moment and would struggle to fit it in with my current free bandwidth. My free time devoted to this project is essentially looking after the issues, reviewing PRs and doing the releases.

mdevilliers avatar Feb 27 '17 16:02 mdevilliers

Hey Mark,

I don't think there will be a massive transition, the RabbitMQ.Client lib is already on dotnet core, the biggest change I see is moving to the new DI model in ASPNET Core and updating the project files.

ritasker avatar Feb 27 '17 17:02 ritasker