.net framework 与 .netcore插件加载机制具有很大的不同
.netcore插件加载学习文档:https://learn.microsoft.com/zh-cn/dotnet/core/tutorials/creating-app-with-plugin-support
使用例子源码:https://github.com/dotnet/samples/tree/main/core/extensions/AppWithPlugin
//TODO
.netcore 插件加载
于 2023-04-28 08:13:34 首次发布