4 references to FailedToApplyEnvironmentException
Aspire.Hosting (4)
Dcp\ContainerCreator.cs (1)
322
throw new
FailedToApplyEnvironmentException
($"Failed to apply configuration to container {cr.ModelResource.Name}", configuration.Exception);
Dcp\ExecutableCreator.cs (3)
63
throw new
FailedToApplyEnvironmentException
(
97
throw new
FailedToApplyEnvironmentException
(failureMessage, ex);
107
throw new
FailedToApplyEnvironmentException
(failureMessage, ex);