Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For Redis support, use StackExchange.Redis.StrongName package #58

Open
howcheng opened this issue Jul 11, 2018 · 0 comments
Open

For Redis support, use StackExchange.Redis.StrongName package #58

howcheng opened this issue Jul 11, 2018 · 0 comments

Comments

@howcheng
Copy link

In order to store complex data in Redis, we have to use StackExchange.Redis.Extensions, which has a dependency on StackExchange.Redis.StrongName. This happens to be the exact same code as the StackExchange.Redis assembly, but it's strongly named instead.

The StrongName package was introduced as a dependency to StackExchange.Redis.Extensions.Core.3.0.0, which is compatible with .NETStandard 2.0. Happily for me, I'm not developing against that, so I'm unaffected, but I'm sure it's going to be a problem others at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant