Skip to content

instrumentation manifest - duplicate stringTable elements #1069

@jdu2600

Description

@jdu2600

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" />

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions