microsoft-performance-toolkit-sdk
microsoft-performance-toolkit-sdk copied to clipboard
Software Development Kit for the Microsoft Performance ToolKit
**Is your feature request an entirely new concept?** No **Is your feature request related to an existing component?** Related to #214
**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...
## 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...
This prevents a path traversal attack
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...
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...
**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...
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....