24 writes to CommandName
Aspire.Hosting (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
56Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).CommandName = value!,
Aspire.Hosting.Azure.Functions (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
56Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).CommandName = value!,
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
904CommandName = "Project", 914CommandName = "Project",
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
427CommandName = "Project", 437CommandName = "Project",
Aspire.Hosting.Testing (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
56Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).CommandName = value!,
Aspire.Hosting.Tests (17)
Dcp\DcpExecutorTests.cs (5)
2284CommandName = "Project", 2294CommandName = "Project", 2321settings.Profiles["Zed"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6001" }; 2322settings.Profiles["Alpha"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6002" }; 2323settings.Profiles["Beta"] = new LaunchProfile { CommandName = "Project", ApplicationUrl = "http://localhost:6003" };
ProjectResourceTests.cs (9)
934CommandName = "Project", 955CommandName = "Project", 976CommandName = "Project", 997CommandName = "IISExpress", 1003CommandName = "Project", 1018CommandName = "IISExpress", 1024CommandName = "Docker", 1039CommandName = "IISExpress", 1045CommandName = "Executable",
PublishAsDockerfileTests.cs (1)
474CommandName = "Project"
WithUrlsTests.cs (2)
1017CommandName = "Project", 1023CommandName = "Project",
10 references to CommandName
Aspire.Hosting (4)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
55Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).CommandName, 215writer.WriteString(PropName_commandName, ((global::Aspire.Hosting.LaunchProfile)value).CommandName);
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 (4)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
55Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).CommandName, 215writer.WriteString(PropName_commandName, ((global::Aspire.Hosting.LaunchProfile)value).CommandName);
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.Testing (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
55Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).CommandName, 215writer.WriteString(PropName_commandName, ((global::Aspire.Hosting.LaunchProfile)value).CommandName);