杜燕明

Results 4 comments of 杜燕明

给个默认的序列化岂不更好

我们的配置都是按照namespace 划分,每个namespace 都是一个 xml 文件。希望能够支持 xml 类型文件的灰度

这个不需要干预,配置文件中的iocDll 是为了让ioc 容器扫描程序集加入ioc容器。现在 模块之间有依赖可以参考这个示例https://github.com/duyanming/Anno.Core/blob/master/samples/Packages/Anno.Plugs.SoEasyService/SoEasyBootStrap.cs

using Anno.EngineData; using System; namespace Anno.Plugs.SoEasyService { /// /// 插件启动引导器 /// DependsOn 依赖的类型程序集自动注入DI容器 /// [DependsOn( typeof(SoEasy.Application.AppBootstrap) //typeof(Domain.Bootstrap) //, typeof(QueryServices.Bootstrap) //, typeof(Repository.Bootstrap) //, typeof(Command.Handler.Bootstrap )] public class SoEasyBootStrap : IPlugsConfigurationBootstrap {...