You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.19.6 guid property
A toolComponent object MAY contain a property named guid whose value is a GUID-valued string (§3.5.3) that provides a unique, stable identifier for the component. guid SHALL NOT vary between versions of a given component.
Here is an extract from the code:
extension.Guid
is an optional value, but here we have access to its Value without any checking and get NRE.The text was updated successfully, but these errors were encountered: