26 writes to CommandName
Aspire.Hosting.Azure.Tests (1)
AzureSandboxesTests.cs (1)
3333CommandName = "Project",
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
1288CommandName = "Project", 1298CommandName = "Project",
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
2145CommandName = "Project", 2155CommandName = "Project",
Aspire.Hosting.Tests (21)
Dcp\DcpExecutorTests.cs (7)
10470CommandName = "Project", 10480CommandName = "Project", 10502CommandName = "Project", 10525settings.Profiles["Zed"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6001" }; 10526settings.Profiles["Alpha"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6002" }; 10527settings.Profiles["Beta"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6003" }; 10547CommandName = "Executable",
Dcp\ResourceSnapshotBuilderTests.cs (2)
341CommandName = "Project" 359CommandName = "Project"
ProjectResourceTests.cs (9)
1086CommandName = "Project", 1107CommandName = "Project", 1128CommandName = "Project", 1149CommandName = "IISExpress", 1155CommandName = "Project", 1170CommandName = "IISExpress", 1176CommandName = "Docker", 1191CommandName = "IISExpress", 1197CommandName = "Executable",
PublishAsDockerfileTests.cs (1)
536CommandName = "Project"
WithUrlsTests.cs (2)
1079CommandName = "Project", 1085CommandName = "Project",
6 references to CommandName
Aspire.Hosting (2)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
134if (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)
134if (string.IsNullOrEmpty(profile.CommandName) || Array.Exists(s_allowedCommandNames, name => string.Equals(name, profile.CommandName, StringComparison.OrdinalIgnoreCase)))
Aspire.Hosting.Dotnet (2)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (2)
134if (string.IsNullOrEmpty(profile.CommandName) || Array.Exists(s_allowedCommandNames, name => string.Equals(name, profile.CommandName, StringComparison.OrdinalIgnoreCase)))