marcoCasamento / Hangfire.Redis.StackExchange

HangFire Redis storage based on original (and now unsupported) Hangfire.Redis but using lovely StackExchange.Redis client
Other
452 stars 108 forks source link

Mono support #60

Closed VoidMonk closed 4 years ago

VoidMonk commented 7 years ago

Hi, how do I go about using this lib on Mono, considering that the upstream StackExchange.Redis lib doesn't support a universal assembly for Mono (https://github.com/StackExchange/StackExchange.Redis/pull/314)?

I suppose if I reference this package via nuget, then it won't work when deployed to run on Mono/Linux, because the lib is a non-Mono build. How can I easily reference & deploy a platform specific package, so that it can seamlessly work on Windows and Linux?

pieceofsummer commented 6 years ago

The most reliable (and supported) way to work both on Windows and Linux is to switch to .NET Core :)

martynfrank commented 6 years ago

This is now a nuget package to achieve this - https://www.nuget.org/packages/Hangfire.Redis.StackExchange.Mono/1.7.1

marcoCasamento commented 6 years ago

Great! Thanks!

Da: Martyn Frank Inviato: mercoledì 6 dicembre 2017 15:00 A: marcoCasamento/Hangfire.Redis.StackExchange Cc: Subscribed Oggetto: Re: [marcoCasamento/Hangfire.Redis.StackExchange] Mono support (#60)

This is now a nuget package to achieve this - https://www.nuget.org/packages/Hangfire.Redis.StackExchange.Mono/1.7.1 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.