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