40 references to Boolean
Aspire.Hosting (10)
ApplicationModel\ResourceCommandService.cs (1)
634
case InputType.
Boolean
:
Ats\InteractionExports.cs (1)
196
return InteractionInputBuilder.Create(name, InputType.
Boolean
, options);
Dashboard\DashboardService.cs (2)
268
Aspire.Hosting.InputType.
Boolean
=> Aspire.DashboardService.Proto.V1.InputType.Boolean,
282
Aspire.DashboardService.Proto.V1.InputType.Boolean => InputType.
Boolean
,
Dashboard\DashboardServiceData.cs (1)
315
if (requestInput.InputType == InputType.
Boolean
)
InteractionService.cs (1)
611
case InputType.
Boolean
:
Orchestrator\ParameterProcessor.cs (4)
239
InputType = InputType.
Boolean
,
279
InputType = InputType.
Boolean
,
385
InputType = InputType.
Boolean
,
417
InputType = InputType.
Boolean
,
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
378
InputType = InputType.
Boolean
,
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
671
Assert.Equal(InputType.
Boolean
, confirmDeleteArgument.InputType);
Aspire.Hosting.Browsers (1)
BrowserLogsConfigurationManager.cs (1)
132
InputType = InputType.
Boolean
,
Aspire.Hosting.Browsers.Tests (2)
BrowserLogsBuilderExtensionsTests.cs (1)
1741
new InteractionInput { Name = "saveToUserSecrets", InputType = InputType.
Boolean
, Value = saveToUserSecrets },
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (1)
132
InputType = InputType.
Boolean
,
Aspire.Hosting.Tests (13)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
2278
InputType = InputType.
Boolean
2394
InputType = InputType.
Boolean
InteractionServiceTests.cs (2)
489
var input = new InteractionInput { Name = "Value", Label = "Value", InputType = InputType.
Boolean
};
645
new InteractionInput { Name = "RememberMe", Label = "Remember Me", InputType = InputType.
Boolean
}
Orchestrator\ParameterProcessorTests.cs (5)
239
Assert.Equal(InputType.
Boolean
, input.InputType);
539
Assert.Equal(InputType.
Boolean
, saveCheckbox.InputType);
578
Assert.Equal(InputType.
Boolean
, saveCheckbox.InputType);
1245
InputType = InputType.
Boolean
,
1257
InputType = InputType.
Boolean
,
ResourceCommandServiceTests.cs (4)
722
InputType = InputType.
Boolean
,
818
InputType = InputType.
Boolean
,
891
InputType = InputType.
Boolean
,
1338
InputType = InputType.
Boolean
,
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
211
InputType = InputType.
Boolean
,
Stress.AppHost (11)
CommandResources.cs (10)
164
InputType = InputType.
Boolean
225
InputType = InputType.
Boolean
,
334
InputType = InputType.
Boolean
,
353
BooleanCount = inputsWithValues.Count(i => i.InputType == InputType.
Boolean
),
985
InputType = InputType.
Boolean
,
1012
InputType = InputType.
Boolean
,
1029
InputType = InputType.
Boolean
,
1046
InputType = InputType.
Boolean
,
1064
InputType = InputType.
Boolean
,
1330
InputType = InputType.
Boolean
,
InteractionCommands.cs (1)
244
new InteractionInput { Name = "RememberMe", InputType = InputType.
Boolean
, Label = "Remember me", Placeholder = "What does this do?", Required = true },