1 instantiation of DeployingContext
Aspire.Hosting (1)
Publishing\Publisher.cs (1)
35var deployingContext = new DeployingContext(model, executionContext, serviceProvider, logger, cancellationToken, outputPath);
3 references to DeployingContext
Aspire.Hosting (3)
ApplicationModel\DeployingCallbackAnnotation.cs (2)
16public sealed class DeployingCallbackAnnotation(Func<DeployingContext, Task> callback) : IResourceAnnotation 21public Func<DeployingContext, Task> Callback { get; } = callback ?? throw new ArgumentNullException(nameof(callback));
Publishing\Publisher.cs (1)
35var deployingContext = new DeployingContext(model, executionContext, serviceProvider, logger, cancellationToken, outputPath);