convertersystems / opc-ua-client

Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
403 stars 119 forks source link

Update to 3.1.0 breaks Enum based property #207

Open invinctus opened 3 years ago

invinctus commented 3 years ago

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