1 write to LaunchConfigurationType
Aspire.Hosting (1)
SupportsDebuggingAnnotation.cs (1)
19LaunchConfigurationType = launchConfigurationType;
11 references to LaunchConfigurationType
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1478if (supportsDebuggingAnnotation.LaunchConfigurationType is "project") 1882&& supportsDebuggingAnnotation.LaunchConfigurationType is not "project")
Utils\ExtensionUtils.cs (2)
22&& ((supportedLaunchConfigurations is null && supportsDebuggingAnnotation.LaunchConfigurationType == "project") // per DCP spec, project resources support debugging if no launch configurations are specified 23|| (supportedLaunchConfigurations is not null && supportedLaunchConfigurations.Contains(supportsDebuggingAnnotation.LaunchConfigurationType)));
Aspire.Hosting.JavaScript.Tests (3)
AddNodeAppTests.cs (3)
443Assert.Equal("node", annotation.LaunchConfigurationType); 468Assert.Equal("node", annotation.LaunchConfigurationType); 495Assert.Equal("browser", annotation.LaunchConfigurationType);
Aspire.Hosting.Tests (4)
ExecutableResourceBuilderExtensionTests.cs (1)
87Assert.Equal("ms-python.python", annotation.LaunchConfigurationType);
ProjectResourceTests.cs (3)
910Assert.Equal("project", annotation.LaunchConfigurationType); 921Assert.Equal("project", annotation.LaunchConfigurationType); 932Assert.Equal("project", annotation.LaunchConfigurationType);