Many descriptors have a DescriptorId field which should be a unique GUID. When copied, this should ideally be updated; right now this is handled as needed, but doing it in a central place (perhaps a method on ModCreationContext or its GuidManager) would reduce reused code and prevent errors.
Many descriptors have a
DescriptorId
field which should be a unique GUID. When copied, this should ideally be updated; right now this is handled as needed, but doing it in a central place (perhaps a method onModCreationContext
or itsGuidManager
) would reduce reused code and prevent errors.