3 references to GetLogPropertyKeys
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\LogTests.cs (3)
89
var propertyKeys = repository.
GetLogPropertyKeys
(applications[0].ApplicationKey)!;
440
var propertyKeys = repository.
GetLogPropertyKeys
(new ApplicationKey("TestService", "UnknownApplication"));
1008
var propertyKeys = repository.
GetLogPropertyKeys
(appKey)!;