digitaltwinconsortium / DTDLParser

Digital Twin Definition Language parser for .NET
MIT License
14 stars 8 forks source link

Enable existing DTDL V3 models with quantitative type extension to continue working #107

Closed abhinav-ghai closed 1 year ago

abhinav-ghai commented 1 year ago

Willow is using DTDL V3 models in their ADT instances and refer to several quantitative types like EnergyRateUnit which are not present in latest version of parser. Can we provide a strategy that will prevent their models from breaking while supporting new/renaming of quantitative types as well?

jrdouceur commented 1 year ago

Fixed via PR https://github.com/digitaltwinconsortium/DTDLParser/pull/108