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,8 +1,9 @@
namespace StellaOps.Scanner.Analyzers.Lang.Internal;
using System.Text;
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Surface.FS;
using System.Text;
namespace StellaOps.Scanner.Analyzers.Lang.Internal;
public readonly record struct LanguageAnalyzerSurfaceCacheEntry(LanguageAnalyzerResult Result, bool IsHit);

View File

@@ -1,9 +1,10 @@
namespace StellaOps.Scanner.Analyzers.Lang.Internal;
using System.Buffers;
using System.Security.Cryptography;
using System.Text;
namespace StellaOps.Scanner.Analyzers.Lang.Internal;
public static class LanguageWorkspaceFingerprint
{
private static readonly EnumerationOptions Enumeration = new()

View File

@@ -1,8 +1,9 @@
namespace StellaOps.Scanner.Analyzers.Lang;
using StellaOps.Scanner.Surface.Env;
using StellaOps.Scanner.Surface.Secrets;
namespace StellaOps.Scanner.Analyzers.Lang;
public sealed class LanguageAnalyzerSecrets
{
private const string DefaultComponent = "ScannerWorkerLanguageAnalyzers";

View File

@@ -1,7 +1,8 @@
using StellaOps.Scanner.Core.Contracts;
using System.Collections.Immutable;
using System.Security.Cryptography;
using System.Text;
using StellaOps.Scanner.Core.Contracts;
namespace StellaOps.Scanner.Analyzers.Lang;

View File

@@ -1,5 +1,6 @@
using System;
using StellaOps.Plugin;
using System;
namespace StellaOps.Scanner.Analyzers.Lang.Plugin;

View File

@@ -1,13 +1,14 @@
using Microsoft.Extensions.Logging;
using StellaOps.Plugin;
using StellaOps.Plugin.Hosting;
using StellaOps.Scanner.Core.Security;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reflection;
using Microsoft.Extensions.Logging;
using StellaOps.Plugin;
using StellaOps.Plugin.Hosting;
using StellaOps.Scanner.Core.Security;
namespace StellaOps.Scanner.Analyzers.Lang.Plugin;

View File

@@ -0,0 +1,8 @@
# StellaOps.Scanner.Analyzers.Lang Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |