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