digitaltwinconsortium / DTDLParser

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

Add mechanism to allow undefined extensions by default #105

Closed jrdouceur closed 1 year ago

jrdouceur commented 1 year ago

This is just the parser mechanism. A DTDL metamodel/metaparser change is needed to set the default to allow undefined extensions in DTDL v2.

jrdouceur commented 1 year ago

This change is in support of addressing issue https://github.com/digitaltwinconsortium/DTDLParser/issues/106, although full resolution of the issue requires a change in the DTDL repo followed by a sync PR from the DTDL repo to this repo.

jrdouceur commented 1 year ago

Closing in favor of https://github.com/digitaltwinconsortium/DTDLParser/pull/110, which combines this change with https://github.com/digitaltwinconsortium/DTDLParser/pull/109.