3 references to SupportsNativeDashboard
aspire (2)
Projects\DotNetAppHostProject.cs (1)
2629
var supportsNativeDashboard = DashboardLaunchHelper.
SupportsNativeDashboard
(hostingVersion);
Projects\PrebuiltAppHostServer.cs (1)
266
DashboardLaunchHelper.
SupportsNativeDashboard
(hostingVersion);
Aspire.Cli.Tests (1)
Layout\LayoutConfigurationTests.cs (1)
33
Assert.Equal(expected, DashboardLaunchHelper.
SupportsNativeDashboard
(version));