Implemented interface member:
property
DisplayName
Aspire.Cli.Projects.IAppHostProject.DisplayName
13 references to DisplayName
aspire (13)
Projects\GuestAppHostProject.cs (13)
391
_logger.LogDebug("Running {Language} AppHost: {AppHostFile}",
DisplayName
, appHostFile.FullName);
601
new InvalidOperationException($"Failed to install {
DisplayName
} dependencies."));
710
_logger.LogError("{Language} apphost exited with code {ExitCode}",
DisplayName
, guestExitCode);
733
var error = new InvalidOperationException($"The {
DisplayName
} apphost failed.");
772
_logger.LogError(ex, "Code generation failed for {Language} AppHost",
DisplayName
);
779
_logger.LogError(ex, "Failed to run {Language} AppHost",
DisplayName
);
780
_interactionService.DisplayError($"Failed to run {
DisplayName
} AppHost: {ex.Message}");
1175
new InvalidOperationException($"Failed to install {
DisplayName
} dependencies."));
1214
_logger.LogError("{Language} apphost exited with code {ExitCode}",
DisplayName
, guestExitCode);
1226
var error = new InvalidOperationException($"The {
DisplayName
} apphost failed.");
1251
_logger.LogError(ex, "Failed to publish {Language} AppHost",
DisplayName
);
1252
_interactionService.DisplayError($"Failed to publish {
DisplayName
} AppHost: {ex.Message}");
1850
DisplayName
);