1 write to Value
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
265Value = IsSecretCommandArgument(input) ? null : input.Value,
2 references to Value
Aspire.Cli.Tests (2)
Backchannel\ResourceSnapshotMapperTests.cs (2)
274Assert.Null(argumentInputs[0].Value); 275Assert.Equal("Development", argumentInputs[1].Value);