Click here to Skip to main content
15,867,704 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Detecting when a child form is being moved Pin
Georg Kohler26-Mar-23 8:31
Georg Kohler26-Mar-23 8:31 
GeneralRe: Detecting when a child form is being moved Pin
Dave Kreskowiak26-Mar-23 10:15
mveDave Kreskowiak26-Mar-23 10:15 
QuestionLoading svg into picture box on user control added dynamically to Table Layout Panel Slow Pin
Member 1206177121-Feb-23 8:29
Member 1206177121-Feb-23 8:29 
AnswerRe: Loading svg into picture box on user control added dynamically to Table Layout Panel Slow Pin
Gerry Schmitz25-Feb-23 6:58
mveGerry Schmitz25-Feb-23 6:58 
GeneralRe: Loading svg into picture box on user control added dynamically to Table Layout Panel Slow Pin
Member 1206177127-Feb-23 4:02
Member 1206177127-Feb-23 4:02 
GeneralRe: Loading svg into picture box on user control added dynamically to Table Layout Panel Slow Pin
Eddy Vluggen10-Mar-23 12:06
professionalEddy Vluggen10-Mar-23 12:06 
AnswerRe: Loading svg into picture box on user control added dynamically to Table Layout Panel Slow Pin
Member 1562749512-Mar-23 5:00
Member 1562749512-Mar-23 5:00 
Questionunable to run msbuild command from my c# console application code Pin
Madhurima Dutta7-Feb-23 4:59
Madhurima Dutta7-Feb-23 4:59 
i have been using cliwrap for running git commands and passing the arguments. But it seems to have failed while running my msbuild command from my c# console application.

What i am trying-
var stdOutSetup = new StringBuilder();
var stdErrSetup = new StringBuilder();
var Setup = await Cli.Wrap("msbuild")
.WithArguments("/t:scmclean && /t:setup")
.WithStandardOutputPipe(PipeTarget.ToStringBuilder(stdOutSetup))
.WithStandardErrorPipe(PipeTarget.ToStringBuilder(stdErrSetup))
.ExecuteBufferedAsync();




var stdOut2 = stdOutSetup.ToString();
var stdErr2 = stdErrSetup.ToString();


Console.WriteLine("Build Commands Output :");
Console.WriteLine(stdOut2);
Console.WriteLine(stdErr2);

is there any possible way where i can run msbuild commands from my c# console application?
Rant[REPOST] unable to run msbuild command from my c# console application code Pin
Richard Deeming7-Feb-23 5:15
mveRichard Deeming7-Feb-23 5:15 
AnswerRe: unable to run msbuild command from my c# console application code Pin
Eddy Vluggen25-Feb-23 6:30
professionalEddy Vluggen25-Feb-23 6:30 
QuestionInstalling VB6 Pin
Single Step Debugger24-Jan-23 3:05
Single Step Debugger24-Jan-23 3:05 
AnswerRe: Installing VB6 Pin
Dave Kreskowiak24-Jan-23 4:19
mveDave Kreskowiak24-Jan-23 4:19 
GeneralRe: Installing VB6 Pin
Single Step Debugger24-Jan-23 4:20
Single Step Debugger24-Jan-23 4:20 
GeneralRe: Installing VB6 Pin
Dave Kreskowiak24-Jan-23 13:38
mveDave Kreskowiak24-Jan-23 13:38 
GeneralRe: Installing VB6 Pin
Single Step Debugger25-Jan-23 2:58
Single Step Debugger25-Jan-23 2:58 
GeneralRe: Installing VB6 Pin
Dave Kreskowiak25-Jan-23 3:05
mveDave Kreskowiak25-Jan-23 3:05 
GeneralRe: Installing VB6 Pin
Jeremy Falcon1-Feb-23 11:27
professionalJeremy Falcon1-Feb-23 11:27 
GeneralRe: Installing VB6 Pin
Dave Kreskowiak1-Feb-23 11:38
mveDave Kreskowiak1-Feb-23 11:38 
AnswerRe: Installing VB6 Pin
jschell25-Jan-23 5:26
jschell25-Jan-23 5:26 
GeneralRe: Installing VB6 Pin
Single Step Debugger25-Jan-23 5:39
Single Step Debugger25-Jan-23 5:39 
AnswerRe: Installing VB6 Pin
CHill601-Feb-23 3:28
mveCHill601-Feb-23 3:28 
GeneralRe: Installing VB6 Pin
Single Step Debugger1-Feb-23 4:47
Single Step Debugger1-Feb-23 4:47 
AnswerRe: Installing VB6 Pin
Single Step Debugger1-Feb-23 4:46
Single Step Debugger1-Feb-23 4:46 
AnswerRe: Installing VB6 Pin
Gerry Schmitz1-Feb-23 12:05
mveGerry Schmitz1-Feb-23 12:05 
GeneralRe: Installing VB6 Pin
Richard Deeming5-Feb-23 23:02
mveRichard Deeming5-Feb-23 23:02 

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.