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