antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

netframework compatibility #50

Closed JanEggers closed 4 years ago

JanEggers commented 4 years ago

Hi there,

I want to use your libraray but I have an existing app in netframework.

Do you have any obligations downgrading to netstandard2.0 so this is possible?

Im willing to try that out / create a pr.

antonyvorontsov commented 4 years ago

I don't think this is a case since netstandard won't be supported in featuring versions. Moreover, this lib uses a net core DI mechanism so I don't see a proper usage of this inside a framework project.

But well. I have already closed an initial PR.

JanEggers commented 4 years ago

FYI @AntonyVorontsov we forked your project and have it working with netframework. but we also had to downgrade some nugets to get it it working. I dont think its worth to port back since its just a steppingstone while migrating to netcore.