Implemented interface member:
property
DisplayName
Aspire.Cli.Projects.IAppHostProject.DisplayName
12 references to DisplayName
aspire (12)
Projects\GuestAppHostProject.cs (12)
398
_logger.LogDebug("Running {Language} AppHost: {AppHostFile}",
DisplayName
, appHostFile.FullName);
723
_logger.LogError("{Language} apphost exited with code {ExitCode}",
DisplayName
, guestExitCode);
745
var error = new InvalidOperationException($"The {
DisplayName
} apphost failed.");
792
_logger.LogError(ex, "Code generation failed for {Language} AppHost",
DisplayName
);
799
_logger.LogError(ex, "Failed to run {Language} AppHost",
DisplayName
);
800
_interactionService.DisplayError($"Failed to run {
DisplayName
} AppHost: {ex.Message}");
1209
new InvalidOperationException($"Failed to install {
DisplayName
} dependencies."));
1240
_logger.LogError("{Language} apphost exited with code {ExitCode}",
DisplayName
, guestExitCode);
1252
var error = new InvalidOperationException($"The {
DisplayName
} apphost failed.");
1277
_logger.LogError(ex, "Failed to publish {Language} AppHost",
DisplayName
);
1278
_interactionService.DisplayError($"Failed to publish {
DisplayName
} AppHost: {ex.Message}");
1876
DisplayName
);