Click here to Skip to main content
15,886,362 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.

 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Kornfeld Eliyahu Peter7-Jul-20 5:22
professionalKornfeld Eliyahu Peter7-Jul-20 5:22 
PraiseRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Cp-Coder7-Jul-20 11:22
Cp-Coder7-Jul-20 11:22 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 12:19
mvahoney the codewitch7-Jul-20 12:19 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
Kornfeld Eliyahu Peter7-Jul-20 19:31
professionalKornfeld Eliyahu Peter7-Jul-20 19:31 
AnswerRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
kalberts7-Jul-20 5:40
kalberts7-Jul-20 5:40 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 5:40
mvahoney the codewitch7-Jul-20 5:40 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
OriginalGriff7-Jul-20 5:53
mveOriginalGriff7-Jul-20 5:53 
GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
honey the codewitch7-Jul-20 6:40
mvahoney the codewitch7-Jul-20 6:40 
You make very good points. I've always felt however, that a build should be able to be accomplished from a command line script, for testing, source control/build control, and sometimes even deployment reasons.

I do prefer to be able to actually *do* everything from a GUI, but I do use CLI prebuild and postbuild steps, which only need to be typed into a project once, are saved with the project (persistent), and after that they are automatic any time the project or containing solution is built.

They also are easier to distribute along with the source for the project itself, because they don't require an install. Basically, if I enter pre/post build steps into the relevant projects, and those get performed by exes that are in the solution folder somewhere then all someone has to do is copy my source tree to be able to build it. Using the VSIX option means they

A) Need vstudio to build
B) more importantly perhaps, they need to run an install! before they can build

I really don't like that. Consequently, in this case I prefer CLI methods.
Real programmers use butterflies

GeneralRe: Extending Visual Studio, do you prefer VSIX extensions or scriptable/batchable CIL tools? Pin
kalberts7-Jul-20 7:24
kalberts7-Jul-20 7:24 
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 
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 

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.