16 writes to CommandLineArgs
Aspire.Hosting (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
75Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).CommandLineArgs = value!,
Aspire.Hosting.Azure.Functions (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
75Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).CommandLineArgs = value!,
Aspire.Hosting.Azure.Tests (9)
AzureContainerAppsTests.cs (1)
1734CommandLineArgs = "--port 7071",
AzureDeployerTests.cs (1)
1148CommandLineArgs = "--port 7071",
AzureFunctionsTests.cs (6)
436CommandLineArgs = "--port 7071", 453CommandLineArgs = "--port 70b1", 470CommandLineArgs = "--port", 503CommandLineArgs = "--port 7072 --port 7071", 520CommandLineArgs = "--port 7071 --useHttps", 537CommandLineArgs = "--useHttps",
PublicApiTests\FunctionsPublicApiTests.cs (1)
106CommandLineArgs = "--port 7071",
Aspire.Hosting.Testing (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
75Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).CommandLineArgs = value!,
Aspire.Hosting.Tests (4)
ProjectResourceTests.cs (4)
912CommandLineArgs = "arg1 arg2", 933CommandLineArgs = "arg1 arg2", 954CommandLineArgs = "arg1 arg2", 1025CommandLineArgs = "exec app.dll"
9 references to CommandLineArgs
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1753if (launchProfile is not null && !string.IsNullOrWhiteSpace(launchProfile.CommandLineArgs)) 1755return CommandLineArgsParser.Parse(launchProfile.CommandLineArgs);
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
74Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).CommandLineArgs, 216writer.WriteString(PropName_commandLineArgs, ((global::Aspire.Hosting.LaunchProfile)value).CommandLineArgs);
Aspire.Hosting.Azure.Functions (3)
AzureFunctionsProjectResourceExtensions.cs (1)
271var commandLineArgs = CommandLineArgsParser.Parse(launchProfile.LaunchProfile.CommandLineArgs ?? string.Empty);
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
74Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).CommandLineArgs, 216writer.WriteString(PropName_commandLineArgs, ((global::Aspire.Hosting.LaunchProfile)value).CommandLineArgs);
Aspire.Hosting.Testing (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
74Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).CommandLineArgs, 216writer.WriteString(PropName_commandLineArgs, ((global::Aspire.Hosting.LaunchProfile)value).CommandLineArgs);