21 writes to CommandName
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
965CommandName = "Project", 975CommandName = "Project",
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
469CommandName = "Project", 479CommandName = "Project",
Aspire.Hosting.Tests (17)
Dcp\DcpExecutorTests.cs (5)
2398CommandName = "Project", 2408CommandName = "Project", 2435settings.Profiles["Zed"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6001" }; 2436settings.Profiles["Alpha"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6002" }; 2437settings.Profiles["Beta"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6003" };
ProjectResourceTests.cs (9)
979CommandName = "Project", 1000CommandName = "Project", 1021CommandName = "Project", 1042CommandName = "IISExpress", 1048CommandName = "Project", 1063CommandName = "IISExpress", 1069CommandName = "Docker", 1084CommandName = "IISExpress", 1090CommandName = "Executable",
PublishAsDockerfileTests.cs (1)
474CommandName = "Project"
WithUrlsTests.cs (2)
1017CommandName = "Project", 1023CommandName = "Project",
4 references to CommandName
Aspire.Hosting (2)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
147if (string.IsNullOrEmpty(profile.CommandName) || Array.Exists(s_allowedCommandNames, name => string.Equals(name, profile.CommandName, StringComparison.OrdinalIgnoreCase)))
Aspire.Hosting.Azure.Functions (2)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
147if (string.IsNullOrEmpty(profile.CommandName) || Array.Exists(s_allowedCommandNames, name => string.Equals(name, profile.CommandName, StringComparison.OrdinalIgnoreCase)))