278 writes to Name
Aspire.Hosting (10)
ApplicationModel\ParameterResource.cs (1)
168Name = name ?? Name,
ApplicationModel\ResourceCommandService.cs (1)
802Name = input.Name,
Ats\InteractionExports.cs (2)
258Name = input.Name, 310Name = name,
InteractionService.cs (1)
140return await PromptInputAsync(title, message, new InteractionInput { Name = InteractionHelpers.LabelToName(inputLabel), InputType = InputType.Text, Label = inputLabel, Required = true, Placeholder = placeHolder }, options, cancellationToken).ConfigureAwait(false);
Orchestrator\ParameterProcessor.cs (4)
238Name = SaveToUserSecretsName, 278Name = DeleteFromUserSecretsName, 384Name = DeleteFromUserSecretsName, 416Name = SaveToUserSecretsName,
ParameterResourceBuilderExtensions.cs (1)
266Name = parameter.Name,
Aspire.Hosting.Azure (17)
AzureProvisioningController.cs (7)
275Name = TenantIdArgumentName, 296Name = SubscriptionIdArgumentName, 317Name = ResourceGroupArgumentName, 335Name = LocationArgumentName, 357Name = LocationArgumentName, 375Name = ConfirmDeleteArgumentName, 678Name = AzureBicepResource.KnownParameters.Location,
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (6)
160Name = TenantName, 186Name = TenantName, 259Name = SubscriptionIdName, 285Name = SubscriptionIdName, 353Name = ResourceGroupName, 451Name = LocationName,
Provisioning\Internal\RunModeProvisioningContextProvider.cs (4)
337Name = TenantName, 363Name = SubscriptionIdName, 398Name = ResourceGroupName, 439Name = LocationName,
Aspire.Hosting.Azure.Tests (3)
AzureDeployerTests.cs (1)
811Name = p.Name,
AzureEnvironmentResourceExtensionsTests.cs (2)
4987Name = value.Name, 4997Name = input.Name,
Aspire.Hosting.Browsers (5)
BrowserLogsConfigurationManager.cs (5)
47Name = ScopeInputName, 61Name = BrowserInputName, 82Name = UserDataModeInputName, 105Name = ProfileInputName, 126Name = SaveToUserSecretsInputName,
Aspire.Hosting.Browsers.Tests (10)
BrowserLogsBuilderExtensionsTests.cs (5)
1737new InteractionInput { Name = "scope", InputType = InputType.Choice, Value = scope }, 1738new InteractionInput { Name = "browser", InputType = InputType.Choice, Value = browser }, 1739new InteractionInput { Name = "userDataMode", InputType = InputType.Choice, Value = userDataMode }, 1740new InteractionInput { Name = "profile", InputType = InputType.Choice, Value = profile }, 1741new InteractionInput { Name = "saveToUserSecrets", InputType = InputType.Boolean, Value = saveToUserSecrets },
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (5)
47Name = ScopeInputName, 61Name = BrowserInputName, 82Name = UserDataModeInputName, 105Name = ProfileInputName, 126Name = SaveToUserSecretsInputName,
Aspire.Hosting.EntityFrameworkCore (1)
EFResourceBuilderExtensions.cs (1)
755Name = "name",
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
328Name = "message",
PromptAgent\PromptAgentBuilderExtensions.cs (1)
120Name = "message",
Aspire.Hosting.Foundry.Tests (3)
HostedAgentExtensionTests.cs (2)
112Name = "message", 177Name = "message",
PromptAgentTests.cs (1)
109Name = "message",
Aspire.Hosting.Tests (138)
AddParameterTests.cs (5)
405Name = "CustomInput", 498Name = "TestParameter", 525Name = "CustomInput", 552Name = "CustomInput", 593Name = "TestParam",
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (14)
214Name = "selector", 2267Name = "selector", 2272Name = "clickCount", 2277Name = "snapshotAfter", 2332Name = "selector", 2383Name = "selector", 2388Name = "clickCount", 2393Name = "snapshotAfter", 2440Name = "browser", 2450Name = "profile", 2514Name = "category", 2524Name = "item", 2589Name = "selector", 2637Name = "target",
Dashboard\DashboardServiceTests.cs (13)
172Name = "selector", 299Name = "selector", 304Name = "clickCount", 362Name = "selector", 419Name = "target", 564new InteractionInput { Name = "Input", InputType = InputType.Text }); 612new InteractionInput { Name = "Input", InputType = InputType.Text, Label = "Input" }); 822? new InteractionInput { Name = "TestInput", Label = "Test Input", InputType = inputType, MaxFileSize = inputMaxFileSizeMB * 1024 * 1024 } 823: new InteractionInput { Name = "TestInput", Label = "Test Input", InputType = inputType }; 1078var fileInput = new InteractionInput { Name = "File", InputType = InputType.File }; 1079var textInput = new InteractionInput { Name = "Text", InputType = InputType.Text }; 1117var input = new InteractionInput { Name = "File", InputType = InputType.File, Required = true, AllowMultipleFiles = true }; 1181var input = new InteractionInput { Name = "File", InputType = InputType.File };
InteractionServiceTests.cs (54)
362var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Text, }; 399var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Text, Required = true }; 422var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Choice, Options = [KeyValuePair.Create("first", "First option!"), KeyValuePair.Create("second", "Second option!")] }; 445var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Choice, AllowCustomChoice = true, Options = [KeyValuePair.Create("first", "First option!"), KeyValuePair.Create("second", "Second option!")] }; 466var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Number }; 489var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.Boolean }; 522var input = new InteractionInput { Name = "Value", Label = "Value", InputType = inputType, MaxLength = maxLength }; 556Name = "TestLabel", 576Name = "TestLabel", 594Name = "TestLabel", 629Name = "TestLabel", 643new InteractionInput { Name = "Username", Label = "Username", InputType = InputType.Text }, 644new InteractionInput { Name = "Password", Label = "Password", InputType = InputType.SecretText }, 645new InteractionInput { Name = "RememberMe", Label = "Remember Me", InputType = InputType.Boolean } 683new InteractionInput { Name = "UserName", Label = "User Name", InputType = InputType.Text }, 684new InteractionInput { Name = "EmailAddress", Label = "Email Address", InputType = InputType.Text }, 685new InteractionInput { Name = "Age", InputType = InputType.Number } 717new InteractionInput { Name = "ExplicitName", Label = "Explicit", InputType = InputType.Text }, 718new InteractionInput { Name = "GeneratedLabel", Label = "Generated Label", InputType = InputType.Text }, 719new InteractionInput { Name = "AnotherExplicit", Label = "Another", InputType = InputType.Text } 740new InteractionInput { Name = "Duplicate", Label = "First", InputType = InputType.Text }, 741new InteractionInput { Name = "Duplicate", Label = "Second", InputType = InputType.Text } 755new InteractionInput { Name = "Username", Label = "First", InputType = InputType.Text }, 756new InteractionInput { Name = "USERNAME", Label = "Second", InputType = InputType.Text } 770new InteractionInput { Name = "Input1", InputType = InputType.Text }, 771new InteractionInput { Name = "Input2", InputType = InputType.Text }, 772new InteractionInput { Name = "Input3", InputType = InputType.Text } 803new InteractionInput { Name = "SpecialInput", Label = "!@#$%^&*()", InputType = InputType.Text }, 804new InteractionInput { Name = "EmptyLabel", Label = "", InputType = InputType.Text }, 805new InteractionInput { Name = "WhitespaceLabel", Label = " ", InputType = InputType.Text } 840new InteractionInput { Name = "Valid", Label = "Valid", InputType = InputType.Text } 856new InteractionInput { Name = "Username", Label = "Username", InputType = InputType.Text }, 857new InteractionInput { Name = "Password", Label = "Password", InputType = InputType.SecretText } 912Name = "Dynamic", 963new InteractionInput { Name = "Username", Label = "Username", InputType = InputType.Text }, 966Name = "Dynamic", 1018new InteractionInput { Name = "Email", Label = "Email", InputType = InputType.Text, Required = true }, 1019new InteractionInput { Name = "Age", Label = "Age", InputType = InputType.Number, Required = true } 1072Name = "Choice", 1086new InteractionInput { Name = "Age", Label = "Age", InputType = InputType.Number, Required = true } 1105Name = "Choice", 1119new InteractionInput { Name = "Age", Label = "Age", InputType = InputType.Number, Required = true } 1352var input = new InteractionInput { Name = "File", Label = "File", InputType = InputType.File, Required = true }; 1381var input = new InteractionInput { Name = "File", Label = "File", InputType = InputType.File }; 1406var input = new InteractionInput { Name = "File", Label = "File", InputType = InputType.File }; 1425var input = new InteractionInput { Name = "Text", InputType = InputType.Text }; 1449var input = new InteractionInput { Name = "Text", InputType = InputType.Text }; 1472var input = new InteractionInput { Name = "File", Label = "File", InputType = InputType.File, Required = true }; 1495var input = new InteractionInput { Name = "File", Label = "File", InputType = InputType.File, Required = false }; 1521Name = "File", 1560Name = "File", 1567Name = "File", 1578Name = "File", 1591Name = "File",
Orchestrator\ParameterProcessorTests.cs (3)
1238Name = ParameterProcessor.SetParameterValueName, 1244Name = ParameterProcessor.SaveToUserSecretsName, 1256Name = ParameterProcessor.DeleteFromUserSecretsName,
Publishing\PipelineActivityReporterTests.cs (2)
653Name = "artifact", 694Name = "artifact",
ResourceCommandServiceTests.cs (33)
529Name = "selector", 534Name = "clickCount", 544Name = "selector", 550Name = "clickCount", 587Name = "message", 628Name = "message", 668Name = "password", 679Name = "password", 710Name = "selector", 715Name = "clickCount", 721Name = "snapshotAfter", 755Name = "selector", 786Name = "selector", 817Name = "saveToUserSecrets", 849Name = "item", 890Name = "saveToUserSecrets", 952Name = "selector", 995Name = "subscription", 1002Name = "location", 1068Name = "category", 1075Name = "item", 1093Name = "priority", 1160Name = "mode", 1167Name = "profile", 1230Name = "selector", 1281Name = "selector", 1337Name = "generateTraces", 1344Name = "traceCount", 1408Name = "selector", 1520Name = "selector", 1526Name = "target", 1537Name = "selector", 1576Name = "target",
WithHttpCommandTests.cs (5)
271Name = "message", 364Name = "message", 381Name = "message", 753Name = "message", 782Name = "message",
WithProcessCommandTests.cs (9)
65Name = "target", 170Name = "message", 184Name = "message", 242Name = "message", 263Name = "message", 365Name = "message", 378Name = "message", 422Name = "message", 1432Name = "required",
ExternalServices.AppHost (1)
AppHost.cs (1)
12Name = "ParameterInput",
ParameterEndToEnd.AppHost (1)
AppHost.cs (1)
49Name = "ParameterInput",
Publishers.AppHost (11)
DistributedApplicationBuilderExtensions.cs (11)
48Name = "ApplicationName", 56Name = "ApplicationVersion", 64Name = "SSLCertificateType", 77Name = "SSLCertificateTypeMoreDetails", 99Name = "CertificateFile", 150Name = "EnvironmentName", 173Name = "DatabasePassword", 188Name = "Region", 209Name = "EnableVerboseLogging", 223Name = "InstanceCount", 238Name = "Strategy",
Stress.AppHost (76)
CommandResources.cs (47)
147Name = "message", 155Name = "count", 162Name = "urgent", 204Name = "message", 214Name = "repeat", 222Name = "shout", 230Name = "flavor", 244Name = "secret", 299Name = "target", 309Name = "mode", 323Name = "timeoutSeconds", 331Name = "requireHealthy", 390Name = "category", 405Name = "item", 448Name = "quantity", 457Name = "priority", 550Name = "command", 578Name = "input", 652Name = "name", 661Name = "input", 707Name = "dataset", 721Name = "customers", 753Name = "filter", 787Name = "job", 796Name = "payload", 825Name = "backupPath", 834Name = "container", 843Name = "database", 872Name = "container", 882Name = "execCommand", 892Name = "workingDirectory", 982Name = "generateTraces", 991Name = "traceCount", 1000Name = "spansPerTrace", 1009Name = "generateLargeTrace", 1018Name = "largeTraceSpanCount", 1027Name = "generateStructuredLogs", 1035Name = "structuredLogCount", 1044Name = "generateConsoleLogs", 1052Name = "consoleLogCount", 1061Name = "generateMetrics", 1070Name = "metricDurationHours", 1079Name = "metricDimensionCount", 1308Name = "runId", 1318Name = "iterations", 1327Name = "enabled", 1340Name = $"item{i:00}",
InteractionCommands.cs (29)
59var inputNoMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType = InputType.Text, Placeholder = "Enter <strong>your</strong> name.", Description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id massa arcu. Morbi ac risus eget augue venenatis hendrerit. Morbi posuere, neque id efficitur ultrices, velit augue suscipit ante, vitae lacinia elit risus nec dui.\r\n\r\nFor more information about the `IInteractionService`, see https://learn.microsoft.com." }; 60var inputHasMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType = InputType.Text, Placeholder = "Enter <strong>your</strong> name.", Description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id massa arcu. Morbi ac risus eget augue venenatis hendrerit. Morbi posuere, neque id efficitur ultrices, velit augue suscipit ante, vitae lacinia elit risus nec dui.\r\n\r\nFor more information about the `IInteractionService`, see https://learn.microsoft.com.", EnableDescriptionMarkdown = true }; 72var inputHasMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType = InputType.Text, Placeholder = "Enter <strong>your</strong> name.", Description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id massa arcu. Morbi ac risus eget augue venenatis hendrerit. Morbi posuere, **neque id** efficitur ultrices, velit augue suscipit ante, vitae lacinia elit risus nec dui.", EnableDescriptionMarkdown = true }; 75Name = "Choice", 86Name = "Combobox", 145Name = "Dinner", 158Name = "Requirements", 197Name = "Dinner", 225Name = "Requirements", 236var numberOfPeopleInput = new InteractionInput { Name = "NumberOfPeople", InputType = InputType.Number, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true }; 239new InteractionInput { Name = "Name", InputType = InputType.Text, Label = "Name", Placeholder = "Enter name", Required = true, MaxLength = 50 }, 240new InteractionInput { Name = "Password", InputType = InputType.SecretText, Label = "Password", Placeholder = "Enter password", Required = true, MaxLength = 20 }, 244new InteractionInput { Name = "RememberMe", InputType = InputType.Boolean, Label = "Remember me", Placeholder = "What does this do?", Required = true }, 283Name = "PredefinedOptions", 295Name = "CustomChoice", 343Name = "Dynamic", 353Name = "DynamicCustomChoice", 364Name = "DynamicTextInput", 422Name = "PredefinedOptions", 434Name = "CustomChoice", 452Name = "Dynamic", 487new InteractionInput { Name = "Receipt", InputType = InputType.File, Label = "Receipt", Placeholder = "Upload receipt", Required = true }, 572Name = $"Input{i + 1}", 605Name = "Tenant", 628Name = "SubscriptionId", 667Name = "ResourceGroup", 698Name = "Location", 992Name = "ConfigFile", 1037Name = "Certificates",
110 references to Name
Aspire.Hosting (40)
ApplicationModel\CommandOptions.cs (1)
37/// <see cref="InteractionInput.Name"/>.
ApplicationModel\HttpCommandContext.cs (2)
55/// named-payload clients are mapped by <see cref="InteractionInput.Name"/>. 142/// named-payload clients are mapped by <see cref="InteractionInput.Name"/>.
ApplicationModel\ProcessCommandResultContext.cs (1)
54/// named-payload clients are mapped by <see cref="InteractionInput.Name"/>.
ApplicationModel\ResourceCommandAnnotation.cs (2)
135/// <see cref="InteractionInput.Name"/>. 483/// named-payload clients are mapped by <see cref="InteractionInput.Name"/>.
ApplicationModel\ResourceCommandService.cs (9)
247.Where(argument => IsStaticallyDisabled(argument) && argumentValues.ContainsKey(argument.Name)) 248.Select(argument => argument.Name) 256annotation.Arguments.Select(argument => argument.Name), 295.Select(static argument => argument.Name) 599if (loadedDynamicArgumentNames is not null && !string.IsNullOrEmpty(value) && argument.DynamicLoading is not null && !loadedDynamicArgumentNames.Contains(argument.Name)) 673loadedArgumentNames.Add(argument.Name); 740if (argumentValues?.TryGetValue(input.Name, out var argumentValue) == true) 792values[argument.Name] = argument.Value; 802Name = input.Name,
Ats\InteractionExports.cs (2)
258Name = input.Name, 464return _inner.Input.Name;
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
371ArgumentName = argument.Name, 1370Name = input.Name,
Dashboard\DashboardService.cs (2)
196var updateStateOnChange = updateStateOnChangeInputs?.Any(i => string.Equals(i, input.Name, StringComparisons.InteractionInputName)) == true; 200Name = input.Name,
Dashboard\DashboardServiceData.cs (6)
256if (submittedInputsByName.TryGetValue(input.Name, out var submittedInput)) 259? GetAcceptedFiles(fileUploadStore, submittedInput.Value, interactionId, input.Name) 261inputDtos.Add(new InputDto(input.Name, submittedInput.Value, input.InputType, files)); 265var files = GetAcceptedFiles(fileUploadStore, jsonValue: null, interactionId, input.Name); 266inputDtos.Add(new InputDto(input.Name, input.Value ?? string.Empty, input.InputType, files)); 359(dynamic.DependsOnInputs?.Any(d => string.Equals(modelInput.Name, d, StringComparisons.InteractionInputName)) ?? false));
IInteractionService.cs (5)
216options.Logger.LogError(ex, "Error loading options for input '{InputName}'.", options.Input.Name); 290internal string EffectiveLabel => string.IsNullOrWhiteSpace(Label) ? Name : Label; 623if (!usedNames.Add(input.Name)) 625throw new InvalidOperationException($"Duplicate input name '{input.Name}' found. Input names must be unique."); 627inputsByName[input.Name] = input;
InteractionService.cs (3)
178throw new InvalidOperationException($"The input '{input.Name}' has {nameof(InteractionInput.DynamicLoading)} that depends on an input named '{dependsOnInputName}', but no such input exists."); 182throw new InvalidOperationException($"The input '{input.Name}' has {nameof(InteractionInput.DynamicLoading)} that depends on an input named '{dependsOnInputName}', but that input is not defined before it. Inputs must be defined in order so that dependencies are always to earlier inputs."); 200.Select(input => (input.Name, InteractionHelpers.GetMaxFileCount(input.AllowMultipleFiles)))
Pipelines\PipelineActivityReporter.cs (5)
341Name = input.Name, 349UpdateStateOnChange = updateStateOnChangeInputs.Any(i => string.Equals(i, input.Name, StringComparisons.InteractionInputName)), 494var files = DashboardServiceData.GetAcceptedFiles(_fileUploadStore, value, interactionId, matchingInput.Name); 497return new InputDto(matchingInput.Name, value, matchingInput.InputType, files); 501return new InputDto(matchingInput.Name, value, matchingInput.InputType);
Aspire.Hosting.Azure.Tests (16)
AzureDeployerTests.cs (1)
832Assert.Equal("custom-param", input.Name);
AzureEnvironmentResourceExtensionsTests.cs (7)
127Assert.Equal("tenantId", input.Name); 137Assert.Equal("subscriptionId", input.Name); 148Assert.Equal("resourceGroup", input.Name); 159Assert.Equal(AzureBicepResource.KnownParameters.Location, input.Name); 664Assert.Equal(AzureBicepResource.KnownParameters.Location, locationArgument.Name); 670Assert.Equal(AzureProvisioningController.ConfirmDeleteArgumentName, confirmDeleteArgument.Name); 4997Name = input.Name,
ProvisioningContextProviderTests.cs (8)
354Assert.Equal(BaseProvisioningContextProvider.TenantName, input.Name); 361Assert.Equal(BaseProvisioningContextProvider.SubscriptionIdName, input.Name); 368Assert.Equal(BaseProvisioningContextProvider.ResourceGroupName, input.Name); 375Assert.Equal(BaseProvisioningContextProvider.LocationName, input.Name); 507Assert.Equal(BaseProvisioningContextProvider.TenantName, input.Name); 514Assert.Equal(BaseProvisioningContextProvider.SubscriptionIdName, input.Name); 522Assert.Equal(BaseProvisioningContextProvider.ResourceGroupName, input.Name); 529Assert.Equal(BaseProvisioningContextProvider.LocationName, input.Name);
Aspire.Hosting.Browsers.Tests (5)
BrowserLogsBuilderExtensionsTests.cs (5)
102var browserInput = arguments.Single(input => input.Name == BrowserLogsConfigurationManager.BrowserInputName); 103var userDataModeInput = arguments.Single(input => input.Name == BrowserLogsConfigurationManager.UserDataModeInputName); 104var profileInput = arguments.Single(input => input.Name == BrowserLogsConfigurationManager.ProfileInputName); 157var profileInput = arguments.Single(input => input.Name == BrowserLogsConfigurationManager.ProfileInputName); 193var saveInput = arguments.Single(input => input.Name == BrowserLogsConfigurationManager.SaveToUserSecretsInputName);
Aspire.Hosting.EntityFrameworkCore.Tests (1)
EFMigrationCommandsTests.cs (1)
71Assert.Equal("name", nameArgument.Name);
Aspire.Hosting.Foundry.Tests (1)
HostedAgentExtensionTests.cs (1)
88Assert.Equal("message", argument.Name);
Aspire.Hosting.RemoteHost.Tests (3)
AtsExportsTests.cs (3)
109Assert.Equal("region", input.Name); 114Assert.Equal("zone", input.Name); 176Assert.Equal("artifact", input.Name);
Aspire.Hosting.Tests (37)
AddParameterTests.cs (3)
448Assert.Equal("value", input.Name); 537Assert.Equal("value", input.Name); 635Assert.Equal("value", input.Name);
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
2643var target = context.Inputs.Single(argument => argument.Name == "target");
Dashboard\DashboardServiceTests.cs (11)
425var target = context.Inputs.Single(argument => argument.Name == "target"); 1082var (fileId, _) = fileUploadStore.CreateEntry("spoofed.txt", interaction.InteractionId, textInput.Name); 1092Name = textInput.Name, 1101Assert.Empty(resultInputs[textInput.Name].GetFiles()); 1102Assert.Equal(value, resultInputs[textInput.Name].Value); 1120var (fileId, filePath) = fileUploadStore.CreateEntry("document.txt", interaction.InteractionId, input.Name); 1121var (secondFileId, secondFilePath) = fileUploadStore.CreateEntry("second.txt", interaction.InteractionId, input.Name); 1133Name = input.Name, 1162Assert.Null(fileUploadStore.GetFilePath(fileId, interaction.InteractionId, input.Name)); 1163Assert.Null(fileUploadStore.GetFilePath(secondFileId, interaction.InteractionId, input.Name)); 1184var (fileId, _) = fileUploadStore.CreateEntry("document.txt", interaction.InteractionId, input.Name);
InteractionServiceTests.cs (1)
1529Assert.Equal((input.Name, InteractionHelpers.GetMaxFileCount(allowMultipleFiles)), Assert.Single(registeredFileInputs));
Orchestrator\ParameterProcessorTests.cs (3)
902Assert.Equal(ParameterProcessor.SetParameterValueName, valueInput.Name); 908saveInput => Assert.Equal(ParameterProcessor.SaveToUserSecretsName, saveInput.Name)); 910var saveToUserSecretsInput = setValueCommand.Arguments.Single(argument => argument.Name == ParameterProcessor.SaveToUserSecretsName);
Publishing\PipelineActivityReporterTests.cs (5)
660var (fileId, filePath) = _fileUploadStore.CreateEntry("artifact.zip", interactionId, input.Name); 667Name = input.Name, 680Assert.Equal(filePath, _fileUploadStore.GetFilePath(fileId, interactionId, input.Name)); 684Assert.Null(_fileUploadStore.GetFilePath(fileId, interactionId, input.Name)); 700var (fileId, _) = _fileUploadStore.CreateEntry("artifact.zip", interactionId, input.Name);
ResourceCommandServiceTests.cs (9)
970Assert.Equal("selector", invalidArgument.Name); 1044Assert.Equal("location", invalidArgument.Name); 1133var itemArgument = Assert.Single(result.InvalidArguments, argument => argument.Name == "item"); 1136var priorityArgument = Assert.Single(result.InvalidArguments, argument => argument.Name == "priority"); 1302Assert.Equal("selector", input.Name); 1430Assert.Equal("selector", invalidArgument.Name); 1552Assert.Equal("target", invalidArgument.Name); 1584var target = context.Inputs.Single(argument => argument.Name == "target"); 1600Assert.Equal("target", invalidArgument.Name);
WithHttpCommandTests.cs (1)
289Assert.Equal("message", argument.Name);
WithProcessCommandTests.cs (3)
81Assert.Equal("target", argument.Name); 254Assert.Equal("message", argument.Name); 1450Assert.Equal("required", invalidArgument.Name);
Stress.AppHost (7)
CommandResources.cs (1)
354PropertyNames = inputsWithValues.Select(i => i.Name).ToArray()
InteractionCommands.cs (6)
136logger.LogInformation("Input: {Name} = {Value}", input.Name, input.Value); 273logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, updatedInput.Value); 412logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, updatedInput.Value); 518logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, value); 594logger.LogInformation("Input: {Name} = {Value}", input.Name, input.Value); 785logger.LogInformation("Azure provisioning: {Name} = {Value}", input.Name, input.Value);