Azure / aspnet-redis-providers

ASP.NET Redis Providers
Other
269 stars 181 forks source link

Breaking Change: Microsoft.Web.Redis.ISerializer not present in v5.0.0 #194

Closed faraazaamir closed 1 year ago

faraazaamir commented 1 year ago

We are using v4.0.1 and tried to upgrade to v5.0.0. However, since we are using JsonSerialization, we implemented the interface Microsoft.Web.Redis.ISerializer which was available in v4.0.1. However this interface is missing in v5.0.0 which renders it useless for us and are forced to be on v4.0.1.

Is there any other alternative?

stanleysmall-microsoft commented 1 year ago

Closing as a duplicate of issue #185