1 implementation of GetAllConfigurationAsync
aspire (1)
Configuration\ConfigurationService.cs (1)
110
public async Task<Dictionary<string, string>>
GetAllConfigurationAsync
(CancellationToken cancellationToken = default)
1 reference to GetAllConfigurationAsync
aspire (1)
Commands\ConfigCommand.cs (1)
171
var allConfig = await _configurationService.
GetAllConfigurationAsync
(cancellationToken);