Fix build and code structure improvements. New but essential UI functionality. CI improvements. Documentation improvements. AI module improvements.

This commit is contained in:
StellaOps Bot
2025-12-26 21:54:17 +02:00
parent 335ff7da16
commit c2b9cd8d1f
3717 changed files with 264714 additions and 48202 deletions

View File

@@ -1,4 +1,4 @@
using FluentAssertions;
using FluentAssertions;
using StellaOps.Scanner.Analyzers.Native;
using StellaOps.Scanner.Analyzers.Native.Tests.Fixtures;
using StellaOps.Scanner.Analyzers.Native.Tests.TestUtilities;
@@ -113,7 +113,6 @@ public class ElfDynamicSectionParserTests : NativeTestBase
buffer[1] = (byte)'Z';
using var stream = new MemoryStream(buffer);
using StellaOps.TestKit;
var result = ElfDynamicSectionParser.TryParse(stream, out var info);
result.Should().BeFalse();