Ruben Bartelink

Results 349 comments of Ruben Bartelink

Think that's best covered under a separate issue (and revisiting `Async.DefaultCancellationToken` stuff can be talked about there too...)

Will come back to this in a few days; the problem for me is that there's a lot of context that feeds into a database choice, so having a statement...

The overall log configuration also has a minimum level that's the first level of filtering - the default for that is `Information`, hence the `MinimumLevel.Debug()` making the difference. After that,...

Oh, that's a good catch in that instance - a PR to fix the readme would be much appreciated. I can remember being confused by the default minimum level and...

Closing as stale; feel free to log any info about whether it worked and/or what you did instead for future travellers...

I wonder does moving to FsCheck v3 rc3 make any difference? If you look at recent discussions in the xunit repo (last few days), there is no binary compatibility guarantee...

Fair enough; not doubting the facts, and it's great to have the issue logged and workaround noted. Just saying more than likely someone will need to do the legwork to:...

You're best off asking stuff like this on stackoverflow - anyone that watches this repo watches the `serilog` tag there - and be sure to take the time to format...

TL;DR the Async.AwaitTask semantics are problematic, and adding more operations that implicitly couple to those semantics is therefore something that should not proceed until that's resolved. ---- I arrived at...