marcoCasamento / Hangfire.Redis.StackExchange

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

StackExchange.Redis.StrongName ? #46

Open SalvoDiFede opened 7 years ago

SalvoDiFede commented 7 years ago

Hi Marco, Any way to make double version with strongname dependency? Thanks

Ciao Marco Pensi di fare una doppia versione e/o di cambiare la dipendenza per chi usa la lib in strongname? Grazie

marcoCasamento commented 7 years ago

I think it's more a thing of the past https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/strong-name-signing.md , however some situations where signing is needed, definitely exists. Honestly I prefer to concentrate on making the library even more stable and be ready to support hf2 and it's promised asynchronous support.

If however you or anyone else is willing to submit a PR for that, it's a nice addition I can also take care of the building/publishing part

SalvoDiFede commented 7 years ago

Ok, thank'u!

ryanelian commented 7 years ago

I seconded the need for this.

The reason I need this is because https://www.nuget.org/packages/Microsoft.Extensions.Caching.Redis/ depends on StackExchange.Redis.StrongName instead of StackExchange.Redis.

Due to that reason, it is impossible to use HangFire.Redis.StackExchange if you need to use Redis in your ASP.NET Core MVC as a cache service / session store!

frankyjquintero commented 2 years ago

@ryanelian @SalvoDiFede

https://www.nuget.org/packages/Microsoft.Extensions.Caching.StackExchangeRedis/