Closed SeptMorning closed 3 months ago
If you are able to put a simple repo together to demonstrate the issue you are experiencing, this will help us to help you resolve the issue.
If your creating a new project you could also try using ReactiveUI.SourceGenerators https://www.reactiveui.net/docs/handbook/view-models/boilerplate-code.html
If your creating a new project you could also try using ReactiveUI.SourceGenerators https://www.reactiveui.net/docs/handbook/view-models/boilerplate-code.html
thank you, this solution is better.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Describe the bug 🐞
I have a class named SyncAssistVM : ReactiveObject. situation:
[Reactive] public bool PauseBtnEnable { get; set; } = false;,
it does not notify ui when the value changed; so far I've only seen this with bool.Step to reproduce
it works on value changed.
Reproduction repository
https://github.com/reactiveui/ReactiveUI
Expected behavior
[Reactive] should work with bool just like it works with string property changed
Screenshots 🖼️
IDE
No response
Operating system
Windows, Mac OS
Version
windows 11, 10, macos 14.5
Device
laptop
ReactiveUI Version
19.5.41
Additional information ℹ️
No response