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