extensibility Questions
5
Does anyone know of a way I can run a powershell within Visual Studio.
By that I mean, have an interactive powershell prompt in a tool window?
Kindness,
Dan
Frere asked 29/9, 2009 at 6:20
1
Solved
I am trying to make my code easier to extend in terms that a little change will not affect much other code.
I have an enum MyEnum, which values might increase in future.
Then, there are classes tha...
Delorasdelorenzo asked 5/12, 2021 at 21:31
5
I am working on a vsix project where I need to get information about a local git directory. I am following this article. When I am using LibGit2Sharp library, I am getting an exception as described...
Gabionade asked 27/1, 2020 at 6:48
5
I'm trying to use Visual Studio 2008's extensibility to write an addin that will create a project folder with various messages in it after parsing an interface. I'm having trouble at the step of cr...
Fremitus asked 15/9, 2008 at 16:23
8
Solved
I'd like to provide some way of creating dynamically loadable plugins in my software.
Typical way to do this is using the LoadLibrary WinAPI function to load a dll and calling GetProcAddress to get...
Wastrel asked 18/8, 2008 at 7:34
4
Solved
To what extent, if any, is MEF a replacement for PRISM?
Lewislewisite asked 24/8, 2009 at 20:51
1
Is there a way to cache MEF components graph per-application startup (WPF), like the MAF do to avoid discovering the directories and constructing the components graph every application startup. in ...
Labia asked 4/7, 2016 at 13:14
12
Solved
I need some resources that talk about how to design your software to be extensible, i.e. so that other people can write add-ons/plug-ins that adds functionality to it.
What do you recommend?...
Choosey asked 27/11, 2008 at 8:19
2
Solved
I need my Visual Studio extension to react to debugging events. I've registered a IDebugEventCallback2 and I'm receiving events, but all I get for each event is an opaque IDebugEvent2 and a Guid, m...
Goose asked 15/6, 2015 at 19:22
2
Solved
I've created a custom language package, which extends ProjectPackage. I can create the new project correctly. I would like to be able to add new source files to the project by using the Add->New It...
Rabe asked 26/7, 2011 at 22:0
1
Solved
I have a Visual Studio extension that hooks into debugging events. When the debugger stops at a line of code, my IDebugEventCallback2 callback gets called, and I can find out the filename and line ...
Rojas asked 16/6, 2015 at 12:48
2
Solved
I'm starting research on what I'd need in order to build a user-level plugin system (like Wordpress plugins) for a Rails app, so I'd appreciate some general pointers/advice. By user-level plugin I ...
Whereof asked 3/4, 2010 at 2:48
1
Solved
In Node.js I was able to make a WordPress clone rather easily using the EventEmitter to replicate and build a hooks-system into the CMS core, which plugins could then attach to.
I now need this sa...
Luteolin asked 17/1, 2015 at 16:55
5
Solved
We are currently in the process of analyzing the technical requirements for a new version of a Java EE application. It's Java EE 6, but moving onto 7 is an option. Until now this was a single appli...
Client asked 15/1, 2014 at 17:19
2
Solved
I am trying to add plugin extensibility to my C# application using the Managed Extensibility Framework (MEF) framework, and so far it is going ok; I have my main/host application loading plugins fr...
Blanket asked 24/10, 2013 at 17:31
4
Solved
Does anyone have any recommendations of tools that can be of assistance with moving literal values into resource files for localization?
I've used a resharper plugin called RGreatX but was w...
Innes asked 18/8, 2008 at 19:49
1
I created a custom project template associated with a custom project type. The solution depends heavily on MPF for Projects - Visual Studio 2012 framework.
What i would like to do next is override...
Dora asked 9/4, 2013 at 17:34
1
Solved
I completed the custom template project tutorial part I from msdn and got a basic project structure working and visible in the File - New - Project menu.
Then i advanced to msdn part II and can't g...
Dearborn asked 25/3, 2013 at 2:13
2
After doing some research on MEF I came across the CreationPolicy.Shared property which according to MSDN:
Specifies that a single shared instance of the associated
ComposablePart will be crea...
Roulade asked 15/6, 2012 at 18:15
3
Solved
I'm learning MEF and I wanted to create a simple example (application) to see how it works in action. Thus I thought of a simple translator. I created a solution with four projects (DLL files):
Co...
Gallinaceous asked 22/5, 2012 at 10:37
2
Solved
I am trying to build a data mart.
I have lot of dimensions, and couple of measures - facts. Every measure is connected to all dimensions in term of business. There is the standard approach that th...
Aversion asked 19/3, 2012 at 13:3
3
Solved
Problem: One of my favorite aspects of Vim is its flexibility. One of my least favorite is the VimL script language itself. I know everyone has his or her own preference for languages and edi...
Psychologism asked 28/1, 2009 at 0:14
6
Solved
I'm adding plugin support to my .NET application. A base class sounds reasonable to me, so people can inherit it and override certain calls as well can keep the default functionality or can use som...
Ceto asked 12/2, 2009 at 20:36
2
Solved
Several validators, such as the one by the W3C, can validate an HTML (or XHTML) page against the W3C spec. Are there any validators that are extensible? That is, I'd like to not only validate again...
Bellarmine asked 31/5, 2011 at 17:41
2
I am trying to customize the behavior of Selenium's click command, (via user-extentions.js), by intercepting calls to doClick(locator). Basically I need to delay click actions whenever our applicat...
Singband asked 16/11, 2010 at 14:26
1 Next >
© 2022 - 2024 — McMap. All rights reserved.