OPCFoundation / UA-ModelCompiler

ModelCompiler converts XML files into C# and ANSI C
MIT License
150 stars 93 forks source link

Extensions of children nodes are not available in the generated nodeset file #189

Open HochMEE opened 2 weeks ago

HochMEE commented 2 weeks ago

If children nodes contain extensions, the extensions are not available in the generating nodeset file. The extensions are expected to be available in the generated nodeset file. The following command is used: Opc.Ua.ModelCompiler.exe compile -d2 ChildExtensionsIssue.xml,ChildExtensionsIssue -cg ChildExtensionsIssue.csv -o2 ChildExtensions -version v105

ChildExtensionsIssue

opcfoundation-org commented 2 weeks ago

Fix here: https://github.com/OPCF-Members/UA-ModelCompiler/commit/1416ec6d12a62561a44cf3cf1f84d4f94d1e2a8a

You can make the changes to your own fork or use the beta in the member-only repo.