Replies: 1 comment 1 reply
-
Which version of ReactiveUI are you using? A repo showing the issue would help so that I can see which ReactiveUI and third party components you are trying to use. I would need to locate this old version of Visual Studio to trace the cause, different versions have of ReactiveUI have different levels of Visual Studio support based upon the various components you use. If your using the latest releases of ReactiveUI I would recommend that you use Visual Studio 2022. Otherwise you may need to find a version with compatible components for Visual Studio 2017, for example V8.0.0, or something in this version range. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I use vs2017 and ReactiveUI to develop a WinForm app (binding model property to a UI ctronl), Debug outputs:
Is this normal? if I comment the relevant code(model derived from ReactiveObject initializing and binding), nothing happened to output. Why?
Beta Was this translation helpful? Give feedback.
All reactions