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

Allow plugins execute scripts. #19

Closed
wants to merge 5 commits into from

Conversation

Berrysoft
Copy link
Contributor

Fixes #14

@Berrysoft
Copy link
Contributor Author

一个插件调用别的插件,在实现上会出现自引用,目前想不好怎么解开。

@Akarinnnnn
Copy link

一个插件调用别的插件,在实现上会出现自引用,目前想不好怎么解开。

Microsoft.Extensions.DependencyInject IoC容器遇到循环依赖直接报错

@Berrysoft
Copy link
Contributor Author

不是循环依赖,是数据结构上的自引用。用Arc+Weak也许可以搞定,但是麻烦。

@Berrysoft
Copy link
Contributor Author

Close in prefer of #46

@Berrysoft Berrysoft closed this Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow line plugin calling scripts.
2 participants