10 instantiations of DeployingCallbackAnnotation
Aspire.Hosting.Tests (10)
PublishingTests.cs (10)
59.WithAnnotation(new DeployingCallbackAnnotation(context => 95.WithAnnotation(new DeployingCallbackAnnotation(context => 130.WithAnnotation(new DeployingCallbackAnnotation(context => 155.WithAnnotation(new DeployingCallbackAnnotation(context => 162.WithAnnotation(new DeployingCallbackAnnotation(context => 187.WithAnnotation(new DeployingCallbackAnnotation(context => 251.WithAnnotation(new DeployingCallbackAnnotation(_ => throw new InvalidOperationException("Deploy failed!"))); 264.WithAnnotation(new DeployingCallbackAnnotation(_ => { called = "first"; return Task.CompletedTask; })) 265.WithAnnotation(new DeployingCallbackAnnotation(_ => { called = "second"; return Task.CompletedTask; })); 282.WithAnnotation(new DeployingCallbackAnnotation(context =>
4 references to DeployingCallbackAnnotation
Aspire.Hosting (4)
ApplicationModel\DeployingCallbackAnnotation.cs (1)
12/// Initializes a new instance of the <see cref="DeployingCallbackAnnotation"/> class.
Publishing\DeployingContext.cs (2)
76if (resource.TryGetLastAnnotation<DeployingCallbackAnnotation>(out var annotation))
Publishing\Publisher.cs (1)
53if (resource.HasAnnotationOfType<DeployingCallbackAnnotation>())