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
An issue came up when upgrading Cache Tower around the DbCachedEntry and the property of type object. The problem seems to be that when potentially creating an update model, it registers the type with the driver and skips any registration through MongoFramework.
Simply by calling BsonSerializer.LookupSerializer(typeof(object)) can cause this behaviour. I can't change that but maybe I can do something even earlier to register the driver abstraction rules.
An issue came up when upgrading Cache Tower around the
DbCachedEntry
and the property of type object. The problem seems to be that when potentially creating an update model, it registers the type with the driver and skips any registration through MongoFramework.Simply by calling
BsonSerializer.LookupSerializer(typeof(object))
can cause this behaviour. I can't change that but maybe I can do something even earlier to register the driver abstraction rules.Details when the issue was discovered in Cache Tower: TurnerSoftware/CacheTower#231 (comment)
The text was updated successfully, but these errors were encountered: