29 references to ToDictionary
Aspire.Confluent.Kafka (2)
AspireKafkaConsumerExtensions.cs (1)
178
options.Configuration = new ProducerConfig(connectionFactory.Config.
ToDictionary
());
AspireKafkaProducerExtensions.cs (1)
178
options.Configuration = new ProducerConfig(connectionFactory.Config.
ToDictionary
());
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
170
return _applicationUnviewedErrorLogs.
ToDictionary
();
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
28
}.
ToDictionary
(),
Aspire.Hosting (1)
ApplicationModel\ResourceLoggerService.cs (1)
335
internal Dictionary<string, ResourceLoggerState> Loggers => _loggers.
ToDictionary
();
Aspire.Hosting.Kubernetes (8)
Extensions\ResourceExtensions.cs (8)
21
Selector = new(context.Labels.
ToDictionary
()),
49
Selector = new(context.Labels.
ToDictionary
()),
70
Labels = context.Labels.
ToDictionary
(),
101
Labels = context.Labels.
ToDictionary
(),
131
Selector = context.Labels.
ToDictionary
(),
157
Labels = context.Labels.
ToDictionary
(),
357
Labels = context.Labels.
ToDictionary
(),
401
Labels = context.Labels.
ToDictionary
(),
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\DictionaryModelBinder.cs (1)
233
return collection.
ToDictionary
();
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (15)
HubConnectionTests.Tracing.cs (15)
160
var baggage = a.Baggage.
ToDictionary
();
172
var baggage = a.Baggage.
ToDictionary
();
193
var baggage = clientActivity1.Baggage.
ToDictionary
();
196
var tags = clientActivity1.TagObjects.
ToDictionary
();
210
baggage = clientActivity2.Baggage.
ToDictionary
();
213
tags = clientActivity2.TagObjects.
ToDictionary
();
333
var baggage = a.Baggage.
ToDictionary
();
354
var baggage = clientActivity.Baggage.
ToDictionary
();
357
var tags = clientActivity.TagObjects.
ToDictionary
();
449
var tags = clientActivity.TagObjects.
ToDictionary
();
458
var tags = clientActivity.TagObjects.
ToDictionary
();
546
var tags = clientActivity.TagObjects.
ToDictionary
();
555
var tags = clientActivity.TagObjects.
ToDictionary
();
641
var tags = clientActivity.TagObjects.
ToDictionary
();
651
var tags = clientActivity.TagObjects.
ToDictionary
();