Ruben Bartelink

Results 349 comments of Ruben Bartelink

The problem is that GH discussions and issues are both low traffic and rely on two things: - people seeing them - people getting enough from them to be able...

In order to assist with bringing this to fruition, it would help if you would take the time to summarise the key aspects that covers in the OP as Brad...

@packwoodm per the above, both those versions internally will be `AssemblyVersion 13.0.0`, which means any message about 'not being able to find' _does not mean_ there is an `AssemblyVersion `mismatch;...

Closing as a) the twin connection workaround was implemented and works for ESDB (Though ideally they'd get around to implementing [`AppendOrResync`](https://github.com/EventStore/EventStore/issues/1652) b) DDB already had reread from master semantics and...

Closing as a lot of this is covered as part of #200 (although it's not written as directly as the above)

(This is likely due to `Tag` being a compiler generated property that DU instances bear. Such artifacts are likely to be decorated with `CompilerGeneratedAttribute` [which might be part of the...

Would recommend asking this on stackoverflow.com instead, and closing this one - include more detail as to your overall objective so people can offer a variety of practical solutions.

I would be surprised if there is - the library is just that: a library that gets used in an infinite number of contexts. The HttpContext and how it's made...

@timstokman have you measured the perf difference using a Channels based impl of the Async Sink? While the current impl definitely blocks a thread (which involves non-trivial resources for stack...

In general, Serilog tries to be extremely conservative in what's made public; as you can imagine, it's hard to put the genie back in the bottle given how many things...