Dominique Schuppli
Dominique Schuppli
Those happened in C# language versions 6 through 9. I've mostly tested these additions visually (using `rackup`). Tests (`rake`) all pass. Here's a quick summary with links to official documentation:...
@kzu you asked me in https://github.com/devlooped/avatar/pull/109#discussion_r584783017 to open an issue regarding default interface implementations. I'm taking your word for them not currently being supported by this library. At the IL...
Say you have a `Text` whose DOM element currently contains the text `A`. Now you enter a `B`, but not by pressing the B key, but via the numpad: Alt+066....
This fixes #30.
The homepage URL mentioned next to the GitHub repository description (http://dpwhelan.com/moq.sequences) appears to be broken and should probably be updated or removed. /cc @dwhelan
`IAsyncInvocation` currently offers only a subset of the capabilities available in the original `IInvocation`. Some of those have to be restricted (e.g. the ability to mutate by-ref arguments, or the...