6 references to DiagnosticsDirectoryName
Aspire.Cli.EndToEnd.Tests (6)
CliTelemetryTests.cs (1)
58
var diagDir = $"$ASPIRE_E2E_WORKSPACE/{CliE2EAutomatorHelpers.
DiagnosticsDirectoryName
}";
Helpers\CliE2EAutomatorHelpers.cs (3)
819
: $"aspire start failed. Workspace: {workspacePath}. See {
DiagnosticsDirectoryName
}/ in the captured workspace.");
883
: $"aspire start did not return a dashboard URL. Workspace: {workspacePath}. See {
DiagnosticsDirectoryName
}/ in the captured workspace.");
1073
var diag = $"{destinationExpression}/{
DiagnosticsDirectoryName
}";
Helpers\TerminalRun.cs (2)
81
/// <see cref="CliE2EAutomatorHelpers.
DiagnosticsDirectoryName
"/> subdirectory, so the host
86
var diagnosticsSource = Path.Combine(_workspace.WorkspaceRoot.FullName, CliE2EAutomatorHelpers.
DiagnosticsDirectoryName
);