Joshua Marner

Results 28 issues of Joshua Marner

## WIP * Adds a `BindingT` to a property getter and setter. * Also maybe implement property getter and setter helpers for `string -> Binding`, which will not be nearly...

**Is your feature request related to a problem? Please describe.** My build logs are filled with a huge wall of text that is difficult to visually parse when there is...

Feature

Waiting on #523 [View changes without #523](https://github.com/marner2/Elmish.WPF/compare/feature/extract_view_model_helper...marner2:Elmish.WPF:feature/add_static_helper_2) Extracted a helper for the view models and used it in a new `BaseViewModel` and the existing internal `DynamicViewModel`. Since we have not...

Split off from #523 per @TysonMN 's request

Waiting on #524 [Compare without #524](https://github.com/marner2/Elmish.WPF/compare/feature/refactor_dynamic_view_model...marner2:Elmish.WPF:feature/extract_view_model_helper) This should be a behavior-preserving transform that extracts some behavior from `DynamicViewModel` into a `ViewModelHelper` which can then be shared with a future `ViewModelBase`...

Ready to merge. Conflicts with #506 because of the moved `createBinding` function. Box the output type T of `BindingData` separately from `boxMinorTypes` methods (and `Binding.fs` helpers). Currently, all functions in...

Makes WpfProgram more flexible from the top level (very similar to `SubModel`)

This happens when trying to use the `JsonFormatter` for types with any `optional` fields. Simple proto file: ```proto message TestMessage { optional string TestField = 1; } ``` Simple test:...

This applies only to the protoc CLI. With some code generator toolchains (such as dotnet nuget), local tools get installed in a way that requires a call to a framework...

Move primary focus to .NET 8 instead of .NET 6. Remove netcoreapp3.1 target.