1 instantiation of DeployingContext
Aspire.Hosting (1)
Publishing\Publisher.cs (1)
35
var deployingContext = new
DeployingContext
(model, executionContext, serviceProvider, logger, cancellationToken, outputPath);
3 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)
35
var
deployingContext = new DeployingContext(model, executionContext, serviceProvider, logger, cancellationToken, outputPath);