EFCore.Sharding icon indicating copy to clipboard operation
EFCore.Sharding copied to clipboard

框架Colder.Admin.AntdVue 升级.net6引用支持.net6的EFCore.Sharding查询注入报Method not found

Open Alucardifcan opened this issue 2 years ago • 0 comments

运行到这里的时候,报下面的错,经测试Namotion.Reflection包在EFCore.Sharding中更新到版本2.11以后问题解决,能更新修正一下这个问题吗? interfaces.ForEach(aInterface => { //注入AOP services.Add(new ServiceDescriptor(aInterface, serviceProvider => { CastleInterceptor castleInterceptor = new CastleInterceptor(serviceProvider);

                                return _generator.CreateInterfaceProxyWithTarget(aInterface, serviceProvider.GetService(aType), castleInterceptor);
                            }, aMap.Value));
                        });

注入报错信息 System.MissingMethodException:“Method not found: 'System.String Namotion.Reflection.XmlDocsExtensions.GetXmlDocsSummary(System.Reflection.MemberInfo, Boolean)'.”

Alucardifcan avatar Feb 23 '23 01:02 Alucardifcan