5 references to GetManifestForModel
Aspire.Hosting.JavaScript.Tests (1)
AddJavaScriptAppTests.cs (1)
222var exception = await Assert.ThrowsAsync<DistributedApplicationException>(() => ManifestUtils.GetManifestForModel(appModel, workspace.Path));
Aspire.Hosting.Redis.Tests (4)
AddRedisTests.cs (4)
152var fullManifest = await ManifestUtils.GetManifestForModel(model); 177var fullManifest = await ManifestUtils.GetManifestForModel(model); 206var fullManifest = await ManifestUtils.GetManifestForModel(model); 232var fullManifest = await ManifestUtils.GetManifestForModel(model);