6 implementations of SupportsLaunchProfiles
aspire (2)
Projects\DotNetAppHostProject.cs (1)
131public bool SupportsLaunchProfiles => true;
Projects\GuestAppHostProject.cs (1)
125public bool SupportsLaunchProfiles => false;
Aspire.Cli.Tests (4)
Commands\SecretCommandTests.cs (1)
119public bool SupportsLaunchProfiles => false;
Projects\ProjectLocatorTests.cs (1)
2196public bool SupportsLaunchProfiles => false;
TestServices\TestAppHostProjectFactory.cs (1)
157public bool SupportsLaunchProfiles => _factory.SupportsLaunchProfiles;
TestServices\TestTypeScriptStarterProjectFactory.cs (1)
56public bool SupportsLaunchProfiles => false;
1 reference to SupportsLaunchProfiles
aspire (1)
Commands\AppHostLauncher.cs (1)
275if (!project.SupportsLaunchProfiles)