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