Azure / iot-plugandplay-models-tools

Tools to manage the device-models repo
MIT License
13 stars 18 forks source link

Microsoft.Azure.DigitalTwins.Parser upgrade to latest ? #185

Closed sourabhkrishna closed 1 year ago

sourabhkrishna commented 2 years ago

The DMR client is still using a old v3 of Microsoft.Azure.DigitalTwins.Parser. Can we have this upgraded to the latest version. https://www.nuget.org/packages/Microsoft.Azure.DigitalTwins.Parser/6.0.0-preview

@rido-min

rido-min commented 2 years ago

May I ask which features are you missing from the 3.x release ?

sourabhkrishna commented 2 years ago

Was trying to play around with DTDL v3 preview and 3.x threw parsing error "Unsupported Context". The vs code extensions and Az IoT Explorer seems to support v3 context through. @rido-min

sourabhkrishna commented 2 years ago

Any updates on this support?

rido-min commented 2 years ago

Once the DTDL v3 language specification, and the DTDL v3 parser are released (not-preview), we will evaluate the plan to start accepting DTDL v3 models in this repository.

sourabhkrishna commented 2 years ago

Any tentative dates of v3 release ?