4 references to NoopPublisher
Aspire.Hosting.Tests (4)
AsHttp2ServiceTests.cs (3)
19
testProgram.AppBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher,
NoopPublisher
>("manifest");
40
testProgram.AppBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher,
NoopPublisher
>("manifest");
58
testProgram.AppBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher,
NoopPublisher
>("manifest");
ProjectResourceTests.cs (1)
653
appBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher,
NoopPublisher
>("manifest");