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 IdentyRef parsing #243

Closed

Conversation

aok-foss
Copy link
Contributor

Fix an off-by-one error when getting unique name from the string.
Fix invalid cast exception when the IdentityRef could not be parsed. The null-coalescing operator on lines 130 and 134 was trying to cast a string value to IdentityRef.

@giuliov
Copy link
Member

giuliov commented Mar 19, 2022

Included in release v1.2.

@giuliov giuliov closed this Mar 19, 2022
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.

2 participants