linq2dynamodb
linq2dynamodb copied to clipboard
For Redis support, use StackExchange.Redis.StrongName package
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.