StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.86k stars 1.5k forks source link

StackExchnage.Redis latest stable version is not working with Microsoft.Bcl.AyncInterfaces's latest version. #2585

Open durga-pasupuleti opened 9 months ago

durga-pasupuleti commented 9 months ago

Currently, we have a dependency for the Stackexchnage Redis, and working fine with the deprecated version of MicroSoft.Bcl.AsyncInterfaces 5.0.0(deprecated version). This deprecated version is not able to be found when we upgrade CSVHelper to latest version. So we are in a situation where we should upgrade the BCL interfaces as it is deprecated.

The error with the latest upgrade of bcl interfaces is at run time. StackEchange Redis complained at runtime that there is no version 1.0.0.0 of BCL interfaces found to do some tasks and fail.

Any help would be appreciated.

NickCraver commented 8 months ago

Do you have an exact error? This sounds like bad binding redirects (e.g. you're missing a redirect)

I wrote up how those work and why here a while back if it helps: https://nickcraver.com/blog/2020/02/11/binding-redirects/