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