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