Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
835718973 opened this issue Apr 13, 2023 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@835718973
Copy link

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

@yiyungent
Copy link
Owner

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

@yiyungent yiyungent added bug Something isn't working question Further information is requested labels Apr 13, 2023
@yiyungent
Copy link
Owner

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

  • api/PluginCore/Admin/Debug
    • PluginContexts
    • AssemblyLoadContexts
    • Assemblies
    • Services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants