4 references to GetLogPropertyKeys
Aspire.Dashboard (1)
Components\Pages\StructuredLogs.razor.cs (1)
309
PropertyKeys = TelemetryRepository.
GetLogPropertyKeys
(PageViewModel.SelectedApplication.Id?.GetApplicationKey()),
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\LogTests.cs (3)
88
var propertyKeys = repository.
GetLogPropertyKeys
(applications[0].ApplicationKey)!;
439
var propertyKeys = repository.
GetLogPropertyKeys
(new ApplicationKey("TestService", "UnknownApplication"));
1007
var propertyKeys = repository.
GetLogPropertyKeys
(appKey)!;