yiyungent / PluginCore

🔌 ASP.NET Core lightweight plugin framework | ASP.NET Core 轻量级 插件框架 - 一分钟集成 | Vue.js frontend | JavaScript SDK
https://yiyungent.github.io/PluginCore/
GNU Lesser General Public License v3.0
413 stars 81 forks source link

example中aspnetcore6配合HelloWorkPlugin插件实际未能成功卸载 #29

Open 835718973 opened 1 year ago

835718973 commented 1 year ago

image 插件卸载后,前台访问的入口被卸载调了,但是实际上插件对应的dll程序集任然在内存中驻留,通过Appdomain.Currentdomain.GetAssemblys()方法任然能获取到已卸载的插件,并且通过vs自带的调试窗口任然能看到已经卸载的插件模块 image

yiyungent commented 1 year ago

感谢反馈,估计是有这个问题,有时间我去试试!

yiyungent commented 1 year ago

测试还可以用以下接口,生产上线这些接口依旧可用,需要登录用户授权