Stephen Cleary

Results 149 comments of Stephen Cleary

I do plan to add some docs. It's completely different than UniTask, both in the problem to solve and the solution technique.

If it's running on a different machine, then you can't use localhost to connect to it. You'll need to replace localhost with the machine name or ip address On Fri,...

This would work if we added hashes to the LPN-FO tree, along with point-updates on change. This has the disadvantage of potentially doubling folio updates (every data page update now...

Similarly, we may need a Unit of Work within the write transactions, where multiple changes must be made atomically in order to pass referential integrity (or other constraints).

There aren't any new PCL profiles in VS2017. I'll re-run the PCL analysis on my machine when I get a chance and then update the header. PCLs are essentially being...

I have a different desired usage: I want to use the hosted services injected in the host to define which commands are available. In the bigger context, this is for...

That's interesting. I'm thinking about edge cases here: - If A starts awaiting with a CT and then B starts awaiting without a CT, then B can observe a cancelled...

And are you thinking "cancel if all" or "cancel if any"?

This sounds like a NuGet or .NET SDK failure. Can you post a repro?