Joshua Marner
Joshua Marner
@TysonMN for a minimal example of how this error can be induced, see [commit 2d31bad](https://github.com/elmish/Elmish.WPF/pull/496/commits/2d31bad64d94350ec1eb819c6d7cf35d714e1cdd)
> Quoting https://github.com/elmish/Elmish.WPF/pull/470#issuecomment-1160492351 > > > However, it's possible that we could reintroduce those changes just with `id` instead of `box`. > > > > I think I prefer that....
@TysonMN those squashes should now be accurate.
@TysonMN moved the other comment to the right place. Do you have anything else for this PR?
@TysonMN I put #498 before this one now, since I was rebasing a lot. That one now needs to be merged in first
For the record, I have a solution to this documented in #494. It involves replacing the type lists into an F# ViewModel type, implemented through a helper. This solution therefore...
What about directly subclassing `Binding` in WPF to take a Property accessor and a message type for setting directly in XAML? This would skip any kind of bindings directly, and...
Can we convince the Protobuf people to support arguments to the plugin binary specification? I know they push back hard against things that would require all plugins to implement, but...
Have you tried looking into Assembly Binding Redirection? Here is a relevant SO question that seems to summarize it fairly well: https://stackoverflow.com/questions/43365736/assembly-binding-redirect-how-and-why
@TysonMN can you view the diffs one commit at a time? A lot of these changes don't make much sense on their own.