Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
YkTru opened this issue May 28, 2024 · 3 comments
Closed

Comments

@YkTru
Copy link

YkTru commented May 28, 2024

  <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

  • I tried 4.0.0-beta-55, but it says "unable to find"
  • and in the first sample when I try to use the untyped TwoWay, addLazy.id become red (why?)

Thank you

@YkTru YkTru changed the title TwoWayT binding not showing (Version 4.0.0-beta-54) "TwoWayT" and "OneWaySeqT" binding not showing (Version 4.0.0-beta-54) May 31, 2024
@YkTru
Copy link
Author

YkTru commented Jun 3, 2024

@marner2 am I doing something wrong? thanks

@marner2
Copy link
Collaborator

marner2 commented Jun 3, 2024

@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
Copy link
Collaborator

marner2 commented Jun 4, 2024

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

@YkTru YkTru closed this as completed Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants