4 references to NoopPublisher
Aspire.Hosting.Tests (4)
AsHttp2ServiceTests.cs (3)
18
testProgram.AppBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher,
NoopPublisher
>("manifest");
39
testProgram.AppBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher,
NoopPublisher
>("manifest");
57
testProgram.AppBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher,
NoopPublisher
>("manifest");
ProjectResourceTests.cs (1)
667
appBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher,
NoopPublisher
>("manifest");