2 writes to EnableDashboard
Aspire.Hosting.Testing.Tests (2)
DashboardTestingBuilderTests.cs (1)
255
EnableDashboard
= true
DashboardUrlTests.cs (1)
372
EnableDashboard
= true
6 references to EnableDashboard
Aspire.Hosting.Testing (5)
DistributedApplicationHostingTestingExtensions.cs (1)
29
/// Enable dashboard support with <see cref="DistributedApplicationTestingBuilderOptions.
EnableDashboard
"/> when creating
DistributedApplicationTestingBuilder.cs (4)
59
/// Thrown when <see cref="DistributedApplicationTestingBuilderOptions.
EnableDashboard
"/> is enabled in publish mode.
105
/// Thrown when <see cref="DistributedApplicationTestingBuilderOptions.
EnableDashboard
"/> is enabled in publish mode.
229
/// Thrown when <see cref="DistributedApplicationTestingBuilderOptions.
EnableDashboard
"/> is enabled in publish mode.
291
return testingOptions?.
EnableDashboard
== true;
Aspire.Hosting.Testing.Tests (1)
DashboardTestingBuilderTests.cs (1)
33
Assert.False(options.
EnableDashboard
);