Dominique Schuppli
Dominique Schuppli
TL;DR: This bug could be fixed by calling `_syncContent` in response to `input` (instead of `keyup`) events. > My working theory is that this is because the `Text._keyUp` event for...
This PR is probably out of date, given that it was opened almost 17 months ago, and there are two new versions of the C# language. Is there still any...
@zvirja, thanks for the ping, I'll take a look and report what I find.
We've fixed the root cause for this problem in DynamicProxy. Thank you all for bringing this to our attention!
@tancnle, yes, this should still be relevant, even now that there are newer language versions. Those add a few more new contextual keywords (e.g. `file`, `init`, `required`, `scoped`), but like...
You are right that a `using` statement is roughly equivalent to a `try`…`finally` with a call to `Dispose` in the `finally` block, and it's this `Dispose` method that throws `SequenceException`....
It suspect that solving this problem properly would mean that the `using` syntax to set up a sequence context would have to be given up. One possible alternative would be...
Yes, I was thinking the same, there would probably be a name that fits better than `Create`. `Verify` sounds quite sensible to me. OTOH, it would be nice if the...
Did some quick prototyping [over there](https://github.com/stakx/Moq.Sequences/tree/new-syntax-without-using), but not yet completely satisfied with the result due to the additional line noise from the lambdas. The `using` syntax sure looks prettier. I...
@darthwalsh, there's no concrete plan to actually do this (plenty of other work at the moment :-), but I agree that noone would want to browse raw Docbook XML. The...