Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for indexing nodes by id with string based ids #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jnsjll
Copy link

@jnsjll jnsjll commented Oct 21, 2024

When compiling the Padim node set, the IRDI dictionary references are missing in the generated C# classes. This is because string based node ids are currently not considered by the ModelDesignerValidator.

@CLAassistant
Copy link

CLAassistant commented Oct 21, 2024

CLA assistant check
All committers have signed the CLA.

@opcfoundation-org
Copy link
Contributor

Did you verify it works as expected? I added your changes but I don't see the IRDIs showing up.

@opcfoundation-org
Copy link
Contributor

Found another bug. It has been fixed here: https://github.com/OPCF-Members/UA-ModelCompiler
Will add the public version in a couple weeks.

@jnsjll
Copy link
Author

jnsjll commented Oct 22, 2024

Did you verify it works as expected? I added your changes but I don't see the IRDIs showing up.

Yes, I both see changes in the generated initialization strings in *.Classes.cs as well as the actual HasDictionaryEntry references in a client.

Will add the public version in a couple weeks.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants