54 references to StandardOutput
dotnet-dev-certs (3)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
254var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd(); 290var output = findCertificateProcess!.StandardOutput.ReadToEnd(); 355var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd();
dotnet-getdocument (1)
Exe.cs (1)
43while ((line = process.StandardOutput.ReadLine()) != null)
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
246var output = await process.StandardOutput.ReadToEndAsync();
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
61throw new InvalidOperationException($"Exit code {process.ExitCode} when running {fileName} {arguments}. Stdout: {process.StandardOutput.ReadToEnd()} Stderr: {process.StandardError.ReadToEnd()}");
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
61throw new InvalidOperationException($"Exit code {process.ExitCode} when running {fileName} {arguments}. Stdout: {process.StandardOutput.ReadToEnd()} Stderr: {process.StandardError.ReadToEnd()}");
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
61throw new InvalidOperationException($"Exit code {process.ExitCode} when running {fileName} {arguments}. Stdout: {process.StandardOutput.ReadToEnd()} Stderr: {process.StandardError.ReadToEnd()}");
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
61throw new InvalidOperationException($"Exit code {process.ExitCode} when running {fileName} {arguments}. Stdout: {process.StandardOutput.ReadToEnd()} Stderr: {process.StandardError.ReadToEnd()}");
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
61throw new InvalidOperationException($"Exit code {process.ExitCode} when running {fileName} {arguments}. Stdout: {process.StandardOutput.ReadToEnd()} Stderr: {process.StandardError.ReadToEnd()}");
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\AppVerifier.cs (1)
61throw new InvalidOperationException($"Exit code {process.ExitCode} when running {fileName} {arguments}. Stdout: {process.StandardOutput.ReadToEnd()} Stderr: {process.StandardError.ReadToEnd()}");
Interop.FunctionalTests (1)
H2SpecCommands.cs (1)
111line = process.StandardOutput.ReadLine();
InteropTests (1)
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();
Microsoft.AspNetCore.Components.WebViewE2E.Test (1)
WebViewManagerE2ETests.cs (1)
41var testProgramOutput = photinoProcess.StandardOutput.ReadToEnd();
Microsoft.AspNetCore.DeveloperCertificates.XPlat (3)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
254var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd(); 290var output = findCertificateProcess!.StandardOutput.ReadToEnd(); 355var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd();
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
ServerTests.cs (2)
72var netshOutput = await process.StandardOutput.ReadToEndAsync(); 109var netshOutput = await process.StandardOutput.ReadToEndAsync();
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\NginxDeployer.cs (1)
125return process.StandardOutput.ReadToEnd();
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
254var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd(); 290var output = findCertificateProcess!.StandardOutput.ReadToEnd(); 355var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd();
Microsoft.AspNetCore.SpaServices.Extensions (1)
Npm\NodeScriptRunner.cs (1)
61StdOut = new EventedStreamReader(_npmProcess.StandardOutput);
Microsoft.Build.CommandLine.UnitTests (2)
XMake_Tests.cs (2)
562string output = process.StandardOutput.ReadToEnd(); 606string output = process.StandardOutput.ReadToEnd();
Microsoft.Build.Tasks.UnitTests (1)
Unzip_Tests.cs (1)
173return process.StandardOutput.ReadToEnd().Trim() != "0";
Microsoft.DotNet.Open.Api.Tools.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();
Microsoft.DotNet.RemoteExecutor (1)
RemoteInvokeHandle.cs (1)
138description.Append(p.StandardOutput.ReadToEnd());
Microsoft.Extensions.ApiDescription.Client.Tests (1)
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (1)
Infrastructure\RedisTestConfig.cs (1)
187+ _redisServerProcess.StandardOutput.ReadToEnd());
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.PingUtility.cs (2)
63string stdout = p.StandardOutput.ReadToEnd(); 85string stdout = await pingProcess.StandardOutput.ReadToEndAsync(timeoutOrCancellationToken).ConfigureAwait(false);
Templates.Blazor.Tests (4)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
254var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd(); 290var output = findCertificateProcess!.StandardOutput.ReadToEnd(); 355var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd();
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();
Templates.Blazor.WebAssembly.Auth.Tests (4)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
254var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd(); 290var output = findCertificateProcess!.StandardOutput.ReadToEnd(); 355var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd();
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();
Templates.Blazor.WebAssembly.Tests (4)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
254var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd(); 290var output = findCertificateProcess!.StandardOutput.ReadToEnd(); 355var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd();
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();
Templates.Mvc.Tests (4)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
254var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd(); 290var output = findCertificateProcess!.StandardOutput.ReadToEnd(); 355var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd();
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();
Templates.Tests (4)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
254var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd(); 290var output = findCertificateProcess!.StandardOutput.ReadToEnd(); 355var output = process!.StandardOutput.ReadToEnd() + process.StandardError.ReadToEnd();
src\Shared\Process\ProcessExtensions.cs (1)
111stdout = process.StandardOutput.ReadToEnd();