mef
My WPF ViewModelLocator implementation is failing composition within my VSTO Excel Add-In. Can anyone critique?
Background: I\'m using MEF to help compose an Excel 2007 Add-In (VSTO) that can create an entity from spreadsheet data and a creep requirement exposed a shortcoming in my architecture that I\'m tryi[详细]
2023-04-13 09:45 分类:问答MEF property export doesn't work after property value was changed
I face a 开发者_JS百科problem with exporting a property . I have two view model : public class ViewModelA[详细]
2023-04-13 04:42 分类:问答Stub a property which is in the concrete class but not on the interface for unit testing
I have a class which has more information then my inteface. It has a property which I did not expose in my interface.[详细]
2023-04-12 20:36 分类:问答Specify RequiredCreationPolicy for non-Attributed Imports
I have an IoC wrapper that uses MEF as it\'s DI container, an applicable snippet of the wrapper is shown below.[详细]
2023-04-12 04:16 分类:问答Is it possible to inject an existing instance into a MEF plugin?
We are creating an application which supports plugins using MEF. We are determining what type of plugins the user is able to create, and want to use dependency injection to provide this type of p开发者[详细]
2023-04-11 22:20 分类:问答Is there a multi-directory DirectoryCatalog available in MEF or open source?
I\'d like to separate extensions into their own subdirectory of some Extensions directory. I can specify multiple DirectoryCatalog of course and put them into an AggregateCatalog. But I have开发者_开发[详细]
2023-04-11 21:29 分类:问答How to unit test the Ook Language Integration example?
I am writing a custom language colorizer as a Visual Studio extension using MEF. Most of my code comes from the Ook Language Integration sample that is available here. My colorizer is pretty much read[详细]
2023-04-11 19:13 分类:问答How can I Import my ViewModels without breaking MVVM?
[Export] public sealed class MainViewModel : NotificationObj开发者_高级运维ect { [Import] public ISomeService MyService { get; private set; }[详细]
2023-04-11 19:00 分类:问答How to inject N MEF exports into 1 Unity composite service using MefContrib or other technique?
Let\'s say I have 5 separate assemblies with the following (assume the class name is different in each):[详细]
2023-04-11 12:22 分类:问答MEF and loading EntityTypeConfiguration in runtime
You cannot vote on your own post 0 Hi. I am developing this (http://arg-co.com/SabteNam%20-%20Copy.zip) windows application, and for my DAL I use Entity Framework. But every single extensionhas its[详细]
2023-04-11 08:59 分类:问答