microsoft-performance-toolkit-sdk
microsoft-performance-toolkit-sdk copied to clipboard
Software Development Kit for the Microsoft Performance ToolKit
**Describe the bug** A custom table provider has to be passed into the constructor for ProcessingSource, not providing much of an opportunity for initializing the object. If the table provider...
**Is your feature request an entirely new concept?** Not entirely a new concept. This currently happens automatically when modules are dropped in the plugin folder. This will enable an extension...
This functionality currently exists in IProcessorEnvironment, but not IApplicationEnvironment. This is limiting because some global services might need to be able to create a logger outside of a specific processor...
**Is your feature request an entirely new concept?** Accessing table data is not new, but I didn't find it intuitive and had to ask the SDK experts for a solution....
**Is your feature request an entirely new concept?** Not a new concept but DataSourceInfo is key to the timeline in the UI and understanding the data time bounds. Exposing this...
**Is your feature request an entirely new concept?** New concept: make composite cookers lazily evaluated **Is your feature request related to an existing component?** Yes - composite data cookers. **Is...
**Is your feature request an entirely new concept?** Yes - I am proposing adding a method for table authors to supply logic for if a table command can be executed....
**Describe the bug** When composing visible domain sensitive column with another projection, the created projection is _not_ visible domain sensitive even though it should be. **Version information (please complete the...
**Describe the bug** When you use the Engine to process file(s) with multiple plugins concurrently loaded, it's possible to successfully enable a table that cannot be built due to its...