C# BarometerBosch missing KnownType Attributes

The BarometerBosch class seems to be missing the KnownType attributes for the sub-types, (including) BarometerBoschFloatDataType.

It gives an exception when streaming (on xamarin):

System.Runtime.Serialization.SerializationException: Type 'MbientLab.MetaWear.Impl.BarometerBosch+BarometerBoschFloatDataType' with data contract name 'BarometerBosch.BarometerBoschFloatDataType:http://schemas.datacontract.org/2004/07/MbientLab.MetaWear.Impl' is not expected.

Looking in the source it seems it is indeed missing: if I clone the repo and add the knowntype attributes is seems to work.

Or am I missing something?

Comments

This discussion has been closed.