3 references to ProjectLaunchConfigurationType
Microsoft.WebTools.AspireService.Tests (3)
AspireServerServiceTests.cs (1)
491
type = RunSessionRequest.
ProjectLaunchConfigurationType
,
RunSessionRequest.cs (1)
70
var projectLaunchConfig = LaunchConfigurations.FirstOrDefault(launchConfig => string.Equals(launchConfig.LaunchType,
ProjectLaunchConfigurationType
, StringComparison.OrdinalIgnoreCase));
RunSessionRequestTests.cs (1)
29
LaunchType = RunSessionRequest.
ProjectLaunchConfigurationType
,