Ruben Bartelink

Results 353 comments of Ruben Bartelink

The more info you can provide about your overall ask, the better people will be able to provide you with guidance; your question is extremely high level. In general, the...

So tempted to concoct a feature request right this instant :D Except it would be more in the spirit of the project to suggest removing one... Thanks for the amazing...

Please close this, and note the responses on https://github.com/serilog/serilog/issues/1892 This issues provides no relevant information as to how to reproduce a **bug**.

[TheoryData is a good general base for stuff like this, rather than having such specific helpers](https://github.com/xunit/xunit/issues/2836). Recent releases if V2 have a constructor that takes an `IEnumerable`, which woks well...

More context? There have been PRs for KR and JP https://github.com/search?q=repo%3Ajorgef%2Fengineeringladders+translate&type=pullrequests But Jorge indicated that he feels its best for them to be independently hosted/maintained. Unfortunately it is not clear...

Superseded by https://github.com/Azure/azure-cosmos-dotnet-v3/issues/4222 https://github.com/jet/equinox/pull/443 Will circle back and see if it actually becomes possible to stop trusting the cert entirely The fact this PR did not work suggests there's still...

Stating the obvious.... This requires the state (aka aggregate instance) to be thread-safe to cover for when two callers take it from the cache for an overlapping period. I'd say...

> I planned to use the ASP.NET Core caching extensions and avoid thinking about concurrency. If you look in the Equinox impl, it uses `System.MemoryCache` - the advantage is that...

> and I don't know if it involves serialisation. It does not rely on serialization - it holds onto the actual object in your single process(only) the impl internally relies...