partly or unimplemented features - now implemented

This commit is contained in:
master
2026-02-09 08:53:51 +02:00
parent 1bf6bbf395
commit 4bdc298ec1
674 changed files with 90194 additions and 2271 deletions

View File

@@ -35,6 +35,9 @@ public static class GoldenSetServiceCollectionExtensions
services.TryAddSingleton<ISinkRegistry, SinkRegistry>();
services.TryAddSingleton<IGoldenSetValidator, GoldenSetValidator>();
// Cross-distro coverage matrix for backport validation
services.TryAddSingleton<ICrossDistroCoverageService, CrossDistroCoverageService>();
// Memory cache (if not already registered)
services.AddMemoryCache();