214 references to DistributedApplicationException
Aspire.Hosting (84)
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)
687throw 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)
1134throw new DistributedApplicationException($"Couldn't find required {nameof(DcpInstancesAnnotation)} annotation on resource {resource.Name}."); 1145throw new DistributedApplicationException($"Couldn't find required instance ID for index {instanceIndex} on resource {resource.Name}."); 1379throw 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'.") 865throw 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)
434throw new DistributedApplicationException(message); 532throw new DistributedApplicationException($"File-based apps are only supported on .NET 10 or later. The version active in '{projectDirectory}' is {version}.");
Publishing\ContainerRuntimeBase.cs (6)
369throw new DistributedApplicationException(message); 415throw new DistributedApplicationException(message); 601throw new DistributedApplicationException($"{Name} {operationName} for '{imageName}' failed with exit code {processResult.ExitCode}.{Environment.NewLine}{processResult.GetFormattedOutput()}"); 695throw new DistributedApplicationException(message); 744throw new DistributedApplicationException( 919throw 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)
333throw 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."); 5115var 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.Sandboxes (1)
src\Shared\CrossScopeAcrPullIdentityPreparer.cs (1)
122throw new DistributedApplicationException(
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)
228: new DistributedApplicationException(message); 238throw new DistributedApplicationException( 245throw 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 (13)
DotnetProjectBuildCoordinator.cs (4)
191throw new DistributedApplicationException( 575throw new DistributedApplicationException( 721throw new DistributedApplicationException( 1105throw new DistributedApplicationException(
DotnetProjectHostingExtensions.cs (2)
160throw new DistributedApplicationException( 402throw new DistributedApplicationException(message);
DotnetProjectResource.cs (2)
66Task.FromException(new DistributedApplicationException(GetUnsupportedPublishMessage(Name)))); 90Action = _ => throw new DistributedApplicationException(
DotnetProjectRunPropertiesResolver.cs (2)
120throw new DistributedApplicationException( 141throw 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)
403throw 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( 1009throw new DistributedApplicationException( 1045throw new DistributedApplicationException( 1056throw new DistributedApplicationException( 1062throw new DistributedApplicationException( 1081throw new DistributedApplicationException( 1097throw new DistributedApplicationException( 1154?? throw new DistributedApplicationException( 1177throw new DistributedApplicationException(
JavaHostingExtensions.cs (4)
135throw new DistributedApplicationException( 1254throw new DistributedApplicationException( 1537throw new DistributedApplicationException( 1545throw new DistributedApplicationException(
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
1982throw 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.Kubernetes (4)
KubernetesEnvironmentExtensions.cs (4)
118throw new DistributedApplicationException( 151throw new DistributedApplicationException( 189throw new DistributedApplicationException( 244throw new DistributedApplicationException(
Aspire.Hosting.Maui (6)
MauiiOSExtensions.cs (2)
228throw new DistributedApplicationException( 430throw new DistributedApplicationException(
MauiOtlpExtensions.cs (3)
142var exception = 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."); 179var exception = new DistributedApplicationException($"The Aspire dashboard resource '{KnownResourceNames.AspireDashboard}' terminated or does not have a concrete OTLP endpoint named '{KnownEndpointNames.OtlpHttpEndpointName}' or '{KnownEndpointNames.OtlpGrpcEndpointName}', 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."); 252throw new DistributedApplicationException($"The configured OTLP endpoint URL '{url}' from '{configKey}' must be an absolute locally reachable HTTP or HTTPS URL with a port between 1 and 65535.");
MauiPlatformHelper.cs (1)
151throw new DistributedApplicationException(
Aspire.Hosting.MongoDB (6)
MongoDBBuilderExtensions.cs (2)
101?? throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{resource.Name}' resource but the connection string was null."); 199throw new DistributedApplicationException($"ConnectionStringAvailableEvent was published for the '{mongoDBDatabase.Name}' resource but the connection string was null.");
ReplicaSet\MongoDBReplicaSetBuilderExtensions.cs (4)
152throw new DistributedApplicationException($"MongoDB replica set member '{memberWithoutTls.Name}' does not have TLS enabled, which is required for members of a replica set. Ensure an HTTPS/TLS certificate is available for the member, for example by trusting the ASP.NET Core developer certificate."); 158?? throw new DistributedApplicationException($"The connection string of MongoDB replica set member '{member.Name}' could not be resolved.") 170.ConfigureAwait(false) ?? throw new DistributedApplicationException($"The endpoint of MongoDB replica set member '{m.Name}' could not be resolved.") 247throw new DistributedApplicationException($"Cannot remove {string.Join(", ", removedHosts.Select(h => $"'{h}'"))} from the existing MongoDB replica set '{rsResource.Name}': removing members from a replica set that has already been initialized is not supported yet. Add the member(s) back, or start over from an empty replica set by removing the data volumes of its members.");
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)
2250throw 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); 706throw new DistributedApplicationException(exceptionMessage);
Aspire.Hosting.TestUtilities (2)
Publishing\FakeContainerRuntime.cs (2)
162throw new DistributedApplicationException("Fake container runtime is configured to fail"); 173throw 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.");