3 implementations of IPipelineActivityReporter
Aspire.Hosting (2)
Pipelines\NullPipelineActivityReporter.cs (1)
15public sealed class NullPublishingActivityReporter : IPipelineActivityReporter
Pipelines\PipelineActivityReporter.cs (1)
17internal sealed class PipelineActivityReporter : IPipelineActivityReporter, IAsyncDisposable
Aspire.Hosting.Azure.Tests (1)
AzureDeployerTests.cs (1)
1351private sealed class TestPublishingActivityReporter : IPipelineActivityReporter
14 references to IPipelineActivityReporter
Aspire.Hosting (6)
DistributedApplicationBuilder.cs (1)
475_innerBuilder.Services.AddSingleton<IPipelineActivityReporter, PipelineActivityReporter>(sp => sp.GetRequiredService<PipelineActivityReporter>());
Pipelines\DistributedApplicationPipeline.cs (2)
538var activityReporter = context.Services.GetRequiredService<IPipelineActivityReporter>();
Pipelines\NullPipelineActivityReporter.cs (1)
12/// A no-op implementation of <see cref="IPipelineActivityReporter"/> for testing purposes.
Publishing\PipelineExecutor.cs (2)
24IPipelineActivityReporter activityReporter, 27IPipelineActivityReporter pipelineActivityReporter) : BackgroundService
Aspire.Hosting.Azure (1)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
31IPipelineActivityReporter activityReporter) : BaseProvisioningContextProvider(
Aspire.Hosting.Azure.Tests (1)
AzureDeployerTests.cs (1)
1072IPipelineActivityReporter? activityReporter = null,
Aspire.Hosting.Tests (6)
Pipelines\DistributedApplicationPipelineTests.cs (6)
779builder.Services.AddSingleton<IPipelineActivityReporter>(reporter); 1058builder.Services.AddSingleton<IPipelineActivityReporter>(reporter); 1122builder.Services.AddSingleton<IPipelineActivityReporter>(reporter); 1235builder.Services.AddSingleton<IPipelineActivityReporter>(reporter); 1296builder.Services.AddSingleton<IPipelineActivityReporter>(reporter); 1399builder.Services.AddSingleton<IPipelineActivityReporter>(reporter);