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