Closed aok-foss closed 2 years ago
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.
IdentityRef
Included in release v1.2.
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
.