João Bragança
João Bragança
The entire run, and a separate message for each run. The current pull request integration is inadequate.
I think the issue is this is still a `netcoreapp3.1` project. Merging #283 should fix it.
Hi, any chance of someone taking a look at this? Our CI tests against mssql are taking 6-7 minutes and I believe I can cut that in half if I...
See EventStore/EventStore#2085
Can you be more specific? I'll admit it's been forever since I did anything with `System.Transactions`, but from what I remember, since we do not use `TransactionScopeOption.Suppress` you are free...
In fact, that work is already underway in the v2 branch. However I was not yet aware of `System.Threading.Channels`. I will take a look at this in the next couple...
@roetlich can you rebase your PR please?
Sorry for the late reply. Is this something that fails occasionally?
Part of the problem is that I can't re-run the checks associated with the PR. I guess it's because you are not a committer? I'll take a closer look at...
I would use a value object in your code to wrap this value. These are magic numbers and probably do not belong on any public api. On Sat, Nov 2,...