1 write to FileName
Aspire.Hosting.Sdk.Tests (1)
AppHostSdkTargetsTests.cs (1)
868
FileName
= commandPath,
9 references to FileName
Aspire.Hosting.Tasks (9)
RunAspireCliCommand.cs (9)
67
if (string.IsNullOrWhiteSpace(
FileName
))
89
FailureMessage = $"The command '{
FileName
}' could not be started.";
95
FailureMessage = $"The command '{
FileName
}' could not be started: {ex.Message}";
112
FailureMessage ??= $"The command '{
FileName
}' timed out after {TimeoutMilliseconds} milliseconds and did not exit within {ProcessTerminationTimeoutMilliseconds} milliseconds after termination was requested.";
142
var startInfo = IsWindowsCommandShim(
FileName
)
144
: new ProcessStartInfo(
FileName
);
151
if (IsWindowsCommandShim(
FileName
))
153
SetEnvironmentVariable(startInfo, CommandShimPathEnvironmentVariable,
FileName
);
191
FailureMessage = $"The timed-out command '{
FileName
}' could not be terminated: {ex.Message}";