José Ricardo Prado de Almeida
José Ricardo Prado de Almeida
I probably should open a PR for this but I can't pass some Interop tests locally and I can't figure out why. I did some changes to the Binding class....
I don't think the `Invoke` method does anything other than bubble it up and the current code doesn't seem to handle it either, so it would bubble up as well....
~~Yeah, sure! Will do as soon as possible.~~ @elachlan PR opened. Still have to write tests, though.
@merriemcgaw I created an API Proposal following the template and have linked both this issue and the PR as well. Thank you all for the support, I am excited to...
@KlausLoeffelmann I do have a scenario for it but using current library version. I'll try to create a version of it using the proposed fix I have. Here's the link...
Frankly speaking, I would like to have a default constructor for `Binding`, because I think 9 parameters is a lot. Not only that, `ControlBindingsCollection` has a `Add` method for each...
So I believe using the toolkit already covers the DataSource scenario, since the properties and events are created with the names the designer expects. The only thing missing is telling...
@elachlan as far as I know, there's no async databinding on the APIs. What could happen is a asynchronous operation triggers a binding update, which would run synchronously in relation...
@elachlan I can't, for the life of me, have a successful test run, even on a unmodified branch. I am beggining to think there's something wrong with my setup or...
@elachlan added two tests which I have executed successfully in my machine.