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