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
These objects are from legacy libs that are shared and are less likely to change, in our code we use JsonSerializerSettings to handle this issue....
Not suggesting to pass JsonSerializerSettings down to the SerializeObject, but to bubble up exceptions, I was able to read the stack in my debug console, but the MemcachedClient would not throw and the error is not formally captured in a catch.
Can we enable error handling in a config property when initializing the MemcachedClient, this can be some property in MemcachedClientOptions? Or did I miss something?
Thanks for taking some time in reading this.
The text was updated successfully, but these errors were encountered:
Hi guys,
I'm facing an issue when trying to save specific objects, some of them generate a "Self referencing loop detected for property..." down in the DefaultTranscoder
https://github.com/cnblogs/EnyimMemcachedCore/blob/master/Enyim.Caching/Memcached/Transcoders/DefaultTranscoder.cs#L267
These objects are from legacy libs that are shared and are less likely to change, in our code we use JsonSerializerSettings to handle this issue....
Not suggesting to pass JsonSerializerSettings down to the SerializeObject, but to bubble up exceptions, I was able to read the stack in my debug console, but the MemcachedClient would not throw and the error is not formally captured in a catch.
Can we enable error handling in a config property when initializing the MemcachedClient, this can be some property in MemcachedClientOptions? Or did I miss something?
Thanks for taking some time in reading this.
The text was updated successfully, but these errors were encountered: