4 references to PublishingActivityProgressReporter
Aspire.Hosting (4)
Backchannel\AppHostRpcTarget.cs (1)
22PublishingActivityProgressReporter activityReporter,
DistributedApplicationBuilder.cs (3)
384_innerBuilder.Services.AddSingleton<PublishingActivityProgressReporter>(); 385_innerBuilder.Services.AddSingleton<IPublishingActivityProgressReporter, PublishingActivityProgressReporter>(sp => sp.GetRequiredService<PublishingActivityProgressReporter>());