Post

1 follower Follow
0

GUID of an object contains some special characters at the end

Hi,

This is because, If GUID of an object is longer than 1015 character then analyzer will compute some checksum and append it to the end of a GUID.

For ex: in below scenario you can see there are some special characters appended to the end of a GUID and this GUID seems longer.

In this  case, please check the source code of the object to see if it is changed between 2 run.

In above ex: we can see that checksum appended by analyzer is different in both run so there is a high chance that source code is changed between 2 run.

If source code is changed this explains the change in GUID.

 

Please sign in to leave a comment.