Lamond Lu

Results 6 comments of Lamond Lu

也可以,只是之前在3.x中试过LoadFromAssemblyPath。使用这个方法加载程序集,会导致使用Unload方法卸载ALC的时候,文件依然被占用,导致插件升级失败。

@QJesus 你的意思是dll里面放的是Controller/Action的代码,你希望主程序能自动加载这些Controller/Action。 之前版本.NET Core里面可以使用services.ControllerAsService()这个方法来加载,但是前提是你的dll不是加载在Custom Load Context中,应该加载在Default Load Context中。不知道这样是否解答了你的问题,如果还有问题,可留言

Because this project has changed to use MySql as database. It use FluentMigrator as the migration tools. If you want to do that in SQLServer, you need to update the...

这个示例现在暂时不支持HostService, 只支持简单的界面组件。 你的这个反馈不错,我后续把它考虑进来,写一篇 多谢支持

个人思路如果不能集成默认IOC,可以考虑为每个ALC创建一个依赖注入容器,插件的依赖单独注入