Dan Sargeant

Results 6 comments of Dan Sargeant

I'm experimenting with shifting DI containers and the background noise makes it impossible to know what is going on

Hi, is there any progress on a solution to this issue?

Sorry, I did not explain my self very well. I was talking about initializing different proxy objects e.g. ``` public class MyEntity { ... public ISet FooChildren {get; set; }...

This is due to the lookbehind in the following regex: https://github.com/alexcorvi/anchorme.js/blob/19924b5e06afe511dea2c8baf2e105744cf8283d/src/regex.ts#L19 Safari iOS does not support them until v16.4 (released March 2023), according to caniuse: https://caniuse.com/js-regexp-lookbehind

Alternative serializers like Message Pack require you to annotate the properties of your objects to identify which properties to serialize. Which properties of your entities do you need to serialize...

We ended up using the JsonCacheSerializer with StackExchangeRedisCache when moving away from binary serializer. It seemed the only reasonable option. Our configuration is : ``` cfg.AddProperties(new Dictionary { { RedisEnvironment.Serializer,...