18 writes to Count
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
97
Count
= Count,
Aspire.Dashboard.Tests (17)
TelemetryRepositoryTests\LogTests.cs (15)
69
Count
= 10,
124
Count
= 10,
176
Count
= 10,
424
Count
= 10,
522
Count
= 1,
664
Count
= 10,
812
Count
= 1,
820
Count
= 1,
881
Count
= 10,
904
Count
= 10,
980
Count
= 10,
1070
Count
= 10,
1135
Count
= 10,
1209
Count
= 10,
1249
Count
= 10,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (2)
36
Assert.Empty(repository.GetLogs(new GetLogsContext { ApplicationKey = applicationKey,
Count
= 100, Filters = [], StartIndex = 0 }).Items);
47
Assert.Single(repository.GetLogs(new GetLogsContext { ApplicationKey = applicationKey,
Count
= 100, Filters = [], StartIndex = 0 }).Items);
1 reference to Count
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
424
return OtlpHelpers.GetItems(results, context.StartIndex, context.
Count
, _logs.IsFull);