16 references to StartInfo
Aspire.Hosting.Tests (2)
AppHostSmokeTests.cs (2)
33
remoteInvokeOptions.
StartInfo
.Environment[$"DcpPublisher__CliPath"] = dcpOptions.CliPath;
34
remoteInvokeOptions.
StartInfo
.Environment[$"DcpPublisher__DashboardPath"] = dcpOptions.DashboardPath;
Microsoft.AspNetCore.Tests (11)
WebApplicationTests.cs (11)
644
options.
StartInfo
.WorkingDirectory = tmpDir.FullName;
669
options.
StartInfo
.WorkingDirectory = Environment.SystemDirectory;
1012
options.
StartInfo
.EnvironmentVariables.Add("one", "unprefixed_one");
1013
options.
StartInfo
.EnvironmentVariables.Add("two", "unprefixed_two");
1014
options.
StartInfo
.EnvironmentVariables.Add("DOTNET_one", "DOTNET_one");
1015
options.
StartInfo
.EnvironmentVariables.Add("DOTNET_two", "DOTNET_two");
1016
options.
StartInfo
.EnvironmentVariables.Add("DOTNET_three", "DOTNET_three");
1017
options.
StartInfo
.EnvironmentVariables.Add("ASPNETCORE_one", "ASPNETCORE_one");
1018
options.
StartInfo
.EnvironmentVariables.Add("ASPNETCORE_two", "ASPNETCORE_two");
1019
options.
StartInfo
.EnvironmentVariables.Add("ASPNETCORE_three", "ASPNETCORE_three");
1020
options.
StartInfo
.EnvironmentVariables.Add("ASPNETCORE_four", "ASPNETCORE_four");
Microsoft.DotNet.RemoteExecutor (1)
RemoteExecutor.cs (1)
441
ProcessStartInfo psi = options.
StartInfo
;
Microsoft.ML.CpuMath.UnitTests (2)
UnitTests.cs (2)
994
options.
StartInfo
.Environment.Add(item.Key, item.Value);
997
options.
StartInfo
.WorkingDirectory = System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);