We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SDK 0.1.0-alpha.3
0.1.0-alpha.3
测试项目引用 PCLN.Plugin.Testing,通过 TestPluginContext 注入服务和 capability。
PCLN.Plugin.Testing
TestPluginContext
await using TestPluginContext context = new(descriptor, new PluginApiVersion(0, 1)); context.TestServices.Add<IPluginCommandService>(new TestPluginCommandService()); await plugin.InitializeAsync(context, CancellationToken.None);
内存实现覆盖通知、设置、命令和实例查询。释放 context 会取消 stopping token 并逆序释放注册项。