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)
151var fullManifest = await ManifestUtils.GetManifestForModel(model); 176var fullManifest = await ManifestUtils.GetManifestForModel(model); 205var fullManifest = await ManifestUtils.GetManifestForModel(model); 231var fullManifest = await ManifestUtils.GetManifestForModel(model);