197 references to ManifestUtils
Aspire.Hosting.Azure.Tests (20)
Aspire.Hosting.Containers.Tests (10)
Aspire.Hosting.Dotnet.Tests (4)
Aspire.Hosting.DotnetTool.Tests (2)
Aspire.Hosting.Garnet.Tests (3)
Aspire.Hosting.Go.Tests (20)
Aspire.Hosting.Java.Tests (4)
Aspire.Hosting.JavaScript.Tests (49)
AddJavaScriptAppTests.cs (21)
34await ManifestUtils.GetManifest(yarnApp.Resource, workspace.Path);
57await ManifestUtils.GetManifest(yarnApp.Resource, workspace.Path);
77await ManifestUtils.GetManifest(yarnApp.Resource, workspace.Path);
97await ManifestUtils.GetManifest(yarnApp.Resource, workspace.Path);
124await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
145await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
185await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
203var exception = await Assert.ThrowsAsync<DistributedApplicationException>(() => ManifestUtils.GetManifest(app.Resource, workspace.Path));
222var exception = await Assert.ThrowsAsync<DistributedApplicationException>(() => ManifestUtils.GetManifestForModel(appModel, workspace.Path));
240var exception = await Assert.ThrowsAsync<DistributedApplicationException>(() => ManifestUtils.GetManifest(app.Resource, workspace.Path));
284var manifest = await ManifestUtils.GetManifest(app.Resource, workspace.Path);
302var manifest = await ManifestUtils.GetManifest(app.Resource, workspace.Path);
321var manifest = await ManifestUtils.GetManifest(app.Resource, workspace.Path);
337var exception = await Assert.ThrowsAsync<DistributedApplicationException>(() => ManifestUtils.GetManifest(app.Resource, workspace.Path));
359await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
395await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
430await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
461await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
490await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
562await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
658await ManifestUtils.GetManifest(pnpmApp.Resource, workspace.Path);
AddViteAppTests.cs (17)
37var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
97await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
130await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
201await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
227await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
249await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
270await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
290await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
310await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
328var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
348var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
373var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
399var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
425var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
442var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
466var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
484var manifest = await ManifestUtils.GetManifest(nodeApp.Resource, workspace.Path);
Aspire.Hosting.Kafka.Tests (1)
Aspire.Hosting.Keycloak.Tests (1)
Aspire.Hosting.Milvus.Tests (2)
Aspire.Hosting.MongoDB.Tests (3)
Aspire.Hosting.MySql.Tests (4)
Aspire.Hosting.Nats.Tests (5)
Aspire.Hosting.Oracle.Tests (4)
Aspire.Hosting.PostgreSQL.Tests (5)
Aspire.Hosting.Python.Tests (2)
Aspire.Hosting.Qdrant.Tests (2)
Aspire.Hosting.RabbitMQ.Tests (5)
Aspire.Hosting.Redis.Tests (4)
Aspire.Hosting.Seq.Tests (3)
Aspire.Hosting.SqlServer.Tests (3)
Aspire.Hosting.Tests (39)
Aspire.Hosting.Valkey.Tests (2)