-
Notifications
You must be signed in to change notification settings - Fork 754
Closed
Description
The stringTable in the instrumentation manifest generated by GetManifestForRegisteredProvider() can have duplicate elements.
e.g. Microsoft-JScript provider's manifest includes -
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
Copilot
Metadata
Metadata
Assignees
Labels
No labels