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