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