8 references to DistributedApplicationModel
Aspire.Hosting.Azure.Tests (1)
AzureManifestUtils.cs (1)
17GetManifestWithBicep(new DistributedApplicationModel([resource]), resource, skipPreparer);
Aspire.Hosting.Tests (7)
Dashboard\DashboardEventHandlersTests.cs (3)
298var model = new DistributedApplicationModel([dashboardResource]); 348var model = new DistributedApplicationModel([dashboardResource]); 389var model = new DistributedApplicationModel([dashboardResource]);
Dashboard\DashboardResourceTests.cs (1)
407builder.Services.AddSingleton(new DistributedApplicationModel([]));
Eventing\DistributedApplicationBuilderEventingTests.cs (2)
430var testEvent = new BeforePublishEvent(app.Services, new([])); 453var testEvent = new AfterPublishEvent(app.Services, new([]));
ResourceNotificationTests.cs (1)
1377var appModel = new DistributedApplicationModel([new CustomResource("existingResource")]);