Click here to Skip to main content
15,910,009 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 7:41
mvahoney the codewitch7-Jul-20 7:41 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Member 133016797-Jul-20 22:59
Member 133016797-Jul-20 22:59 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Ravi Bhavnani7-Jul-20 6:19
professionalRavi Bhavnani7-Jul-20 6:19 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 6:35
mvahoney the codewitch7-Jul-20 6:35 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
kalberts7-Jul-20 7:18
kalberts7-Jul-20 7:18 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Sander Rossel7-Jul-20 21:46
professionalSander Rossel7-Jul-20 21:46 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Ron Nicholson7-Jul-20 6:19
professionalRon Nicholson7-Jul-20 6:19 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 6:31
mvahoney the codewitch7-Jul-20 6:31 
I could share code between them but that would mean doing away with the only technical advantage of using an extension - a rich project model used for gathering all of the files in the project.

With the command line i have to do things by hand - that means parsing the XML for the solution and project files. I already have code to do this because I wrote it for another project[^], but it's probably not as reliable, because the file format could change, or simply I'm not aware of all of the tags that can be in those xml files.
Real programmers use butterflies

AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
pkfox7-Jul-20 7:42
professionalpkfox7-Jul-20 7:42 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 8:11
mvahoney the codewitch7-Jul-20 8:11 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
F-ES Sitecore7-Jul-20 8:46
professionalF-ES Sitecore7-Jul-20 8:46 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 9:03
mvahoney the codewitch7-Jul-20 9:03 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Eddy Vluggen7-Jul-20 10:27
professionalEddy Vluggen7-Jul-20 10:27 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
harold aptroot7-Jul-20 20:20
harold aptroot7-Jul-20 20:20 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 20:33
mvahoney the codewitch7-Jul-20 20:33 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Davyd McColl7-Jul-20 23:56
Davyd McColl7-Jul-20 23:56 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Davyd McColl7-Jul-20 23:57
Davyd McColl7-Jul-20 23:57 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch8-Jul-20 3:35
mvahoney the codewitch8-Jul-20 3:35 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch8-Jul-20 3:34
mvahoney the codewitch8-Jul-20 3:34 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
MSBassSinger8-Jul-20 9:23
professionalMSBassSinger8-Jul-20 9:23 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Peter Shaw8-Jul-20 10:53
professionalPeter Shaw8-Jul-20 10:53 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch8-Jul-20 11:03
mvahoney the codewitch8-Jul-20 11:03 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Peter Shaw8-Jul-20 12:48
professionalPeter Shaw8-Jul-20 12:48 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch8-Jul-20 13:38
mvahoney the codewitch8-Jul-20 13:38 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Zebedee Mason9-Jul-20 13:00
Zebedee Mason9-Jul-20 13:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.