29 references to Run
dotnet-dev-certs (7)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
106
var exitStatus = Process.
Run
(new ProcessStartInfo(MacOSTrustCertificateCommandLine, MacOSTrustCertificateCommandLineArguments + tmpFile));
170
var checkTrustProcessOutput = Process.
Run
(checkTrustProcessStartInfo);
216
var processExitStatus = Process.
Run
(processInfo);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (4)
696
return Process.
Run
(startInfo).ExitCode == 0;
718
return Process.
Run
(startInfo).ExitCode == 0;
746
return Process.
Run
(startInfo).ExitCode == 0;
769
if (Process.
Run
(startInfo).ExitCode == 0)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (7)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
106
var exitStatus = Process.
Run
(new ProcessStartInfo(MacOSTrustCertificateCommandLine, MacOSTrustCertificateCommandLineArguments + tmpFile));
170
var checkTrustProcessOutput = Process.
Run
(checkTrustProcessStartInfo);
216
var processExitStatus = Process.
Run
(processInfo);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (4)
696
return Process.
Run
(startInfo).ExitCode == 0;
718
return Process.
Run
(startInfo).ExitCode == 0;
746
return Process.
Run
(startInfo).ExitCode == 0;
769
if (Process.
Run
(startInfo).ExitCode == 0)
Microsoft.AspNetCore.Server.Kestrel.Core (7)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
106
var exitStatus = Process.
Run
(new ProcessStartInfo(MacOSTrustCertificateCommandLine, MacOSTrustCertificateCommandLineArguments + tmpFile));
170
var checkTrustProcessOutput = Process.
Run
(checkTrustProcessStartInfo);
216
var processExitStatus = Process.
Run
(processInfo);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (4)
696
return Process.
Run
(startInfo).ExitCode == 0;
718
return Process.
Run
(startInfo).ExitCode == 0;
746
return Process.
Run
(startInfo).ExitCode == 0;
769
if (Process.
Run
(startInfo).ExitCode == 0)
RepoTasks (7)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
106
var exitStatus = Process.
Run
(new ProcessStartInfo(MacOSTrustCertificateCommandLine, MacOSTrustCertificateCommandLineArguments + tmpFile));
170
var checkTrustProcessOutput = Process.
Run
(checkTrustProcessStartInfo);
216
var processExitStatus = Process.
Run
(processInfo);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (4)
696
return Process.
Run
(startInfo).ExitCode == 0;
718
return Process.
Run
(startInfo).ExitCode == 0;
746
return Process.
Run
(startInfo).ExitCode == 0;
769
if (Process.
Run
(startInfo).ExitCode == 0)
System.Diagnostics.Process (1)
System\Diagnostics\Process.Scenarios.cs (1)
149
return
Run
(startInfo, timeout);