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