如何找出 MEF 中未加载的内容
我有一个类,我输入了具体的类,而不是注册的接口。
有没有办法在 Visual Studio 中调试这种事情?
我真的不想使用 mefx,因为当我尝试它时它似乎崩溃了。
I had a class and I typed in the concrete class rather then the interface that was registered.
Is there a way to debug this sort of thing in visual studio?
I don't really want to use mefx because it seemed to crash on me when I tried it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 Daniel Plaisted 关于该主题的帖子 很好地涵盖了这一点。如果您不喜欢 mefx,则可以在调试器的输出窗口中检查拒绝跟踪,或者可以使用组合诊断程序集自行打印组合信息。
I think Daniel Plaisted's post on that topic covered it pretty well. If you don't like mefx, you can examine the rejection trace in the debugger's output window, or you can use the composition diagnostics assembly to print the composition information yourself.