Elmish.WPF icon indicating copy to clipboard operation
Elmish.WPF copied to clipboard

Move `createBinding` to Binding.fs since it isn't used anywhere else

Open marner2 opened this issue 2 years ago • 1 comments

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 mentioned first, since it's common with the coming BindingT.Name. Since they differ at Data and DataT records, it made sense to just mention those first. Also moved to Binding.fs since it wasn't needed in that other file.

marner2 avatar Aug 06 '22 23:08 marner2

Since this conflicts with #512, which was combined into #508, I'm guessing this conflicts with #508 now?

LyndonGingerich avatar Apr 05 '23 13:04 LyndonGingerich