We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
插件卸载后,前台访问的入口被卸载调了,但是实际上插件对应的dll程序集任然在内存中驻留,通过Appdomain.Currentdomain.GetAssemblys()方法任然能获取到已卸载的插件,并且通过vs自带的调试窗口任然能看到已经卸载的插件模块
The text was updated successfully, but these errors were encountered:
感谢反馈,估计是有这个问题,有时间我去试试!
Sorry, something went wrong.
测试还可以用以下接口,生产上线这些接口依旧可用,需要登录用户授权
No branches or pull requests
插件卸载后,前台访问的入口被卸载调了,但是实际上插件对应的dll程序集任然在内存中驻留,通过Appdomain.Currentdomain.GetAssemblys()方法任然能获取到已卸载的插件,并且通过vs自带的调试窗口任然能看到已经卸载的插件模块
The text was updated successfully, but these errors were encountered: