fix tests. new product advisories enhancements

This commit is contained in:
master
2026-01-25 19:11:36 +02:00
parent c70e83719e
commit 6e687b523a
504 changed files with 40610 additions and 3785 deletions

View File

@@ -198,6 +198,7 @@ public sealed class InMemoryPlanRuleStore : IPlanRuleStore
var result = query
.OrderByDescending(e => e.Timestamp)
.ThenBy(e => e.Id, StringComparer.Ordinal)
.Skip((page - 1) * pageSize)
.Take(pageSize)
.ToList();