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

Update to 3.1.0 breaks Enum based property #207

Open
invinctus opened this issue Jul 22, 2021 · 0 comments
Open

Update to 3.1.0 breaks Enum based property #207

invinctus opened this issue Jul 22, 2021 · 0 comments

Comments

@invinctus
Copy link

I have this property in my ViewModel

[MonitoredItem("ns=27;s=NC.Chan.OperationState,01,ChanState")]
public ChannelState ChannelState { get => state; set => SetProperty(ref state, value); }

The underlying data type is int32 and this works just fine until I updated to 3.1.0 and now it no longer works the ChannelState is always 0

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

1 participant