Frontend gaps fill work. Testing fixes work. Auditing in progress.

This commit is contained in:
StellaOps Bot
2025-12-30 01:22:58 +02:00
parent 1dc4bcbf10
commit 7a5210e2aa
928 changed files with 183942 additions and 3941 deletions

View File

@@ -28,13 +28,13 @@ public sealed class BinaryIndexIntegrationFixture : PostgresIntegrationFixture
protected override string? GetResourcePrefix() => "StellaOps.BinaryIndex.Persistence.Migrations";
public override async Task InitializeAsync()
public override async ValueTask InitializeAsync()
{
await base.InitializeAsync();
_dataSource = NpgsqlDataSource.Create(ConnectionString);
}
public override async Task DisposeAsync()
public override async ValueTask DisposeAsync()
{
if (_dataSource != null)
{