197 references to DistributedApplicationException
Aspire.Hosting (83)
ApplicationModel\ConnectionStringReference.cs (1)
41internal void ThrowConnectionStringUnavailableException() => throw new DistributedApplicationException($"The connection string for the resource '{Resource.Name}' is not available.");
ApplicationModel\ResourceCollection.cs (1)
120throw new DistributedApplicationException($"Cannot add resource of type '{newResource.GetType()}' with name '{newResource.Name}' because resource of type '{existingResource.GetType()}' with that name already exists. Resource names are case-insensitive.");
ApplicationModel\ResourceNotificationService.cs (9)
252throw new DistributedApplicationException($"Stopped waiting for resource '{resourceName}' to become healthy because it does not exist in the application model."); 266throw new DistributedApplicationException($"Stopped waiting for resource '{resourceName}' to become healthy because it failed to start."); 295_ => throw new DistributedApplicationException($"Unexpected wait behavior: {waitBehavior}") 342throw new DistributedApplicationException($"Resource '{resource.Name}' stopped waiting for dependency resource '{displayName}' because it failed to start."); 354throw new DistributedApplicationException( 408throw new DistributedApplicationException($"Resource '{resource.Name}' stopped waiting for dependency resource '{displayName}' because it failed to start."); 420throw new DistributedApplicationException( 443_ => throw new DistributedApplicationException($"Unexpected wait behavior: {waitBehavior}") 558_ => throw new DistributedApplicationException($"Unexpected wait type: {waitAnnotation.WaitType}")
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
680throw new DistributedApplicationException($"Stopped waiting for resource '{target.DisplayName}' to become healthy because it failed to start.");
Dashboard\DashboardEventHandlers.cs (3)
149throw new DistributedApplicationException($"Failed to parse AppHost runtime config: {runtimeConfigPath}"); 241throw new DistributedApplicationException($"Failed to parse dashboard runtime config: {originalRuntimeConfig}"); 281throw new DistributedApplicationException("Dashboard path empty or file does not exist.");
Dcp\ContainerCreator.cs (4)
230throw new DistributedApplicationException($"Container resource name '{container.Name}' conflicts with the Aspire container tunnel container name '{ContainerTunnelContainerName}'. Rename the resource or disable the Aspire container tunnel."); 236throw new DistributedApplicationException($"Container resource '{container.Name}' uses container name '{containerNameAnnotation.Name}', which conflicts with the Aspire container tunnel container name '{ContainerTunnelContainerName}'. Rename the container or disable the Aspire container tunnel."); 243throw new DistributedApplicationException($"Container resource '{container.Name}' uses network alias '{aliasAnnotation.Alias}', which conflicts with the Aspire container tunnel container name '{ContainerTunnelContainerName}'. Rename the alias or disable the Aspire container tunnel."); 631throw new DistributedApplicationException(
Dcp\DcpDependencyCheck.cs (5)
88throw new DistributedApplicationException(string.Format( 116throw new DistributedApplicationException(string.Format( 161throw new DistributedApplicationException(string.Format( 243throw new DistributedApplicationException($"Container runtime '{containerRuntime}' could not be found. See https://aka.ms/aspire/containers for more details on supported container runtimes."); 262throw new DistributedApplicationException(message);
Dcp\DcpExecutor.cs (3)
1081throw new DistributedApplicationException($"Couldn't find required {nameof(DcpInstancesAnnotation)} annotation on resource {resource.Name}."); 1092throw new DistributedApplicationException($"Couldn't find required instance ID for index {instanceIndex} on resource {resource.Name}."); 1326throw new DistributedApplicationException($"Failed to delete '{resource.DcpResourceName}' successfully before restart.");
Devcontainers\Codespaces\CodespacesOptions.cs (1)
51return configuration.GetValue<string>(key) ?? throw new DistributedApplicationException($"Codespaces was detected but {key} environment missing.");
Devcontainers\DevcontainerSettingsWriter.cs (2)
114throw new DistributedApplicationException($"Failed to acquire semaphore for settings file: {settingsPath}"); 239throw new DistributedApplicationException("Codespaces, Devcontainer, or SSH Remote not detected.");
DistributedApplicationBuilder.cs (2)
155_ => throw new DistributedApplicationException("Invalid operation specified. Valid operations are 'publish', 'run', or 'inspect'.") 855throw new DistributedApplicationException($"Multiple resources with the name '{duplicateResourceName}'. Resource names are case-insensitive.");
Exceptions.cs (1)
9public FailedToApplyEnvironmentException(string message) : base(message) { }
McpServerResourceBuilderExtensions.cs (2)
62throw new DistributedApplicationException( 79throw new DistributedApplicationException(
MissingParameterValueException.cs (1)
23public MissingParameterValueException(string message) : base(message)
Pipelines\DistributedApplicationPipeline.cs (2)
210throw new DistributedApplicationException( 448throw new DistributedApplicationException(
ProjectResourceBuilderExtensions.cs (2)
433throw new DistributedApplicationException(message); 525throw new DistributedApplicationException($"File-based apps are only supported on .NET 10 or later. The version active in '{projectDirectory}' is {version}.");
Publishing\ContainerRuntimeBase.cs (5)
142throw new DistributedApplicationException(message); 188throw new DistributedApplicationException(message); 393throw new DistributedApplicationException(message); 442throw new DistributedApplicationException( 617throw new DistributedApplicationException(
Publishing\DockerContainerRuntime.cs (1)
134throw new DistributedApplicationException(
Publishing\ManifestPublisher.cs (2)
33throw new DistributedApplicationException( 66var manifestPath = _options.Value.OutputPath ?? throw new DistributedApplicationException("The '--output-path [path]' option was not specified even though '--publisher manifest' argument was used.");
Publishing\ManifestPublishingContext.cs (3)
70var manifestDirectory = Path.GetDirectoryName(fullyQualifiedManifestPath) ?? throw new DistributedApplicationException("Could not get directory name of output path"); 179throw new DistributedApplicationException($"Project metadata was not found for resource '{project.Name}'."); 329throw new DistributedApplicationException($"Could not get the container image name for resource '{container.Name}'.");
Publishing\ManifestPublishingExtensions.cs (1)
40throw new DistributedApplicationException(
Publishing\ProcessFailedException.cs (1)
21: base(message)
Publishing\ResourceContainerImageManager.cs (1)
332throw new DistributedApplicationException($"The resource '{resource.Name}' does not have a project metadata annotation.");
ResourceBuilderExtensions.cs (26)
447throw new DistributedApplicationException($"The URL parameter '{externalService.Resource.UrlParameter.Name}' for source resource '{externalService.Resource.Name}' is invalid while configuring target resource '{builder.Resource.Name}': {message}"); 1352throw new DistributedApplicationException($"The URL parameter '{externalService.Resource.UrlParameter.Name}' for source resource '{externalService.Resource.Name}' is invalid while configuring target resource '{builder.Resource.Name}': {message}"); 2436throw new DistributedApplicationException($"The '{builder.Resource.Name}' resource cannot wait for itself."); 2441throw new DistributedApplicationException($"The '{builder.Resource.Name}' resource cannot wait for its parent '{dependency.Resource.Name}'."); 2559throw new DistributedApplicationException($"The '{builder.Resource.Name}' resource cannot wait for itself."); 2564throw new DistributedApplicationException($"The '{builder.Resource.Name}' resource cannot wait for its parent '{dependency.Resource.Name}'."); 2662throw new DistributedApplicationException($"The '{builder.Resource.Name}' resource cannot wait for itself."); 2667throw new DistributedApplicationException($"The '{builder.Resource.Name}' resource cannot wait for its parent '{dependency.Resource.Name}'."); 2722throw new DistributedApplicationException($"Resource '{builder.Resource.Name}' already has a health check with key '{key}'."); 2809?? throw new DistributedApplicationException($"Could not create HTTP health check for resource '{builder.Resource.Name}' as the endpoint selector returned null."); 2813throw new DistributedApplicationException($"Could not create HTTP health check for resource '{builder.Resource.Name}' as the endpoint with name '{endpoint.EndpointName}' and scheme '{endpoint.Scheme}' is not an HTTP endpoint."); 2826throw new DistributedApplicationException($"The endpoint '{endpointName}' does not exist on the resource '{builder.Resource.Name}'."); 3331throw new DistributedApplicationException("Process command output line count must be greater than zero."); 3371throw new DistributedApplicationException("Process command requires a non-empty executable path."); 3379throw new DistributedApplicationException("Process command arguments cannot contain null values."); 3406throw new DistributedApplicationException("Process command environment variables require non-empty names."); 3411throw new DistributedApplicationException($"Process command environment variable '{name}' requires a value."); 3427throw new DistributedApplicationException($"Process command '{processCommandSpec.ExecutablePath}' arguments cannot contain null values."); 3436throw new DistributedApplicationException($"Process command '{processCommandSpec.ExecutablePath}' environment variables require non-empty names."); 3441throw new DistributedApplicationException($"Process command '{processCommandSpec.ExecutablePath}' environment variable '{name}' requires a value."); 3684?? throw new DistributedApplicationException($"Could not create HTTP command for resource '{builder.Resource.Name}' as the endpoint selector returned null."); 3688throw new DistributedApplicationException($"Could not create HTTP command for resource '{builder.Resource.Name}' as the endpoint with name '{endpoint.EndpointName}' and scheme '{endpoint.Scheme}' is not an HTTP endpoint."); 4382throw new DistributedApplicationException($"Could not create {errorDisplayNoun} for resource '{builder.Resource.Name}' as the endpoint with name '{matchingEndpoint.EndpointName}' and scheme '{matchingEndpoint.Scheme}' is not an HTTP endpoint."); 4390throw new DistributedApplicationException($"Could not create {errorDisplayNoun} for resource '{builder.Resource.Name}' as no endpoint was found matching one of the specified names: {endpointNamesString}"); 4410throw new DistributedApplicationException($"Could not create HTTP command for resource '{builder.Resource.Name}' as it has no HTTP endpoints."); 5074var endpoint = endpointSelector() ?? throw new DistributedApplicationException($"Could not create HTTP probe for resource '{builder.Resource.Name}' as the endpoint selector returned null.");
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (3)
20throw new DistributedApplicationException(LaunchProfileStrings.ProjectDoesNotContainMetadataExceptionMessage); 62throw new DistributedApplicationException(message); 79throw new DistributedApplicationException(message);
Aspire.Hosting.Azure (3)
Exceptions.cs (3)
9public AzureCliNotOnPathException(string message) : base(message) { } 16public MissingConfigurationException(string message) : base(message) { } 23public FailedToApplyEnvironmentException(string message) : base(message) { }
Aspire.Hosting.Azure.AppContainers (2)
AzureContainerAppExtensions.cs (1)
209throw new DistributedApplicationException(
src\Shared\CrossScopeAcrPullIdentityPreparer.cs (1)
122throw new DistributedApplicationException(
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentResource.cs (1)
307throw new DistributedApplicationException("App Service configuration validation failed. See errors above.");
src\Shared\CrossScopeAcrPullIdentityPreparer.cs (1)
122throw new DistributedApplicationException(
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBExtensions.cs (1)
126throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{builder.Resource.Name}' resource but the connection string was null.");
Aspire.Hosting.Azure.Functions (3)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (3)
20throw new DistributedApplicationException(LaunchProfileStrings.ProjectDoesNotContainMetadataExceptionMessage); 62throw new DistributedApplicationException(message); 79throw new DistributedApplicationException(message);
Aspire.Hosting.Azure.Kusto (5)
AzureKustoBuilderExtensions.cs (5)
128throw new DistributedApplicationException($"ConnectionStringAvailableEvent published for resource '{db.Name}', but the connection string was null."); 243throw new DistributedApplicationException($"ConnectionStringAvailableEvent published for resource '{resource.Name}', but the connection string was null."); 259throw new DistributedApplicationException($"Connection string for Kusto resource '{server.Name}' is not set."); 386throw new DistributedApplicationException($"Connection string for Kusto resource '{resourceBuilder.Resource.Name}' is not set."); 401throw new DistributedApplicationException($"Connection string for Kusto resource '{resourceBuilder.Resource.Name}' is not set.");
Aspire.Hosting.Azure.Storage (2)
AzureStorageExtensions.cs (2)
218var blobConnectionString = await builder.Resource.GetBlobConnectionString().GetValueAsync(ct).ConfigureAwait(false) ?? throw new DistributedApplicationException($"{nameof(ConnectionStringAvailableEvent)} was published for the '{builder.Resource.Name}' resource but the connection string was null."); 221var queueConnectionString = await builder.Resource.GetQueueConnectionString().GetValueAsync(ct).ConfigureAwait(false) ?? throw new DistributedApplicationException($"{nameof(ConnectionStringAvailableEvent)} was published for the '{builder.Resource.Name}' resource but the connection string was null.");
Aspire.Hosting.Blazor (3)
BlazorHostedExtensions.cs (3)
230: new DistributedApplicationException(message); 240throw new DistributedApplicationException( 247throw new DistributedApplicationException(
Aspire.Hosting.DevTunnels (11)
DevTunnelCliClient.cs (10)
63throw new DistributedApplicationException($"Failed to get devtunnel CLI version. Output: '{output}'. Error: '{error}'"); 104throw new DistributedApplicationException( 153throw new DistributedApplicationException($"Failed to create dev tunnel '{tunnelId}' after {attempts} attempts. Exit code {exitCode}: {error}"); 163return tunnel ?? throw new DistributedApplicationException($"Failed to get dev tunnel '{tunnelId}'. Exit code {exitCode}: {error}"); 172return ports ?? throw new DistributedApplicationException($"Failed to get port list for dev tunnel '{tunnelId}'. Exit code {exitCode}: {error}"); 241throw new DistributedApplicationException($"Failed to create port '{portNumber}' for tunnel '{tunnelId}' after {attempts} attempts. Exit code {exitCode}: {error}"); 250return result ?? throw new DistributedApplicationException($"Failed to delete port '{portNumber}' on dev tunnel '{tunnelId}'. Exit code {exitCode}: {error}"); 259return access ?? throw new DistributedApplicationException($"Failed to get access details for '{tunnelId}'{(portNumber.HasValue ? $" port {portNumber}" : "")}. Exit code {exitCode}: {error}"); 268return login ?? throw new DistributedApplicationException($"Failed to get user login status. Exit code {exitCode}: {error}"); 287throw new DistributedApplicationException($"Failed to perform user login. Process finished with exit code: {exitCode}");
DevTunnelResourceBuilderExtensions.cs (1)
138throw new DistributedApplicationException(result.ValidationMessage);
Aspire.Hosting.Dotnet (6)
DotnetProjectHostingExtensions.cs (1)
213throw new DistributedApplicationException(message);
DotnetProjectResource.cs (2)
66Task.FromException(new DistributedApplicationException(GetUnsupportedPublishMessage(Name)))); 90Action = _ => throw new DistributedApplicationException(
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (3)
20throw new DistributedApplicationException(LaunchProfileStrings.ProjectDoesNotContainMetadataExceptionMessage); 62throw new DistributedApplicationException(message); 79throw new DistributedApplicationException(message);
Aspire.Hosting.Foundry (4)
HostedAgent\AzureHostedAgentResource.cs (1)
407throw new DistributedApplicationException($"The connection string for the resource '{connectionStringReference.Resource.Name}' is not available.");
HostedAgent\HostedAgentConfiguration.cs (3)
161throw new DistributedApplicationException($"Foundry hosted agent for target resource '{targetResourceName}' must declare at least one protocol version."); 177throw new DistributedApplicationException( 195throw new DistributedApplicationException(
Aspire.Hosting.Garnet (1)
GarnetBuilderExtensions.cs (1)
122throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{garnet.Name}' resource but the connection string was null.");
Aspire.Hosting.Java (19)
JavaDockerfileGenerator.cs (15)
355throw new DistributedApplicationException( 433throw new DistributedApplicationException( 441throw new DistributedApplicationException( 454static message => new DistributedApplicationException(message)); 574throw new DistributedApplicationException( 599throw new DistributedApplicationException( 611throw new DistributedApplicationException( 1006throw new DistributedApplicationException( 1042throw new DistributedApplicationException( 1053throw new DistributedApplicationException( 1059throw new DistributedApplicationException( 1078throw new DistributedApplicationException( 1094throw new DistributedApplicationException( 1151?? throw new DistributedApplicationException( 1174throw new DistributedApplicationException(
JavaHostingExtensions.cs (4)
135throw new DistributedApplicationException( 1254throw new DistributedApplicationException( 1537throw new DistributedApplicationException( 1545throw new DistributedApplicationException(
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
1437throw new DistributedApplicationException(
Aspire.Hosting.Kafka (1)
KafkaBuilderExtensions.cs (1)
49throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{kafka.Name}' resource but the connection string was null.");
Aspire.Hosting.Maui (6)
MauiiOSExtensions.cs (2)
228throw new DistributedApplicationException( 430throw new DistributedApplicationException(
MauiOtlpExtensions.cs (3)
126throw new DistributedApplicationException($"The MAUI OTLP dev tunnel for resource '{parentBuilder.Resource.Name}' requires the Aspire dashboard to be enabled or an explicit OTLP endpoint URL to be configured."); 129throw new DistributedApplicationException($"The Aspire dashboard resource '{KnownResourceNames.AspireDashboard}' does not have an allocated OTLP endpoint named '{KnownEndpointNames.OtlpGrpcEndpointName}' or '{KnownEndpointNames.OtlpHttpEndpointName}', so the MAUI OTLP dev tunnel for resource '{parentBuilder.Resource.Name}' cannot start. Ensure dashboard OTLP ingestion is enabled, or configure an explicit OTLP endpoint URL."); 180throw new DistributedApplicationException($"The configured OTLP endpoint URL '{url}' from '{configKey}' must be an absolute HTTP or HTTPS URL.");
MauiPlatformHelper.cs (1)
140throw new DistributedApplicationException(
Aspire.Hosting.MongoDB (2)
MongoDBBuilderExtensions.cs (2)
73throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{mongoDBContainer.Name}' resource but the connection string was null."); 127throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{mongoDBDatabase.Name}' resource but the connection string was null.");
Aspire.Hosting.MySql (3)
MySqlBuilderExtensions.cs (3)
53throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{resource.Name}' resource but the connection string was null."); 61throw new DistributedApplicationException($"ResourceReadyEvent was published for the '{resource.Name}' resource but the connection string was null."); 136throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{name}' resource but the connection string was null.");
Aspire.Hosting.Nats (1)
NatsBuilderExtensions.cs (1)
67?? throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{nats.Name}' resource but the connection string was null.");
Aspire.Hosting.Oracle (1)
OracleDatabaseBuilderExtensions.cs (1)
51throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{oracleDatabaseServer.Name}' resource but the connection string was null.");
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (3)
69throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{postgresServer.Name}' resource but the connection string was null."); 77throw new DistributedApplicationException($"ResourceReadyEvent was published for the '{postgresServer.Name}' resource but the connection string was null."); 168throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{name}' resource but the connection string was null.");
Aspire.Hosting.Qdrant (1)
QdrantBuilderExtensions.cs (1)
57?? throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{qdrant.Name}' resource but the connection string was null.");
Aspire.Hosting.RabbitMQ (2)
RabbitMQBuilderExtensions.cs (2)
53throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{rabbitMq.Name}' resource but the connection string was null."); 233throw new DistributedApplicationException($"Cannot configure the RabbitMQ resource '{builder.Resource.Name}' to enable the management plugin as it uses an unrecognized container image registry, name, or tag.");
Aspire.Hosting.Redis (1)
RedisBuilderExtensions.cs (1)
88throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{redis.Name}' resource but the connection string was null.");
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
2232throw new DistributedApplicationException(
Aspire.Hosting.Rust (19)
CargoMetadata.cs (1)
91throw new DistributedApplicationException(
CargoMetadataReader.cs (3)
111throw new DistributedApplicationException( 127throw new DistributedApplicationException( 137throw new DistributedApplicationException(
RustCargoTargetResolver.cs (4)
150[] => throw new DistributedApplicationException( 153var many => throw new DistributedApplicationException( 167?? throw new DistributedApplicationException( 186_ => throw new DistributedApplicationException(
RustDockerfileGenerator.cs (6)
212throw new DistributedApplicationException( 227throw new DistributedApplicationException( 243throw new DistributedApplicationException( 314?? throw new DistributedApplicationException( 342throw new DistributedApplicationException( 373throw new DistributedApplicationException(
RustHostingExtensions.cs (5)
799throw new DistributedApplicationException( 905throw new DistributedApplicationException( 914throw new DistributedApplicationException( 921throw new DistributedApplicationException( 932=> new(
Aspire.Hosting.SqlServer (3)
SqlServerBuilderExtensions.cs (3)
70throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{sqlServer.Name}' resource but the connection string was null."); 77throw new DistributedApplicationException($"ResourceReadyEvent was published for the '{sqlServer.Name}' resource but the connection string was null."); 146throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{name}' resource but the connection string was null.");
Aspire.Hosting.Tests (4)
DistributedApplicationTests.cs (4)
70throw new DistributedApplicationException(exceptionMessage); 115throw new DistributedApplicationException(exceptionMessage); 146throw new DistributedApplicationException(exceptionMessage); 702throw new DistributedApplicationException(exceptionMessage);
Aspire.Hosting.TestUtilities (2)
Publishing\FakeContainerRuntime.cs (2)
113throw new DistributedApplicationException("Fake container runtime is configured to fail"); 124throw new DistributedApplicationException("Fake container runtime is configured to fail");
Aspire.Hosting.Valkey (1)
ValkeyBuilderExtensions.cs (1)
136throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{valkey.Name}' resource but the connection string was null.");