stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -1,5 +1,6 @@
using System.CommandLine;
using Microsoft.Extensions.Logging;
using System.CommandLine;
namespace StellaOps.Cli.Commands.Proof;

View File

@@ -5,8 +5,9 @@
// Description: CLI commands for function-level proof generation and verification.
// -----------------------------------------------------------------------------
using System.CommandLine;
using StellaOps.Cli.Extensions;
using System.CommandLine;
namespace StellaOps.Cli.Commands.Proof;

View File

@@ -5,11 +5,12 @@
// Description: CLI command handlers for function-level proof operations.
// -----------------------------------------------------------------------------
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System.Globalization;
using System.Text.Json;
using System.Text.Json.Serialization;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace StellaOps.Cli.Commands.Proof;

View File

@@ -1,7 +1,8 @@
using System.CommandLine;
using System.Text.Json;
using Microsoft.Extensions.Logging;
using StellaOps.Cli.Extensions;
using System.CommandLine;
using System.Text.Json;
namespace StellaOps.Cli.Commands.Proof;

View File

@@ -5,13 +5,14 @@
// Description: CLI commands for proof chain verification
// -----------------------------------------------------------------------------
using System.CommandLine;
using System.Text.Json;
using System.Text.Json.Serialization;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using StellaOps.Cli.Services;
using StellaOps.Cli.Services.Models;
using System.CommandLine;
using System.Text.Json;
using System.Text.Json.Serialization;
namespace StellaOps.Cli.Commands.Proof;

View File

@@ -1,5 +1,6 @@
using System.CommandLine;
using Microsoft.Extensions.Logging;
using System.CommandLine;
namespace StellaOps.Cli.Commands.Proof;