21 writes to CommandName
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
1051CommandName = "Project", 1061CommandName = "Project",
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
650CommandName = "Project", 660CommandName = "Project",
Aspire.Hosting.Tests (17)
Dcp\DcpExecutorTests.cs (5)
2638CommandName = "Project", 2648CommandName = "Project", 2675settings.Profiles["Zed"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6001" }; 2676settings.Profiles["Alpha"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6002" }; 2677settings.Profiles["Beta"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6003" };
ProjectResourceTests.cs (9)
980CommandName = "Project", 1001CommandName = "Project", 1022CommandName = "Project", 1043CommandName = "IISExpress", 1049CommandName = "Project", 1064CommandName = "IISExpress", 1070CommandName = "Docker", 1085CommandName = "IISExpress", 1091CommandName = "Executable",
PublishAsDockerfileTests.cs (1)
475CommandName = "Project"
WithUrlsTests.cs (2)
1018CommandName = "Project", 1024CommandName = "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)))