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