elmish / Elmish.WPF

Static WPF views for elmish programs
Other
421 stars 68 forks source link

"TwoWayT" and "OneWaySeqT" binding not showing (Version 4.0.0-beta-54) #605

Open YkTru opened 1 month ago

YkTru commented 1 month ago
  <ItemGroup>
    <PackageReference Include="Elmish.WPF" Version="4.0.0-beta-54" />
    <PackageReference Include="Serilog" Version="3.1.1" />
    <PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
    <PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
    <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
  </ItemGroup>

x

2024-05-30_153328

Thank you

YkTru commented 1 month ago

@marner2 am I doing something wrong? thanks

marner2 commented 1 month ago

@YkTru Nope you're not doing anything wrong. I think the issue is just that I failed to push a beta with that change. I'll try to get that soon.

Meanwhile if you need to make it work with beta-54, use OneWayT for the getter and OneWayToSourceT for the setter on the two-way property and it will work. For the oneWaySeq just use the non-T version for now.

marner2 commented 1 month ago

@YkTru You should be able to install 4.0.0-beta-55 and it should have these new bindings.