4 writes to InputType
Aspire.Cli.Tests (4)
Backchannel\ResourceSnapshotMapperTests.cs (3)
63
InputType
= "Text",
257
InputType
= "SecretText",
263
InputType
= "Text",
Commands\ResourceCommandTests.cs (1)
2376
InputType
= inputType,
4 references to InputType
aspire (4)
Backchannel\ResourceSnapshotMapper.cs (2)
262
InputType = input.
InputType
,
276
return string.Equals(input.
InputType
, nameof(InputType.SecretText), StringComparison.OrdinalIgnoreCase);
Commands\ResourceCommand.cs (2)
480
return string.Equals(argument.
InputType
, "Boolean", StringComparison.OrdinalIgnoreCase);
485
return string.Equals(argument.
InputType
, "Number", StringComparison.OrdinalIgnoreCase);