microsoft-performance-toolkit-sdk
microsoft-performance-toolkit-sdk copied to clipboard
Software Development Kit for the Microsoft Performance ToolKit
Currently the plugins system has these four DTO types: `PluginMetadata`, `PluginContentsMetadata`, `AvailablePluginInfo` and `InstalledPluginInfo`. They are used as both the contract for serialization/deserialization and the types that are passed around...
Currently in our repository, a commit to a given project's (except for projects in the `PluginsSystem` folder) subtree will result in the version bumping for all projects. This is not...
Plugin packages should be validated by the plugins system before they are installed and/or loaded. The plugin management system should include its own validation steps that always happen. In addition,...
Currently, all the changes for plugins are under PluginsSystem folder although some of the code should be added to SDK or the SDK runtime. These classes should be refactored once...
Add a separate library dedicated for plugin owners, with APIs for them to implement publishing logic and utilities for packaging.