You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: