microsoft-performance-toolkit-sdk icon indicating copy to clipboard operation
microsoft-performance-toolkit-sdk copied to clipboard

Software Development Kit for the Microsoft Performance ToolKit

Results 73 microsoft-performance-toolkit-sdk issues
Sort by recently updated
recently updated
newest added

**Is your feature request an entirely new concept?** No **Is your feature request related to an existing component?** Related to #214

enhancement
untriaged

**Is your feature request an entirely new concept?** Yes, **Is your feature request related to an existing component?** It is related to feature request #213 **Is your feature request related...

enhancement

## Overview The SDK currently defines a column as a conceptual pair of `Column Configuration` and `Projection`. When a column is added to a table builder, it is associated with...

enhancement
untriaged

Hi, I'm trying to learn more about creating custom tables in a WPA plugin and I noticed that the following [docs](https://github.com/microsoft/microsoft-performance-toolkit-sdk/blob/main/documentation/Using-the-SDK/Advanced/Custom-Table-Discovery.md) is marked as "Coming soon". Do you have an...

enhancement
untriaged

When we run Engine.Process, errors are logged using an ILogger, but they are also stored and exposed through the RuntimeExecutionResults. However, when creating a data processor (Engine.Create), the errors are...

enhancement
untriaged

**Describe the bug** If a DLL exists in multiple directories, it may be loaded and its types enumerated multiple times during assembly discovery. When this happens, the second time a...

bug
untriaged

When iterating over assemblies and looking for extension types, do not attempt to recreate types that have already been loaded. This can happen if an assembly exists in multiple directories....