docs re-org, audit fixes, build fixes
This commit is contained in:
@@ -76,7 +76,7 @@ public sealed class CertFrFeedClient
|
||||
}
|
||||
|
||||
var advisoryId = ResolveAdvisoryId(itemElement, detailUri);
|
||||
items.Add(new CertFrFeedItem(advisoryId, detailUri, published.ToUniversalTime(), title, summary));
|
||||
items.Add(new CertFrFeedItem(advisoryId, detailUri, published.Value.ToUniversalTime(), title, summary));
|
||||
}
|
||||
|
||||
_diagnostics.FeedFetchSuccess(items.Count);
|
||||
|
||||
@@ -73,6 +73,7 @@ public sealed class CachePerformanceBenchmarkTests : IAsyncLifetime
|
||||
_cacheService = new ValkeyAdvisoryCacheService(
|
||||
_connectionFactory,
|
||||
options,
|
||||
metrics: null,
|
||||
NullLogger<ValkeyAdvisoryCacheService>.Instance);
|
||||
|
||||
await ValueTask.CompletedTask;
|
||||
|
||||
Reference in New Issue
Block a user