3 references to JsonDocumentManifestPublisher
Aspire.Hosting.Tests (3)
ManifestGenerationTests.cs (2)
154appBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher, JsonDocumentManifestPublisher>("manifest"); 562program.AppBuilder.Services.AddKeyedSingleton<IDistributedApplicationPublisher, JsonDocumentManifestPublisher>("manifest");
Schema\SchemaTests.cs (1)
158builder.Services.AddKeyedSingleton<IDistributedApplicationPublisher, JsonDocumentManifestPublisher>("manifest");