Joshua Marner

Results 28 issues of Joshua Marner

**Important notices** - [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [x] I am convinced that my issue is new after having checked both open and closed...

cleanup

Separated this out from #470 to simplify that out.

I separated out the test addition from PR #470. This can be merged separately.

~~Merge after #511 and #475~~(Merged) Need this in Getter and Setter helpers where you need to keep the type around longer, but box/unbox it before storing/retrieving it from the static...

Waiting until after #489 is merged. [Compare after #489](https://github.com/marner2/Elmish.WPF/compare/feature/remove_dispatch_from_update...marner2:Elmish.WPF:feature/make_viewModelArgs_public) Adding a `create` function that can be used outside the project for view model args (`simple` will be used for design...

Ready to merge. Conflicts with #512 because the `createBinding` function that got moved gets modified there. I ran into an issue where the system didn't like having the `Name` field...

This can be merged after #475 is merged (only the last commit is relevant to this PR). [Compare after #475](https://github.com/marner2/Elmish.WPF/compare/feature/change_typed_refs_to_getset...marner2:Elmish.WPF:feature/remove_dispatch_from_update) It was redundant to pass `dispatch` into the `Update` helper...

This can be merged after #470 is merged (only the last commit is relevant to this PR) [Compare after #470](https://github.com/marner2/Elmish.WPF/compare/feature/add_vm_type_information...marner2:Elmish.WPF:feature/change_typed_refs_to_getset) This PR is very similar to #459 in that we...

Waiting on #505 and #504 [Compare without 505](https://github.com/marner2/Elmish.WPF/compare/feature/add_collection_type_bindings...marner2:Elmish.WPF:feature/add_vm_type_information) This Pull Request adds another type parameter to `BindingData` which allows it to carry the actual view model property type statically through...

Here is a summary of the "Static View Models" feature being added to v4. - [x] Split apart BindingData and DynamicViewModel/Binding concepts - [x] #449 - [x] #450 - [x]...