1 instantiation of DeployingContext
Aspire.Hosting (1)
Publishing\Publisher.cs (1)
80
var deployingContext = new
DeployingContext
(model, executionContext, serviceProvider, logger, cancellationToken, options.Value.OutputPath is not null ?
4 references to DeployingContext
Aspire.Hosting (3)
ApplicationModel\DeployingCallbackAnnotation.cs (2)
16
public sealed class DeployingCallbackAnnotation(Func<
DeployingContext
, Task> callback) : IResourceAnnotation
21
public Func<
DeployingContext
, Task> Callback { get; } = callback ?? throw new ArgumentNullException(nameof(callback));
Publishing\Publisher.cs (1)
80
var
deployingContext = new DeployingContext(model, executionContext, serviceProvider, logger, cancellationToken, options.Value.OutputPath is not null ?
Aspire.Hosting.Azure (1)
AzureEnvironmentResource.cs (1)
71
private Task DeployAsync(
DeployingContext
context)