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