Files
git.stella-ops.org/docs/implplan-blocked/audits/csproj-standards/file-audit.csv

4.3 MiB

1file_pathproject_pathmodulestatusline_countissuesfix_guidance
2src/__Analyzers/StellaOps.Determinism.Analyzers/CanonicalizationBoundaryAnalyzer.cssrc/__Analyzers/StellaOps.Determinism.Analyzers/StellaOps.Determinism.Analyzers.csproj__AnalyzersFAIL318FileLength>100; PrivateFieldNaming; UsingNotSortedRename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
3src/__Analyzers/StellaOps.TestKit.Analyzers/IntentAnalyzer.cssrc/__Analyzers/StellaOps.TestKit.Analyzers/StellaOps.TestKit.Analyzers.csproj__AnalyzersFAIL380FileLength>100; PrivateFieldNaming; UsingNotSortedRename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
4src/__Libraries/StellaOps.AdvisoryAI.Attestation/AiAttestationService.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesFAIL276FileLength>100Split file to stay <= 100 lines.
5src/__Libraries/StellaOps.AdvisoryAI.Attestation/AiAttestationServiceExtensions.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesPASS59
6src/__Libraries/StellaOps.AdvisoryAI.Attestation/IAiAttestationService.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesFAIL174FileLength>100Split file to stay <= 100 lines.
7src/__Libraries/StellaOps.AdvisoryAI.Attestation/PromptTemplateRegistry.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesFAIL152FileLength>100Split file to stay <= 100 lines.
8src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiAttestationJsonContext.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesPASS29
9src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiClaimAttestation.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesFAIL140FileLength>100Split file to stay <= 100 lines.
10src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiModelInfo.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesPASS53
11src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiRunAttestation.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesFAIL119FileLength>100Split file to stay <= 100 lines.
12src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiRunContext.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesPASS49
13src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiTurnSummary.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesPASS93
14src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/ClaimEvidence.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesPASS69
15src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/PromptTemplateInfo.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesPASS31
16src/__Libraries/StellaOps.AdvisoryAI.Attestation/Storage/IAiAttestationStore.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesFAIL105FileLength>100Split file to stay <= 100 lines.
17src/__Libraries/StellaOps.AdvisoryAI.Attestation/Storage/InMemoryAiAttestationStore.cssrc/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj__LibrariesFAIL168FileLength>100Split file to stay <= 100 lines.
18src/__Libraries/StellaOps.Artifact.Core/CycloneDxExtractor.cssrc/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.csproj__LibrariesFAIL554AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
19src/__Libraries/StellaOps.Artifact.Core/IArtifactStore.cssrc/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.csproj__LibrariesFAIL380FileLength>100Split file to stay <= 100 lines.
20src/__Libraries/StellaOps.Artifact.Core/Api/ArtifactController.cssrc/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.csproj__LibrariesFAIL612AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
21src/__Libraries/StellaOps.Artifact.Infrastructure/ArtifactIndexRepository.cssrc/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj__LibrariesFAIL280FileLength>100Split file to stay <= 100 lines.
22src/__Libraries/StellaOps.Artifact.Infrastructure/ArtifactMigrationService.cssrc/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj__LibrariesFAIL409AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
23src/__Libraries/StellaOps.Artifact.Infrastructure/PostgresArtifactIndexRepository.cssrc/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj__LibrariesFAIL311AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
24src/__Libraries/StellaOps.Artifact.Infrastructure/S3UnifiedArtifactStore.cssrc/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj__LibrariesFAIL431AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
25src/__Libraries/StellaOps.Artifact.Infrastructure/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj__LibrariesFAIL203FileLength>100; ServiceLocator; UsingInsideNamespaceMove using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
26src/__Libraries/StellaOps.Audit.ReplayToken/DecisionReplayTokenExtensions.cssrc/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj__LibrariesPASS72
27src/__Libraries/StellaOps.Audit.ReplayToken/IReplayTokenGenerator.cssrc/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj__LibrariesPASS51
28src/__Libraries/StellaOps.Audit.ReplayToken/ReplayCliSnippetGenerator.cssrc/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj__LibrariesPASS87
29src/__Libraries/StellaOps.Audit.ReplayToken/ReplayToken.cssrc/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj__LibrariesFAIL200FileLength>100Split file to stay <= 100 lines.
30src/__Libraries/StellaOps.Audit.ReplayToken/ReplayTokenRequest.cssrc/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj__LibrariesPASS53
31src/__Libraries/StellaOps.Audit.ReplayToken/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj__LibrariesPASS27
32src/__Libraries/StellaOps.Audit.ReplayToken/Sha256ReplayTokenGenerator.cssrc/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj__LibrariesFAIL193FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
33src/__Libraries/StellaOps.AuditPack/Models/AuditBundleManifest.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL210FileLength>100Split file to stay <= 100 lines.
34src/__Libraries/StellaOps.AuditPack/Models/AuditPack.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL145FileLength>100Split file to stay <= 100 lines.
35src/__Libraries/StellaOps.AuditPack/Properties/AssemblyInfo.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesPASS4
36src/__Libraries/StellaOps.AuditPack/Services/AirGapTrustStoreIntegration.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL358ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
37src/__Libraries/StellaOps.AuditPack/Services/ArchiveUtilities.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL161FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
38src/__Libraries/StellaOps.AuditPack/Services/AuditBundleReader.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL669AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
39src/__Libraries/StellaOps.AuditPack/Services/AuditBundleSigner.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL382ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
40src/__Libraries/StellaOps.AuditPack/Services/AuditBundleWriter.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL530AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
41src/__Libraries/StellaOps.AuditPack/Services/AuditPackBuilder.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL251AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSortedAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
42src/__Libraries/StellaOps.AuditPack/Services/AuditPackExportService.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL432AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
43src/__Libraries/StellaOps.AuditPack/Services/AuditPackIds.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesPASS18
44src/__Libraries/StellaOps.AuditPack/Services/AuditPackImporter.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL264ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSortedAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
45src/__Libraries/StellaOps.AuditPack/Services/AuditPackReplayer.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL136ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
46src/__Libraries/StellaOps.AuditPack/Services/CanonicalJson.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL63PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.
47src/__Libraries/StellaOps.AuditPack/Services/IsolatedReplayContext.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL372AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
48src/__Libraries/StellaOps.AuditPack/Services/ReplayAttestationService.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL475ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
49src/__Libraries/StellaOps.AuditPack/Services/ReplayExecutor.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL522ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
50src/__Libraries/StellaOps.AuditPack/Services/ReplayTelemetry.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL401FileLength>100Split file to stay <= 100 lines.
51src/__Libraries/StellaOps.AuditPack/Services/ScanSnapshotFetcher.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL312AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
52src/__Libraries/StellaOps.AuditPack/Services/VerdictReplayPredicate.cssrc/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj__LibrariesFAIL504FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
53src/__Libraries/StellaOps.Auth.Security/Dpop/DpopNonceConsumeResult.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesPASS51
54src/__Libraries/StellaOps.Auth.Security/Dpop/DpopNonceIssueResult.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesPASS57
55src/__Libraries/StellaOps.Auth.Security/Dpop/DpopNonceUtilities.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesFAIL71PrivateFieldNamingRename private fields to _camelCase.
56src/__Libraries/StellaOps.Auth.Security/Dpop/DpopProofValidator.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesFAIL260AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
57src/__Libraries/StellaOps.Auth.Security/Dpop/DpopValidationOptions.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesFAIL98PrivateFieldNamingRename private fields to _camelCase.
58src/__Libraries/StellaOps.Auth.Security/Dpop/DpopValidationResult.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesPASS41
59src/__Libraries/StellaOps.Auth.Security/Dpop/IDpopNonceStore.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesPASS46
60src/__Libraries/StellaOps.Auth.Security/Dpop/IDpopProofValidator.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesPASS7
61src/__Libraries/StellaOps.Auth.Security/Dpop/IDpopReplayCache.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesPASS7
62src/__Libraries/StellaOps.Auth.Security/Dpop/InMemoryDpopNonceStore.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesFAIL178FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
63src/__Libraries/StellaOps.Auth.Security/Dpop/InMemoryDpopReplayCache.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesFAIL67PrivateFieldNamingRename private fields to _camelCase.
64src/__Libraries/StellaOps.Auth.Security/Dpop/MessagingDpopNonceStore.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesFAIL164FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
65src/__Libraries/StellaOps.Auth.Security/Dpop/MessagingDpopReplayCache.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesPASS44
66src/__Libraries/StellaOps.Auth.Security/Dpop/RedisDpopNonceStore.cssrc/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj__LibrariesFAIL140FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
67src/__Libraries/StellaOps.Canonical.Json/CanonJson.cssrc/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj__LibrariesFAIL355FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
68src/__Libraries/StellaOps.Canonical.Json/CanonVersion.cssrc/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj__LibrariesPASS88
69src/__Libraries/StellaOps.Canonical.Json/ICanonicalizable.cssrc/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj__LibrariesPASS55
70src/__Libraries/StellaOps.Canonicalization/Culture/InvariantCulture.cssrc/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj__LibrariesPASS61
71src/__Libraries/StellaOps.Canonicalization/Json/CanonicalJsonSerializer.cssrc/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj__LibrariesFAIL143FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
72src/__Libraries/StellaOps.Canonicalization/Ordering/Orderers.cssrc/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj__LibrariesPASS80
73src/__Libraries/StellaOps.Canonicalization/Verification/DeterminismVerifier.cssrc/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj__LibrariesFAIL128FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
74src/__Libraries/StellaOps.Configuration.SettingsStore/NullSecretResolver.cssrc/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj__LibrariesFAIL112ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
75src/__Libraries/StellaOps.Configuration.SettingsStore/SettingsStoreConfigurationSource.cssrc/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj__LibrariesFAIL232AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
76src/__Libraries/StellaOps.Configuration.SettingsStore/Providers/AwsParameterStoreConfigurationProvider.cssrc/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj__LibrariesFAIL199FileLength>100Split file to stay <= 100 lines.
77src/__Libraries/StellaOps.Configuration.SettingsStore/Providers/AzureAppConfigurationProvider.cssrc/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj__LibrariesFAIL220FileLength>100Split file to stay <= 100 lines.
78src/__Libraries/StellaOps.Configuration.SettingsStore/Providers/ConsulConfigurationProvider.cssrc/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj__LibrariesFAIL172FileLength>100Split file to stay <= 100 lines.
79src/__Libraries/StellaOps.Configuration.SettingsStore/Providers/EtcdConfigurationProvider.cssrc/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj__LibrariesFAIL220FileLength>100Split file to stay <= 100 lines.
80src/__Libraries/StellaOps.Configuration/AuthorityAdvisoryAiOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL164FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
81src/__Libraries/StellaOps.Configuration/AuthorityApiLifecycleOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL78PrivateFieldNamingRename private fields to _camelCase.
82src/__Libraries/StellaOps.Configuration/AuthorityConfigurationDiagnostic.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS29
83src/__Libraries/StellaOps.Configuration/AuthorityNotificationsOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL249FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
84src/__Libraries/StellaOps.Configuration/AuthorityPluginConfigurationAnalyzer.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS100
85src/__Libraries/StellaOps.Configuration/AuthorityPluginConfigurationLoader.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL103FileLength>100Split file to stay <= 100 lines.
86src/__Libraries/StellaOps.Configuration/AuthoritySigningAdditionalKeyOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS31
87src/__Libraries/StellaOps.Configuration/AuthoritySigningOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS94
88src/__Libraries/StellaOps.Configuration/AuthorityVulnerabilityExplorerOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL181FileLength>100Split file to stay <= 100 lines.
89src/__Libraries/StellaOps.Configuration/StellaOpsAuthorityConfiguration.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL58PrivateFieldNamingRename private fields to _camelCase.
90src/__Libraries/StellaOps.Configuration/StellaOpsAuthorityOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL1578FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
91src/__Libraries/StellaOps.Configuration/StellaOpsBootstrapOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS67
92src/__Libraries/StellaOps.Configuration/StellaOpsConfigurationBootstrapper.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL108FileLength>100Split file to stay <= 100 lines.
93src/__Libraries/StellaOps.Configuration/StellaOpsConfigurationContext.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS20
94src/__Libraries/StellaOps.Configuration/StellaOpsConfigurationOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS51
95src/__Libraries/StellaOps.Configuration/StellaOpsCryptoOptions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS24
96src/__Libraries/StellaOps.Configuration/StellaOpsCryptoServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesFAIL108FileLength>100Split file to stay <= 100 lines.
97src/__Libraries/StellaOps.Configuration/StellaOpsOptionsBinder.cssrc/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj__LibrariesPASS28
98src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/CertificateStatusOptions.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj__LibrariesFAIL107FileLength>100Split file to stay <= 100 lines.
99src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/CertificateStatusRequest.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj__LibrariesPASS69
100src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/CertificateStatusResult.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj__LibrariesFAIL176FileLength>100Split file to stay <= 100 lines.
101src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/ICertificateStatusProvider.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj__LibrariesPASS51
102src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/RevocationEnums.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj__LibrariesFAIL127FileLength>100Split file to stay <= 100 lines.
103src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StapledRevocationData.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj__LibrariesFAIL133FileLength>100Split file to stay <= 100 lines.
104src/__Libraries/StellaOps.Cryptography.CertificateStatus/CertificateStatusProvider.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj__LibrariesFAIL264ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
105src/__Libraries/StellaOps.Cryptography.CertificateStatus/CertificateStatusServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj__LibrariesPASS73
106src/__Libraries/StellaOps.Cryptography.CertificateStatus/CrlFetcher.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj__LibrariesFAIL338ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
107src/__Libraries/StellaOps.Cryptography.CertificateStatus/OcspClient.cssrc/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj__LibrariesFAIL445ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
108src/__Libraries/StellaOps.Cryptography.DependencyInjection/CryptoPluginServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj__LibrariesFAIL141FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
109src/__Libraries/StellaOps.Cryptography.DependencyInjection/CryptoProviderRegistryOptions.cssrc/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj__LibrariesPASS85
110src/__Libraries/StellaOps.Cryptography.DependencyInjection/CryptoProviderRegistryValidator.cssrc/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj__LibrariesFAIL144FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
111src/__Libraries/StellaOps.Cryptography.DependencyInjection/CryptoServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj__LibrariesFAIL367FileLength>100; ServiceLocator; UsingNotSortedRemove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
112src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOpsCryptoOptions.cssrc/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj__LibrariesFAIL21UsingNotSortedSort using directives alphabetically.
113src/__Libraries/StellaOps.Cryptography.Kms/AwsKmsClient.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL252AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
114src/__Libraries/StellaOps.Cryptography.Kms/AwsKmsFacade.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL191AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
115src/__Libraries/StellaOps.Cryptography.Kms/AwsKmsOptions.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL55PrivateFieldNamingRename private fields to _camelCase.
116src/__Libraries/StellaOps.Cryptography.Kms/Fido2KmsClient.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL190AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
117src/__Libraries/StellaOps.Cryptography.Kms/Fido2Options.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL46PrivateFieldNamingRename private fields to _camelCase.
118src/__Libraries/StellaOps.Cryptography.Kms/FileKmsClient.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL713AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
119src/__Libraries/StellaOps.Cryptography.Kms/FileKmsOptions.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesPASS28
120src/__Libraries/StellaOps.Cryptography.Kms/GcpKmsClient.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL295AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
121src/__Libraries/StellaOps.Cryptography.Kms/GcpKmsFacade.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL176AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
122src/__Libraries/StellaOps.Cryptography.Kms/GcpKmsOptions.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL43PrivateFieldNamingRename private fields to _camelCase.
123src/__Libraries/StellaOps.Cryptography.Kms/IFido2Authenticator.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesPASS18
124src/__Libraries/StellaOps.Cryptography.Kms/IKmsClient.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesPASS52
125src/__Libraries/StellaOps.Cryptography.Kms/InternalsVisibleTo.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL5NamespaceMissingAdd file-scoped namespace: namespace StellaOps.<Area>;
126src/__Libraries/StellaOps.Cryptography.Kms/KmsAlgorithms.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesPASS10
127src/__Libraries/StellaOps.Cryptography.Kms/KmsCryptoProvider.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL138BlockingAsync; FileLength>100Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
128src/__Libraries/StellaOps.Cryptography.Kms/KmsKeyMaterial.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesPASS15
129src/__Libraries/StellaOps.Cryptography.Kms/KmsKeyMetadata.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesPASS25
130src/__Libraries/StellaOps.Cryptography.Kms/KmsKeyState.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesPASS12
131src/__Libraries/StellaOps.Cryptography.Kms/KmsSigner.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL57AsyncNaming; BlockingAsyncRename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
132src/__Libraries/StellaOps.Cryptography.Kms/KmsSignResult.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesPASS11
133src/__Libraries/StellaOps.Cryptography.Kms/Pkcs11Facade.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL288AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
134src/__Libraries/StellaOps.Cryptography.Kms/Pkcs11KmsClient.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL233AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
135src/__Libraries/StellaOps.Cryptography.Kms/Pkcs11Options.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL72PrivateFieldNamingRename private fields to _camelCase.
136src/__Libraries/StellaOps.Cryptography.Kms/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj__LibrariesFAIL168FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
137src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/OfflineVerificationCryptoProvider.cssrc/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/StellaOps.Cryptography.Providers.OfflineVerification.csproj__LibrariesFAIL176FileLength>100Split file to stay <= 100 lines.
138src/__Libraries/StellaOps.Cryptography/Argon2idPasswordHasher.BouncyCastle.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL35UsingNotSortedSort using directives alphabetically.
139src/__Libraries/StellaOps.Cryptography/Argon2idPasswordHasher.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL174FileLength>100Split file to stay <= 100 lines.
140src/__Libraries/StellaOps.Cryptography/Argon2idPasswordHasher.Sodium.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL37UsingNotSortedSort using directives alphabetically.
141src/__Libraries/StellaOps.Cryptography/CompliancePolicyCryptoProviders.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL287FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
142src/__Libraries/StellaOps.Cryptography/ComplianceProfile.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL126FileLength>100Split file to stay <= 100 lines.
143src/__Libraries/StellaOps.Cryptography/ComplianceProfiles.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL289FileLength>100Split file to stay <= 100 lines.
144src/__Libraries/StellaOps.Cryptography/CryptoComplianceDiagnostics.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL118FileLength>100Split file to stay <= 100 lines.
145src/__Libraries/StellaOps.Cryptography/CryptoComplianceException.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS57
146src/__Libraries/StellaOps.Cryptography/CryptoComplianceOptions.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS71
147src/__Libraries/StellaOps.Cryptography/CryptoComplianceService.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL166FileLength>100Split file to stay <= 100 lines.
148src/__Libraries/StellaOps.Cryptography/CryptoHashFactory.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS14
149src/__Libraries/StellaOps.Cryptography/CryptoHashOptions.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS7
150src/__Libraries/StellaOps.Cryptography/CryptoProvider.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL136FileLength>100Split file to stay <= 100 lines.
151src/__Libraries/StellaOps.Cryptography/CryptoProviderDiagnostics.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS22
152src/__Libraries/StellaOps.Cryptography/CryptoProviderMetrics.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL31PrivateFieldNamingRename private fields to _camelCase.
153src/__Libraries/StellaOps.Cryptography/CryptoProviderRegistry.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL155FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
154src/__Libraries/StellaOps.Cryptography/CryptoRegistryProfiles.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS47
155src/__Libraries/StellaOps.Cryptography/CryptoSigningKey.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL224FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
156src/__Libraries/StellaOps.Cryptography/DefaultCryptoHash.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL369AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
157src/__Libraries/StellaOps.Cryptography/DefaultCryptoHasher.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS40
158src/__Libraries/StellaOps.Cryptography/DefaultCryptoHmac.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL325AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
159src/__Libraries/StellaOps.Cryptography/DefaultCryptoProvider.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL193FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
160src/__Libraries/StellaOps.Cryptography/EcdsaSigner.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL102FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
161src/__Libraries/StellaOps.Cryptography/GostDigestUtilities.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS26
162src/__Libraries/StellaOps.Cryptography/GostSignatureEncoding.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL128FileLength>100Split file to stay <= 100 lines.
163src/__Libraries/StellaOps.Cryptography/GostSignatureFormat.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS14
164src/__Libraries/StellaOps.Cryptography/HashAlgorithms.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL29ConstNamingRename consts to PascalCase.
165src/__Libraries/StellaOps.Cryptography/HashPurpose.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS75
166src/__Libraries/StellaOps.Cryptography/HmacAlgorithms.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS56
167src/__Libraries/StellaOps.Cryptography/HmacPurpose.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS47
168src/__Libraries/StellaOps.Cryptography/ICryptoHash.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL117FileLength>100Split file to stay <= 100 lines.
169src/__Libraries/StellaOps.Cryptography/ICryptoHmac.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL116FileLength>100Split file to stay <= 100 lines.
170src/__Libraries/StellaOps.Cryptography/ICryptoSigner.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS47
171src/__Libraries/StellaOps.Cryptography/LibsodiumCryptoProvider.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL129FileLength>100; PrivateFieldNaming; UsingNotSortedRename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
172src/__Libraries/StellaOps.Cryptography/PasswordHashAlgorithms.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS24
173src/__Libraries/StellaOps.Cryptography/PasswordHashing.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS82
174src/__Libraries/StellaOps.Cryptography/Pbkdf2PasswordHasher.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL138FileLength>100Split file to stay <= 100 lines.
175src/__Libraries/StellaOps.Cryptography/SignatureAlgorithms.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL25ConstNamingRename consts to PascalCase.
176src/__Libraries/StellaOps.Cryptography/Audit/AuthEventRecord.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesFAIL279FileLength>100Split file to stay <= 100 lines.
177src/__Libraries/StellaOps.Cryptography/Digests/Sha256Digest.cssrc/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj__LibrariesPASS94
178src/__Libraries/StellaOps.DeltaVerdict/Bundles/GateEvaluator.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL393FileLength>100Split file to stay <= 100 lines.
179src/__Libraries/StellaOps.DeltaVerdict/Bundles/IGateEvaluator.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesPASS41
180src/__Libraries/StellaOps.DeltaVerdict/Bundles/IVerdictBundleBuilder.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesPASS41
181src/__Libraries/StellaOps.DeltaVerdict/Bundles/VerdictBundle.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL535FileLength>100Split file to stay <= 100 lines.
182src/__Libraries/StellaOps.DeltaVerdict/Bundles/VerdictBundleBuilder.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL481FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
183src/__Libraries/StellaOps.DeltaVerdict/Bundles/VerdictRekorAnchorService.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL462ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
184src/__Libraries/StellaOps.DeltaVerdict/Bundles/VerdictSigningService.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL483FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
185src/__Libraries/StellaOps.DeltaVerdict/Engine/DeltaComputationEngine.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL298FileLength>100Split file to stay <= 100 lines.
186src/__Libraries/StellaOps.DeltaVerdict/Inputs/PinnedInput.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL273FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
187src/__Libraries/StellaOps.DeltaVerdict/Manifest/ScoringManifest.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL303FileLength>100Split file to stay <= 100 lines.
188src/__Libraries/StellaOps.DeltaVerdict/Manifest/ScoringManifestVersioner.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL461ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
189src/__Libraries/StellaOps.DeltaVerdict/Models/DeltaVerdict.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL159FileLength>100Split file to stay <= 100 lines.
190src/__Libraries/StellaOps.DeltaVerdict/Models/Verdict.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesPASS30
191src/__Libraries/StellaOps.DeltaVerdict/Oci/DeltaOciAttacher.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesPASS45
192src/__Libraries/StellaOps.DeltaVerdict/Policy/RiskBudgetEvaluator.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL91BlockingAsyncReplace .Result/.Wait/GetAwaiter().GetResult() with await.
193src/__Libraries/StellaOps.DeltaVerdict/Serialization/DeltaVerdictSerializer.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL46PrivateFieldNamingRename private fields to _camelCase.
194src/__Libraries/StellaOps.DeltaVerdict/Serialization/VerdictInputsSerializer.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL351FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
195src/__Libraries/StellaOps.DeltaVerdict/Serialization/VerdictSerializer.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL46PrivateFieldNamingRename private fields to _camelCase.
196src/__Libraries/StellaOps.DeltaVerdict/Signing/DeltaSigningService.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL207FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
197src/__Libraries/StellaOps.DeltaVerdict/Signing/ScoringManifestRekorAnchorService.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL502ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
198src/__Libraries/StellaOps.DeltaVerdict/Signing/ScoringManifestSigningService.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL398FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
199src/__Libraries/StellaOps.DeltaVerdict/Trust/IScoringTrustProvider.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL221FileLength>100Split file to stay <= 100 lines.
200src/__Libraries/StellaOps.DeltaVerdict/Trust/ScoringTrustProvider.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL362AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
201src/__Libraries/StellaOps.DeltaVerdict/Trust/TrustServiceCollectionExtensions.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesPASS81
202src/__Libraries/StellaOps.DeltaVerdict/Validation/AdversarialInputValidator.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL415FileLength>100Split file to stay <= 100 lines.
203src/__Libraries/StellaOps.DeltaVerdict/Validation/IAdversarialInputValidator.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL315FileLength>100Split file to stay <= 100 lines.
204src/__Libraries/StellaOps.DeltaVerdict/Validation/ValidationServiceCollectionExtensions.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesPASS71
205src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/Serialization/VerdictInputsGoldenSnapshotTests.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL399FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
206src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/Serialization/VerdictInputsSerializerTests.cssrc/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj__LibrariesFAIL458FileLength>100Split file to stay <= 100 lines.
207src/__Libraries/StellaOps.DependencyInjection/IDependencyInjectionRoutine.cssrc/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj__LibrariesPASS11
208src/__Libraries/StellaOps.DependencyInjection/ServiceBindingAttribute.cssrc/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj__LibrariesPASS66
209src/__Libraries/StellaOps.DependencyInjection/Validation/FailFastOptionsExtensions.cssrc/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj__LibrariesFAIL122FileLength>100Split file to stay <= 100 lines.
210src/__Libraries/StellaOps.DependencyInjection/Validation/OptionsValidationHostedService.cssrc/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj__LibrariesPASS30
211src/__Libraries/StellaOps.DependencyInjection/Validation/OptionsValidatorBase.cssrc/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj__LibrariesFAIL184FileLength>100Split file to stay <= 100 lines.
212src/__Libraries/StellaOps.Determinism.Abstractions/DeterminismServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj__LibrariesPASS40
213src/__Libraries/StellaOps.Determinism.Abstractions/IGuidProvider.cssrc/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj__LibrariesPASS65
214src/__Libraries/StellaOps.Determinism.Abstractions/ResolverBoundaryAttribute.cssrc/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj__LibrariesPASS81
215src/__Libraries/StellaOps.DistroIntel/DistroDerivative.cssrc/__Libraries/StellaOps.DistroIntel/StellaOps.DistroIntel.csproj__LibrariesFAIL186FileLength>100Split file to stay <= 100 lines.
216src/__Libraries/StellaOps.Doctor/DependencyInjection/DoctorServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS85
217src/__Libraries/StellaOps.Doctor/Detection/IRuntimeDetector.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS49
218src/__Libraries/StellaOps.Doctor/Detection/RuntimeDetector.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL341FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
219src/__Libraries/StellaOps.Doctor/Detection/RuntimeEnvironment.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS27
220src/__Libraries/StellaOps.Doctor/Engine/CheckExecutor.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL217ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
221src/__Libraries/StellaOps.Doctor/Engine/CheckRegistry.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL213FileLength>100Split file to stay <= 100 lines.
222src/__Libraries/StellaOps.Doctor/Engine/DoctorCheckProgress.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS35
223src/__Libraries/StellaOps.Doctor/Engine/DoctorEngine.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL216ConfigureAwaitMissing; FileLength>100; ServiceLocatorAdd ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
224src/__Libraries/StellaOps.Doctor/Export/ConfigurationSanitizer.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL113FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
225src/__Libraries/StellaOps.Doctor/Export/DiagnosticBundle.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL148FileLength>100Split file to stay <= 100 lines.
226src/__Libraries/StellaOps.Doctor/Export/DiagnosticBundleGenerator.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL342AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
227src/__Libraries/StellaOps.Doctor/Export/DiagnosticBundleOptions.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS38
228src/__Libraries/StellaOps.Doctor/Models/CheckResult.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS45
229src/__Libraries/StellaOps.Doctor/Models/CommandType.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS23
230src/__Libraries/StellaOps.Doctor/Models/DoctorCheckResult.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS63
231src/__Libraries/StellaOps.Doctor/Models/DoctorReport.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL112FileLength>100Split file to stay <= 100 lines.
232src/__Libraries/StellaOps.Doctor/Models/DoctorRunOptions.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS98
233src/__Libraries/StellaOps.Doctor/Models/DoctorSeverity.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS67
234src/__Libraries/StellaOps.Doctor/Models/Evidence.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS36
235src/__Libraries/StellaOps.Doctor/Models/LikelyCause.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS37
236src/__Libraries/StellaOps.Doctor/Models/RemediationCommand.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS98
237src/__Libraries/StellaOps.Doctor/Models/RemediationStep.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS86
238src/__Libraries/StellaOps.Doctor/Output/DoctorEvidenceArtifacts.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS18
239src/__Libraries/StellaOps.Doctor/Output/DoctorEvidenceLogWriter.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL406AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
240src/__Libraries/StellaOps.Doctor/Output/IDoctorReportFormatter.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS72
241src/__Libraries/StellaOps.Doctor/Output/JsonReportFormatter.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL245FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
242src/__Libraries/StellaOps.Doctor/Output/MarkdownReportFormatter.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL307FileLength>100Split file to stay <= 100 lines.
243src/__Libraries/StellaOps.Doctor/Output/ReportFormatterFactory.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS63
244src/__Libraries/StellaOps.Doctor/Output/TextReportFormatter.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL224FileLength>100Split file to stay <= 100 lines.
245src/__Libraries/StellaOps.Doctor/Packs/DoctorPackCheck.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL509AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
246src/__Libraries/StellaOps.Doctor/Packs/DoctorPackCommandRunner.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL245FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
247src/__Libraries/StellaOps.Doctor/Packs/DoctorPackLoader.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL606FileLength>100; PrivateFieldNaming; ServiceLocatorRemove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
248src/__Libraries/StellaOps.Doctor/Packs/DoctorPackModels.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL101FileLength>100Split file to stay <= 100 lines.
249src/__Libraries/StellaOps.Doctor/Packs/DoctorPackPlugin.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL136FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
250src/__Libraries/StellaOps.Doctor/Plugins/DoctorCategory.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS94
251src/__Libraries/StellaOps.Doctor/Plugins/DoctorPluginContext.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL104FileLength>100Split file to stay <= 100 lines.
252src/__Libraries/StellaOps.Doctor/Plugins/IDoctorCheck.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS98
253src/__Libraries/StellaOps.Doctor/Plugins/IDoctorPlugin.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS95
254src/__Libraries/StellaOps.Doctor/Plugins/Builders/CheckResultBuilder.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL193FileLength>100Split file to stay <= 100 lines.
255src/__Libraries/StellaOps.Doctor/Plugins/Builders/EvidenceBuilder.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL141FileLength>100Split file to stay <= 100 lines.
256src/__Libraries/StellaOps.Doctor/Plugins/Builders/RemediationBuilder.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL160FileLength>100Split file to stay <= 100 lines.
257src/__Libraries/StellaOps.Doctor/Remediation/IPlaceholderResolver.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesPASS62
258src/__Libraries/StellaOps.Doctor/Remediation/IVerificationExecutor.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL116FileLength>100Split file to stay <= 100 lines.
259src/__Libraries/StellaOps.Doctor/Remediation/PlaceholderResolver.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL159FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
260src/__Libraries/StellaOps.Doctor/Remediation/VerificationExecutor.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL194ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
261src/__Libraries/StellaOps.Doctor/__Tests/StellaOps.Doctor.Tests/Plugins/Builders/RemediationBuilderTests.cssrc/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj__LibrariesFAIL145FileLength>100Split file to stay <= 100 lines.
262src/__Libraries/StellaOps.Eventing/AssemblyInfo.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesPASS4
263src/__Libraries/StellaOps.Eventing/EventingOptions.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesPASS66
264src/__Libraries/StellaOps.Eventing/ITimelineEventEmitter.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesPASS37
265src/__Libraries/StellaOps.Eventing/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesFAIL142FileLength>100Split file to stay <= 100 lines.
266src/__Libraries/StellaOps.Eventing/TimelineEventEmitter.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesFAIL155AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
267src/__Libraries/StellaOps.Eventing/Internal/EventIdGenerator.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesFAIL58UsingInsideNamespaceMove using directives outside namespace.
268src/__Libraries/StellaOps.Eventing/Models/TimelineEvent.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesFAIL177FileLength>100Split file to stay <= 100 lines.
269src/__Libraries/StellaOps.Eventing/Outbox/TimelineOutboxProcessor.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesFAIL189AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
270src/__Libraries/StellaOps.Eventing/Signing/IEventSigner.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesPASS39
271src/__Libraries/StellaOps.Eventing/Storage/InMemoryTimelineEventStore.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesFAIL128FileLength>100Split file to stay <= 100 lines.
272src/__Libraries/StellaOps.Eventing/Storage/ITimelineEventStore.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesPASS87
273src/__Libraries/StellaOps.Eventing/Storage/PostgresTimelineEventStore.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesFAIL314AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
274src/__Libraries/StellaOps.Eventing/Telemetry/EventingTelemetry.cssrc/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj__LibrariesFAIL112FileLength>100Split file to stay <= 100 lines.
275src/__Libraries/StellaOps.Evidence.Bundle/BinaryDiffEvidence.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesFAIL368FileLength>100Split file to stay <= 100 lines.
276src/__Libraries/StellaOps.Evidence.Bundle/CallStackEvidence.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS24
277src/__Libraries/StellaOps.Evidence.Bundle/DiffEvidence.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS27
278src/__Libraries/StellaOps.Evidence.Bundle/EvidenceBundle.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS57
279src/__Libraries/StellaOps.Evidence.Bundle/EvidenceBundleBuilder.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS63
280src/__Libraries/StellaOps.Evidence.Bundle/EvidenceBundlePredicate.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS16
281src/__Libraries/StellaOps.Evidence.Bundle/EvidenceHashSet.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS38
282src/__Libraries/StellaOps.Evidence.Bundle/EvidenceStatus.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS17
283src/__Libraries/StellaOps.Evidence.Bundle/EvidenceStatusSummary.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS18
284src/__Libraries/StellaOps.Evidence.Bundle/GraphRevisionEvidence.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS15
285src/__Libraries/StellaOps.Evidence.Bundle/ProvenanceEvidence.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS45
286src/__Libraries/StellaOps.Evidence.Bundle/ReachabilityEvidence.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS34
287src/__Libraries/StellaOps.Evidence.Bundle/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS25
288src/__Libraries/StellaOps.Evidence.Bundle/VexStatusEvidence.cssrc/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj__LibrariesPASS22
289src/__Libraries/StellaOps.Evidence.Core/EvidenceProvenance.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS67
290src/__Libraries/StellaOps.Evidence.Core/EvidenceRecord.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesFAIL125FileLength>100Split file to stay <= 100 lines.
291src/__Libraries/StellaOps.Evidence.Core/EvidenceSignature.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS50
292src/__Libraries/StellaOps.Evidence.Core/EvidenceType.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS93
293src/__Libraries/StellaOps.Evidence.Core/IEvidence.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS57
294src/__Libraries/StellaOps.Evidence.Core/IEvidenceStore.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS83
295src/__Libraries/StellaOps.Evidence.Core/InMemoryEvidenceStore.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesFAIL168FileLength>100Split file to stay <= 100 lines.
296src/__Libraries/StellaOps.Evidence.Core/SignerType.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS32
297src/__Libraries/StellaOps.Evidence.Core/Adapters/EvidenceAdapterBase.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS59
298src/__Libraries/StellaOps.Evidence.Core/Adapters/EvidenceBundleAdapter.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesFAIL371FileLength>100Split file to stay <= 100 lines.
299src/__Libraries/StellaOps.Evidence.Core/Adapters/EvidenceStatementAdapter.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesFAIL149FileLength>100Split file to stay <= 100 lines.
300src/__Libraries/StellaOps.Evidence.Core/Adapters/ExceptionApplicationAdapter.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS100
301src/__Libraries/StellaOps.Evidence.Core/Adapters/IEvidenceAdapter.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesPASS27
302src/__Libraries/StellaOps.Evidence.Core/Adapters/ProofSegmentAdapter.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesFAIL145FileLength>100Split file to stay <= 100 lines.
303src/__Libraries/StellaOps.Evidence.Core/Adapters/VexObservationAdapter.cssrc/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj__LibrariesFAIL249FileLength>100Split file to stay <= 100 lines.
304src/__Libraries/StellaOps.Evidence.Pack/EvidenceCardService.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL403FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
305src/__Libraries/StellaOps.Evidence.Pack/EvidencePackService.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL553AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
306src/__Libraries/StellaOps.Evidence.Pack/EvidenceResolver.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL258FileLength>100Split file to stay <= 100 lines.
307src/__Libraries/StellaOps.Evidence.Pack/IEvidenceCardService.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL138FileLength>100Split file to stay <= 100 lines.
308src/__Libraries/StellaOps.Evidence.Pack/IEvidencePackService.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL135FileLength>100Split file to stay <= 100 lines.
309src/__Libraries/StellaOps.Evidence.Pack/IEvidencePackSigner.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesPASS73
310src/__Libraries/StellaOps.Evidence.Pack/IEvidencePackStore.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesPASS53
311src/__Libraries/StellaOps.Evidence.Pack/IEvidenceResolver.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesPASS59
312src/__Libraries/StellaOps.Evidence.Pack/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL131FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
313src/__Libraries/StellaOps.Evidence.Pack/Models/EvidenceCard.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL304FileLength>100Split file to stay <= 100 lines.
314src/__Libraries/StellaOps.Evidence.Pack/Models/EvidencePack.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL349FileLength>100Split file to stay <= 100 lines.
315src/__Libraries/StellaOps.Evidence.Pack/Models/SignedEvidencePack.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL147FileLength>100Split file to stay <= 100 lines.
316src/__Libraries/StellaOps.Evidence.Pack/Resolvers/NullTypeResolver.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesPASS77
317src/__Libraries/StellaOps.Evidence.Pack/Storage/InMemoryEvidencePackStore.cssrc/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj__LibrariesFAIL152FileLength>100Split file to stay <= 100 lines.
318src/__Libraries/StellaOps.Evidence.Persistence/EfCore/Context/EvidenceDbContext.cssrc/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj__LibrariesPASS22
319src/__Libraries/StellaOps.Evidence.Persistence/Extensions/EvidencePersistenceExtensions.cssrc/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj__LibrariesPASS43
320src/__Libraries/StellaOps.Evidence.Persistence/Postgres/EvidenceDataSource.cssrc/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj__LibrariesPASS40
321src/__Libraries/StellaOps.Evidence.Persistence/Postgres/PostgresEvidenceStore.cssrc/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj__LibrariesFAIL332AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
322src/__Libraries/StellaOps.Evidence.Persistence/Postgres/PostgresEvidenceStoreFactory.cssrc/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj__LibrariesPASS42
323src/__Libraries/StellaOps.Evidence/Budgets/EvidenceBudget.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL120FileLength>100Split file to stay <= 100 lines.
324src/__Libraries/StellaOps.Evidence/Budgets/EvidenceBudgetService.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL254AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
325src/__Libraries/StellaOps.Evidence/Models/EvidenceIndex.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL103FileLength>100Split file to stay <= 100 lines.
326src/__Libraries/StellaOps.Evidence/Models/ProofRecord.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL114FileLength>100Split file to stay <= 100 lines.
327src/__Libraries/StellaOps.Evidence/Models/ProofStrength.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesPASS56
328src/__Libraries/StellaOps.Evidence/Models/ProofStrengthExtensions.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesPASS89
329src/__Libraries/StellaOps.Evidence/Retention/RetentionTierManager.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL154AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
330src/__Libraries/StellaOps.Evidence/Serialization/EvidenceIndexSerializer.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL53PrivateFieldNamingRename private fields to _camelCase.
331src/__Libraries/StellaOps.Evidence/Services/EvidenceLinker.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL185FileLength>100Split file to stay <= 100 lines.
332src/__Libraries/StellaOps.Evidence/Services/EvidenceQueryService.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesPASS75
333src/__Libraries/StellaOps.Evidence/Validation/EvidenceIndexValidator.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL97UsingInsideNamespaceMove using directives outside namespace.
334src/__Libraries/StellaOps.Evidence/Validation/SchemaLoader.cssrc/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj__LibrariesFAIL29UsingInsideNamespaceMove using directives outside namespace.
335src/__Libraries/StellaOps.Facet/BuiltInFacets.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL167FileLength>100Split file to stay <= 100 lines.
336src/__Libraries/StellaOps.Facet/DefaultCryptoHash.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS54
337src/__Libraries/StellaOps.Facet/FacetCategory.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS47
338src/__Libraries/StellaOps.Facet/FacetClassifier.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS92
339src/__Libraries/StellaOps.Facet/FacetDefinition.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS56
340src/__Libraries/StellaOps.Facet/FacetDrift.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL133FileLength>100Split file to stay <= 100 lines.
341src/__Libraries/StellaOps.Facet/FacetDriftDetector.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL355FileLength>100Split file to stay <= 100 lines.
342src/__Libraries/StellaOps.Facet/FacetDriftVexEmitter.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL350FileLength>100Split file to stay <= 100 lines.
343src/__Libraries/StellaOps.Facet/FacetDriftVexServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS74
344src/__Libraries/StellaOps.Facet/FacetDriftVexWorkflow.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL271FileLength>100Split file to stay <= 100 lines.
345src/__Libraries/StellaOps.Facet/FacetEntry.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS60
346src/__Libraries/StellaOps.Facet/FacetExtractionOptions.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS79
347src/__Libraries/StellaOps.Facet/FacetExtractionResult.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS87
348src/__Libraries/StellaOps.Facet/FacetFileEntry.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS19
349src/__Libraries/StellaOps.Facet/FacetFileModification.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS27
350src/__Libraries/StellaOps.Facet/FacetMerkleTree.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL195FileLength>100Split file to stay <= 100 lines.
351src/__Libraries/StellaOps.Facet/FacetQuota.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS66
352src/__Libraries/StellaOps.Facet/FacetSeal.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL115FileLength>100Split file to stay <= 100 lines.
353src/__Libraries/StellaOps.Facet/FacetSealer.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL122FileLength>100Split file to stay <= 100 lines.
354src/__Libraries/StellaOps.Facet/FacetServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL156FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
355src/__Libraries/StellaOps.Facet/GlobFacetExtractor.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL381FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
356src/__Libraries/StellaOps.Facet/GlobMatcher.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS71
357src/__Libraries/StellaOps.Facet/ICryptoHash.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS33
358src/__Libraries/StellaOps.Facet/IFacet.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS61
359src/__Libraries/StellaOps.Facet/IFacetDriftDetector.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS36
360src/__Libraries/StellaOps.Facet/IFacetDriftVexDraftStore.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL330FileLength>100Split file to stay <= 100 lines.
361src/__Libraries/StellaOps.Facet/IFacetExtractor.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS48
362src/__Libraries/StellaOps.Facet/IFacetSealStore.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL110FileLength>100Split file to stay <= 100 lines.
363src/__Libraries/StellaOps.Facet/InMemoryFacetSealStore.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL239FileLength>100Split file to stay <= 100 lines.
364src/__Libraries/StellaOps.Facet/QuotaExceededAction.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesPASS53
365src/__Libraries/StellaOps.Facet/Serialization/FacetSealJsonConverter.cssrc/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj__LibrariesFAIL144FileLength>100Split file to stay <= 100 lines.
366src/__Libraries/StellaOps.FeatureFlags/CompositeFeatureFlagService.cssrc/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj__LibrariesFAIL304AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
367src/__Libraries/StellaOps.FeatureFlags/FeatureFlagModels.cssrc/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj__LibrariesPASS97
368src/__Libraries/StellaOps.FeatureFlags/FeatureFlagServiceCollectionExtensions.cssrc/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj__LibrariesFAIL177FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
369src/__Libraries/StellaOps.FeatureFlags/IFeatureFlagProvider.cssrc/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj__LibrariesFAIL100ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.
370src/__Libraries/StellaOps.FeatureFlags/IFeatureFlagService.cssrc/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj__LibrariesPASS75
371src/__Libraries/StellaOps.FeatureFlags/Providers/ConfigurationFeatureFlagProvider.cssrc/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj__LibrariesFAIL240ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
372src/__Libraries/StellaOps.FeatureFlags/Providers/SettingsStoreFeatureFlagProvider.cssrc/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj__LibrariesFAIL243AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
373src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/ConcurrentHlcBenchmarks.cssrc/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj__LibrariesPASS92
374src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/HlcBenchmarks.cssrc/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj__LibrariesFAIL107FileLength>100Split file to stay <= 100 lines.
375src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/HlcTimestampBenchmarks.cssrc/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj__LibrariesFAIL133FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
376src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/Program.cssrc/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj__LibrariesPASS32
377src/__Libraries/StellaOps.HybridLogicalClock/HlcClockSkewException.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesPASS50
378src/__Libraries/StellaOps.HybridLogicalClock/HlcOptions.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesPASS78
379src/__Libraries/StellaOps.HybridLogicalClock/HlcServiceCollectionExtensions.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesFAIL128FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
380src/__Libraries/StellaOps.HybridLogicalClock/HlcTimestamp.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesFAIL207FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
381src/__Libraries/StellaOps.HybridLogicalClock/HlcTimestampJsonConverter.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesFAIL176FileLength>100Split file to stay <= 100 lines.
382src/__Libraries/StellaOps.HybridLogicalClock/HlcTimestampTypeHandler.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesFAIL214FileLength>100Split file to stay <= 100 lines.
383src/__Libraries/StellaOps.HybridLogicalClock/HybridLogicalClock.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesFAIL318AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
384src/__Libraries/StellaOps.HybridLogicalClock/IHlcStateStore.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesPASS45
385src/__Libraries/StellaOps.HybridLogicalClock/IHybridLogicalClock.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesPASS55
386src/__Libraries/StellaOps.HybridLogicalClock/InMemoryHlcStateStore.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesPASS85
387src/__Libraries/StellaOps.HybridLogicalClock/PostgresHlcStateStore.cssrc/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj__LibrariesFAIL229AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
388src/__Libraries/StellaOps.Infrastructure.EfCore/Context/StellaOpsDbContextBase.cssrc/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj__LibrariesFAIL65AsyncNaming; ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
389src/__Libraries/StellaOps.Infrastructure.EfCore/Extensions/DbContextServiceExtensions.cssrc/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj__LibrariesFAIL156FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
390src/__Libraries/StellaOps.Infrastructure.EfCore/Interceptors/TenantConnectionInterceptor.cssrc/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj__LibrariesFAIL122BlockingAsync; FileLength>100Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
391src/__Libraries/StellaOps.Infrastructure.EfCore/Tenancy/AsyncLocalTenantContextAccessor.cssrc/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj__LibrariesPASS57
392src/__Libraries/StellaOps.Infrastructure.EfCore/Tenancy/ITenantContextAccessor.cssrc/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj__LibrariesPASS15
393src/__Libraries/StellaOps.Infrastructure.EfCore/Tenancy/SystemTenantContextAccessor.cssrc/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj__LibrariesPASS17
394src/__Libraries/StellaOps.Infrastructure.Postgres/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesPASS42
395src/__Libraries/StellaOps.Infrastructure.Postgres/Connections/DataSourceBase.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL256AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
396src/__Libraries/StellaOps.Infrastructure.Postgres/Exceptions/PostgresExceptionHelper.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesPASS95
397src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/IMigrationRunner.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL182FileLength>100Split file to stay <= 100 lines.
398src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationCategory.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesPASS89
399src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationDependency.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL275FileLength>100Split file to stay <= 100 lines.
400src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationRunner.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL553AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
401src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationServiceExtensions.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL385AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespaceMove using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
402src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationTelemetry.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL219BlockingAsync; FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
403src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationValidator.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL242FileLength>100Split file to stay <= 100 lines.
404src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/StartupMigrationHost.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL481AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
405src/__Libraries/StellaOps.Infrastructure.Postgres/Options/PostgresOptions.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesPASS53
406src/__Libraries/StellaOps.Infrastructure.Postgres/Repositories/RepositoryBase.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL320AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
407src/__Libraries/StellaOps.Infrastructure.Postgres/Testing/PostgresFixture.cssrc/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj__LibrariesFAIL283AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
408src/__Libraries/StellaOps.Ingestion.Telemetry/IngestionTelemetry.cssrc/__Libraries/StellaOps.Ingestion.Telemetry/StellaOps.Ingestion.Telemetry.csproj__LibrariesFAIL200FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
409src/__Libraries/StellaOps.Interop/ToolManager.cssrc/__Libraries/StellaOps.Interop/StellaOps.Interop.csproj__LibrariesFAIL153AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
410src/__Libraries/StellaOps.Metrics/Kpi/KpiCollector.cssrc/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj__LibrariesFAIL256ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
411src/__Libraries/StellaOps.Metrics/Kpi/KpiModels.cssrc/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj__LibrariesFAIL217FileLength>100Split file to stay <= 100 lines.
412src/__Libraries/StellaOps.Metrics/Kpi/KpiTrendService.cssrc/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj__LibrariesFAIL101AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
413src/__Libraries/StellaOps.Metrics/Kpi/Repositories/IFindingRepository.cssrc/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj__LibrariesPASS36
414src/__Libraries/StellaOps.Metrics/Kpi/Repositories/IKpiRepository.cssrc/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj__LibrariesPASS58
415src/__Libraries/StellaOps.Metrics/Kpi/Repositories/IReplayRepository.cssrc/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj__LibrariesPASS26
416src/__Libraries/StellaOps.Metrics/Kpi/Repositories/IVerdictRepository.cssrc/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj__LibrariesPASS26
417src/__Libraries/StellaOps.Orchestrator.Schemas/AdvisoryEvidenceBundle.cssrc/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj__LibrariesPASS76
418src/__Libraries/StellaOps.Orchestrator.Schemas/OrchestratorEnvelope.cssrc/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj__LibrariesPASS73
419src/__Libraries/StellaOps.Orchestrator.Schemas/ScannerReportReadyPayload.cssrc/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj__LibrariesFAIL125FileLength>100Split file to stay <= 100 lines.
420src/__Libraries/StellaOps.Orchestrator.Schemas/ScannerScanCompletedPayload.cssrc/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj__LibrariesPASS59
421src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/Contracts.cssrc/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/StellaOps.PolicyAuthoritySignals.Contracts.csproj__LibrariesPASS40
422src/__Libraries/StellaOps.Provcache.Postgres/PostgresEvidenceChunkRepository.cssrc/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.csproj__LibrariesFAIL265AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
423src/__Libraries/StellaOps.Provcache.Postgres/PostgresProvcacheRepository.cssrc/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.csproj__LibrariesFAIL347AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
424src/__Libraries/StellaOps.Provcache.Postgres/ProvcacheDbContext.cssrc/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.csproj__LibrariesPASS59
425src/__Libraries/StellaOps.Provcache.Valkey/ValkeyProvcacheStore.cssrc/__Libraries/StellaOps.Provcache.Valkey/StellaOps.Provcache.Valkey.csproj__LibrariesFAIL372AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
426src/__Libraries/StellaOps.Provcache/DecisionDigestBuilder.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL344FileLength>100Split file to stay <= 100 lines.
427src/__Libraries/StellaOps.Provcache/IEvidenceChunkRepository.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL204FileLength>100Split file to stay <= 100 lines.
428src/__Libraries/StellaOps.Provcache/IProvcacheRepository.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL138FileLength>100Split file to stay <= 100 lines.
429src/__Libraries/StellaOps.Provcache/IProvcacheService.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL364FileLength>100Split file to stay <= 100 lines.
430src/__Libraries/StellaOps.Provcache/IProvcacheStore.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL151FileLength>100Split file to stay <= 100 lines.
431src/__Libraries/StellaOps.Provcache/ProvcacheOptions.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL151FileLength>100Split file to stay <= 100 lines.
432src/__Libraries/StellaOps.Provcache/ProvcacheService.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL397AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
433src/__Libraries/StellaOps.Provcache/ProvcacheServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL115FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
434src/__Libraries/StellaOps.Provcache/ProvcacheTelemetry.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL390BlockingAsync; FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
435src/__Libraries/StellaOps.Provcache/VeriKeyBuilder.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL390FileLength>100Split file to stay <= 100 lines.
436src/__Libraries/StellaOps.Provcache/WriteBehindQueue.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL273AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
437src/__Libraries/StellaOps.Provcache/Chunking/EvidenceChunker.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL326ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
438src/__Libraries/StellaOps.Provcache/Entities/ProvcacheItemEntity.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL218FileLength>100Split file to stay <= 100 lines.
439src/__Libraries/StellaOps.Provcache/Entities/ProvRevocationEntity.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL111FileLength>100Split file to stay <= 100 lines.
440src/__Libraries/StellaOps.Provcache/Events/FeedEpochAdvancedEvent.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL132FileLength>100Split file to stay <= 100 lines.
441src/__Libraries/StellaOps.Provcache/Events/SignerRevokedEvent.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL117FileLength>100Split file to stay <= 100 lines.
442src/__Libraries/StellaOps.Provcache/Export/IMinimalProofExporter.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesPASS100
443src/__Libraries/StellaOps.Provcache/Export/MinimalProofBundle.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL264FileLength>100Split file to stay <= 100 lines.
444src/__Libraries/StellaOps.Provcache/Export/MinimalProofExporter.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL506ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
445src/__Libraries/StellaOps.Provcache/Invalidation/FeedEpochInvalidator.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL185AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
446src/__Libraries/StellaOps.Provcache/Invalidation/IProvcacheInvalidator.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesPASS67
447src/__Libraries/StellaOps.Provcache/Invalidation/SignerSetInvalidator.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL178AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
448src/__Libraries/StellaOps.Provcache/LazyFetch/FileChunkFetcher.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL259ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
449src/__Libraries/StellaOps.Provcache/LazyFetch/HttpChunkFetcher.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL338AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
450src/__Libraries/StellaOps.Provcache/LazyFetch/ILazyEvidenceFetcher.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL132FileLength>100Split file to stay <= 100 lines.
451src/__Libraries/StellaOps.Provcache/LazyFetch/LazyFetchHttpOptions.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesPASS34
452src/__Libraries/StellaOps.Provcache/LazyFetch/LazyFetchOrchestrator.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL303ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
453src/__Libraries/StellaOps.Provcache/Models/DecisionDigest.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL173FileLength>100Split file to stay <= 100 lines.
454src/__Libraries/StellaOps.Provcache/Models/InputManifest.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL246FileLength>100Split file to stay <= 100 lines.
455src/__Libraries/StellaOps.Provcache/Models/ProvcacheEntry.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesPASS70
456src/__Libraries/StellaOps.Provcache/Oci/ProvcacheOciAttestationBuilder.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL378FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
457src/__Libraries/StellaOps.Provcache/Oci/ProvcachePredicateTypes.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL313FileLength>100Split file to stay <= 100 lines.
458src/__Libraries/StellaOps.Provcache/Revocation/InMemoryRevocationLedger.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL139FileLength>100Split file to stay <= 100 lines.
459src/__Libraries/StellaOps.Provcache/Revocation/IRevocationLedger.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL161FileLength>100Split file to stay <= 100 lines.
460src/__Libraries/StellaOps.Provcache/Revocation/RevocationReplayService.cssrc/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj__LibrariesFAIL296ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
461src/__Libraries/StellaOps.Provenance/DocumentStubs.cssrc/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj__LibrariesFAIL176FileLength>100Split file to stay <= 100 lines.
462src/__Libraries/StellaOps.Provenance/DsseProvenanceModels.cssrc/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj__LibrariesPASS43
463src/__Libraries/StellaOps.Provenance/ProvenanceExtensions.cssrc/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj__LibrariesFAIL141FileLength>100Split file to stay <= 100 lines.
464src/__Libraries/StellaOps.Provenance/ProvenanceJsonParser.cssrc/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj__LibrariesFAIL205FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
465src/__Libraries/StellaOps.Reachability.Core/ConfidenceCalculator.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL153FileLength>100Split file to stay <= 100 lines.
466src/__Libraries/StellaOps.Reachability.Core/EvidenceUriBuilder.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL188FileLength>100Split file to stay <= 100 lines.
467src/__Libraries/StellaOps.Reachability.Core/HybridQueryOptions.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS77
468src/__Libraries/StellaOps.Reachability.Core/HybridReachabilityResult.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL237FileLength>100Split file to stay <= 100 lines.
469src/__Libraries/StellaOps.Reachability.Core/IReachabilityIndex.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL120FileLength>100Split file to stay <= 100 lines.
470src/__Libraries/StellaOps.Reachability.Core/IReachGraphAdapter.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS81
471src/__Libraries/StellaOps.Reachability.Core/ISignalsAdapter.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS98
472src/__Libraries/StellaOps.Reachability.Core/LatticeState.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS85
473src/__Libraries/StellaOps.Reachability.Core/NodeHashRecipe.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL212FileLength>100Split file to stay <= 100 lines.
474src/__Libraries/StellaOps.Reachability.Core/PathHashRecipe.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL180FileLength>100Split file to stay <= 100 lines.
475src/__Libraries/StellaOps.Reachability.Core/ReachabilityIndex.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL267FileLength>100Split file to stay <= 100 lines.
476src/__Libraries/StellaOps.Reachability.Core/ReachabilityLattice.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL182FileLength>100Split file to stay <= 100 lines.
477src/__Libraries/StellaOps.Reachability.Core/RuntimeReachabilityResult.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL131FileLength>100Split file to stay <= 100 lines.
478src/__Libraries/StellaOps.Reachability.Core/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS47
479src/__Libraries/StellaOps.Reachability.Core/StaticReachabilityResult.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS92
480src/__Libraries/StellaOps.Reachability.Core/SymbolRef.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL128FileLength>100Split file to stay <= 100 lines.
481src/__Libraries/StellaOps.Reachability.Core/CveMapping/CveSymbolMapping.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL163FileLength>100Split file to stay <= 100 lines.
482src/__Libraries/StellaOps.Reachability.Core/CveMapping/CveSymbolMappingService.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL503AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
483src/__Libraries/StellaOps.Reachability.Core/CveMapping/FunctionBoundaryDetector.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL352FileLength>100Split file to stay <= 100 lines.
484src/__Libraries/StellaOps.Reachability.Core/CveMapping/GitDiffExtractor.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL312FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
485src/__Libraries/StellaOps.Reachability.Core/CveMapping/ICveSymbolMappingService.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL161FileLength>100Split file to stay <= 100 lines.
486src/__Libraries/StellaOps.Reachability.Core/CveMapping/IOsvEnricher.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL273FileLength>100Split file to stay <= 100 lines.
487src/__Libraries/StellaOps.Reachability.Core/CveMapping/IPatchSymbolExtractor.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS45
488src/__Libraries/StellaOps.Reachability.Core/CveMapping/MappingSource.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS34
489src/__Libraries/StellaOps.Reachability.Core/CveMapping/OsvEnricher.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL529AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
490src/__Libraries/StellaOps.Reachability.Core/CveMapping/PatchAnalysisResult.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS84
491src/__Libraries/StellaOps.Reachability.Core/CveMapping/UnifiedDiffParser.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL301FileLength>100Split file to stay <= 100 lines.
492src/__Libraries/StellaOps.Reachability.Core/CveMapping/VulnerabilityType.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS49
493src/__Libraries/StellaOps.Reachability.Core/CveMapping/VulnerableSymbol.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS83
494src/__Libraries/StellaOps.Reachability.Core/Symbols/CanonicalSymbol.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL141FileLength>100Split file to stay <= 100 lines.
495src/__Libraries/StellaOps.Reachability.Core/Symbols/DotNetSymbolNormalizer.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL204FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
496src/__Libraries/StellaOps.Reachability.Core/Symbols/ISymbolCanonicalizer.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS68
497src/__Libraries/StellaOps.Reachability.Core/Symbols/ISymbolNormalizer.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS39
498src/__Libraries/StellaOps.Reachability.Core/Symbols/JavaSymbolNormalizer.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL230FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
499src/__Libraries/StellaOps.Reachability.Core/Symbols/NativeSymbolNormalizer.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL551FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
500src/__Libraries/StellaOps.Reachability.Core/Symbols/ProgrammingLanguage.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS67
501src/__Libraries/StellaOps.Reachability.Core/Symbols/RawSymbol.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS33
502src/__Libraries/StellaOps.Reachability.Core/Symbols/ScriptSymbolNormalizer.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL454FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
503src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolCanonicalizer.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS99
504src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolMatcher.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesFAIL229FileLength>100Split file to stay <= 100 lines.
505src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolMatchOptions.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS76
506src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolMatchResult.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS57
507src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolSource.cssrc/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj__LibrariesPASS78
508src/__Libraries/StellaOps.ReachGraph.Cache/IReachGraphCache.cssrc/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.csproj__LibrariesPASS60
509src/__Libraries/StellaOps.ReachGraph.Cache/ReachGraphCacheOptions.cssrc/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.csproj__LibrariesPASS41
510src/__Libraries/StellaOps.ReachGraph.Cache/ReachGraphValkeyCache.cssrc/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.csproj__LibrariesFAIL263ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
511src/__Libraries/StellaOps.ReachGraph.Persistence/IReachGraphRepository.cssrc/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.csproj__LibrariesFAIL136FileLength>100Split file to stay <= 100 lines.
512src/__Libraries/StellaOps.ReachGraph.Persistence/PostgresReachGraphRepository.cssrc/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.csproj__LibrariesFAIL350AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
513src/__Libraries/StellaOps.ReachGraph/Deduplication/DeduplicatedEdge.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesFAIL140FileLength>100Split file to stay <= 100 lines.
514src/__Libraries/StellaOps.ReachGraph/Deduplication/EdgeDeduplicator.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesFAIL139FileLength>100Split file to stay <= 100 lines.
515src/__Libraries/StellaOps.ReachGraph/Deduplication/EdgeSemanticKey.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesFAIL135FileLength>100Split file to stay <= 100 lines.
516src/__Libraries/StellaOps.ReachGraph/Hashing/ReachGraphDigestComputer.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesFAIL115FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
517src/__Libraries/StellaOps.ReachGraph/Schema/EdgeExplanation.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesPASS78
518src/__Libraries/StellaOps.ReachGraph/Schema/ReachGraphEdge.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesPASS25
519src/__Libraries/StellaOps.ReachGraph/Schema/ReachGraphMinimal.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesPASS77
520src/__Libraries/StellaOps.ReachGraph/Schema/ReachGraphNode.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesPASS82
521src/__Libraries/StellaOps.ReachGraph/Schema/ReachGraphProvenance.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesPASS72
522src/__Libraries/StellaOps.ReachGraph/Serialization/CanonicalReachGraphSerializer.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesFAIL464FileLength>100Split file to stay <= 100 lines.
523src/__Libraries/StellaOps.ReachGraph/Signing/IReachGraphKeyStore.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesPASS46
524src/__Libraries/StellaOps.ReachGraph/Signing/IReachGraphSignerService.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesPASS100
525src/__Libraries/StellaOps.ReachGraph/Signing/ReachGraphSignerService.cssrc/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj__LibrariesFAIL225ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
526src/__Libraries/StellaOps.Replay.Core/CanonicalJson.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL91PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.
527src/__Libraries/StellaOps.Replay.Core/CasValidator.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL118AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
528src/__Libraries/StellaOps.Replay.Core/DeterministicHash.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL76AsyncNamingRename async methods to end with Async.
529src/__Libraries/StellaOps.Replay.Core/DsseEnvelope.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesPASS32
530src/__Libraries/StellaOps.Replay.Core/PolicySimulationInputLock.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL114FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
531src/__Libraries/StellaOps.Replay.Core/ReachabilityReplayWriter.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL131FileLength>100Split file to stay <= 100 lines.
532src/__Libraries/StellaOps.Replay.Core/ReplayBundleEntry.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesPASS7
533src/__Libraries/StellaOps.Replay.Core/ReplayBundleWriter.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL96AsyncNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.
534src/__Libraries/StellaOps.Replay.Core/ReplayManifest.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL214FileLength>100Split file to stay <= 100 lines.
535src/__Libraries/StellaOps.Replay.Core/ReplayManifestExtensions.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesPASS44
536src/__Libraries/StellaOps.Replay.Core/ReplayManifestValidator.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL398AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
537src/__Libraries/StellaOps.Replay.Core/ReplayModels.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL95ConstNamingRename consts to PascalCase.
538src/__Libraries/StellaOps.Replay.Core/SerializationCompat.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesPASS16
539src/__Libraries/StellaOps.Replay.Core/Bundle/StellaReplayBundleWriter.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL210ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
540src/__Libraries/StellaOps.Replay.Core/Export/IReplayManifestExporter.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL246FileLength>100Split file to stay <= 100 lines.
541src/__Libraries/StellaOps.Replay.Core/Export/ReplayExportModels.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL399FileLength>100Split file to stay <= 100 lines.
542src/__Libraries/StellaOps.Replay.Core/Export/ReplayManifestExporter.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL366ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
543src/__Libraries/StellaOps.Replay.Core/FeedSnapshot/FeedSnapshotCoordinatorService.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL686FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
544src/__Libraries/StellaOps.Replay.Core/FeedSnapshot/IFeedSnapshotCoordinator.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL432FileLength>100Split file to stay <= 100 lines.
545src/__Libraries/StellaOps.Replay.Core/FeedSnapshot/IFeedSourceProvider.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL106FileLength>100Split file to stay <= 100 lines.
546src/__Libraries/StellaOps.Replay.Core/Manifest/ReplayManifestWriter.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL110FileLength>100Split file to stay <= 100 lines.
547src/__Libraries/StellaOps.Replay.Core/Models/KnowledgeSnapshot.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL153FileLength>100Split file to stay <= 100 lines.
548src/__Libraries/StellaOps.Replay.Core/Models/ReplayProof.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL205FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
549src/__Libraries/StellaOps.Replay.Core/Validation/DeterminismManifestValidator.cssrc/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj__LibrariesFAIL431FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
550src/__Libraries/StellaOps.Replay/Engine/ReplayEngine.cssrc/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj__LibrariesFAIL190FileLength>100Split file to stay <= 100 lines.
551src/__Libraries/StellaOps.Replay/Loaders/FeedSnapshotLoader.cssrc/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj__LibrariesFAIL84AsyncNamingRename async methods to end with Async.
552src/__Libraries/StellaOps.Replay/Loaders/PolicySnapshotLoader.cssrc/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj__LibrariesFAIL79AsyncNamingRename async methods to end with Async.
553src/__Libraries/StellaOps.Replay/Models/ReplayModels.cssrc/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj__LibrariesPASS60
554src/__Libraries/StellaOps.Replay/Models/ScanModels.cssrc/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj__LibrariesPASS20
555src/__Libraries/StellaOps.Resolver/CanonicalSerializerAdapter.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS24
556src/__Libraries/StellaOps.Resolver/DefaultTrustLatticeEvaluator.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL129FileLength>100Split file to stay <= 100 lines.
557src/__Libraries/StellaOps.Resolver/DeterministicResolver.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL154FileLength>100Split file to stay <= 100 lines.
558src/__Libraries/StellaOps.Resolver/Edge.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS86
559src/__Libraries/StellaOps.Resolver/EdgeDelta.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL112FileLength>100Split file to stay <= 100 lines.
560src/__Libraries/StellaOps.Resolver/EdgeId.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS93
561src/__Libraries/StellaOps.Resolver/EvidenceGraph.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL127FileLength>100Split file to stay <= 100 lines.
562src/__Libraries/StellaOps.Resolver/GraphValidation.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL331FileLength>100Split file to stay <= 100 lines.
563src/__Libraries/StellaOps.Resolver/IDeterministicResolver.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS83
564src/__Libraries/StellaOps.Resolver/NfcStringNormalizer.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS57
565src/__Libraries/StellaOps.Resolver/Node.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS66
566src/__Libraries/StellaOps.Resolver/NodeId.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS94
567src/__Libraries/StellaOps.Resolver/Policy.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS55
568src/__Libraries/StellaOps.Resolver/ResolutionResult.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL149FileLength>100Split file to stay <= 100 lines.
569src/__Libraries/StellaOps.Resolver/ResolutionVerifier.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL126FileLength>100Split file to stay <= 100 lines.
570src/__Libraries/StellaOps.Resolver/ResolverServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL61ServiceLocatorRemove service locator usage; use constructor injection.
571src/__Libraries/StellaOps.Resolver/TopologicalGraphOrderer.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesPASS95
572src/__Libraries/StellaOps.Resolver/Verdict.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL116FileLength>100Split file to stay <= 100 lines.
573src/__Libraries/StellaOps.Resolver/VerdictDelta.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL172FileLength>100Split file to stay <= 100 lines.
574src/__Libraries/StellaOps.Resolver/Purity/RuntimePurity.cssrc/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj__LibrariesFAIL222FileLength>100Split file to stay <= 100 lines.
575src/__Libraries/StellaOps.Signals.Contracts/Abstractions/ISignalConsumer.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS39
576src/__Libraries/StellaOps.Signals.Contracts/Abstractions/ISignalContext.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS59
577src/__Libraries/StellaOps.Signals.Contracts/Abstractions/ISignalEmitter.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS23
578src/__Libraries/StellaOps.Signals.Contracts/Extensions/ServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS64
579src/__Libraries/StellaOps.Signals.Contracts/Models/EntropySignal.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS65
580src/__Libraries/StellaOps.Signals.Contracts/Models/ExploitabilitySignal.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS65
581src/__Libraries/StellaOps.Signals.Contracts/Models/ReachabilitySignal.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS59
582src/__Libraries/StellaOps.Signals.Contracts/Models/SignalEnvelope.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS65
583src/__Libraries/StellaOps.Signals.Contracts/Models/SignalType.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS43
584src/__Libraries/StellaOps.Signals.Contracts/Models/TrustSignal.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS77
585src/__Libraries/StellaOps.Signals.Contracts/Models/UnknownSymbolSignal.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS59
586src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/CallPath.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesFAIL306FileLength>100Split file to stay <= 100 lines.
587src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/CodeAnchor.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesFAIL168FileLength>100Split file to stay <= 100 lines.
588src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/ReachabilityEvidenceChain.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesFAIL301FileLength>100Split file to stay <= 100 lines.
589src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/ReachabilityExplainRequest.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesFAIL320FileLength>100Split file to stay <= 100 lines.
590src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/ReachabilityState.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesPASS96
591src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/RuntimeHit.cssrc/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj__LibrariesFAIL166FileLength>100Split file to stay <= 100 lines.
592src/__Libraries/StellaOps.Spdx3/ISpdx3Parser.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL143FileLength>100Split file to stay <= 100 lines.
593src/__Libraries/StellaOps.Spdx3/Spdx3Parser.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL899FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
594src/__Libraries/StellaOps.Spdx3/Spdx3VersionDetector.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL205FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
595src/__Libraries/StellaOps.Spdx3/JsonLd/Spdx3ContextResolver.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL249FileLength>100Split file to stay <= 100 lines.
596src/__Libraries/StellaOps.Spdx3/Model/Spdx3CreationInfo.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL140FileLength>100Split file to stay <= 100 lines.
597src/__Libraries/StellaOps.Spdx3/Model/Spdx3Document.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL225FileLength>100Split file to stay <= 100 lines.
598src/__Libraries/StellaOps.Spdx3/Model/Spdx3Element.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL114FileLength>100Split file to stay <= 100 lines.
599src/__Libraries/StellaOps.Spdx3/Model/Spdx3ExternalIdentifier.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL149FileLength>100Split file to stay <= 100 lines.
600src/__Libraries/StellaOps.Spdx3/Model/Spdx3ExternalRef.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL292FileLength>100Split file to stay <= 100 lines.
601src/__Libraries/StellaOps.Spdx3/Model/Spdx3IntegrityMethod.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL226FileLength>100Split file to stay <= 100 lines.
602src/__Libraries/StellaOps.Spdx3/Model/Spdx3ProfileIdentifier.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL180FileLength>100Split file to stay <= 100 lines.
603src/__Libraries/StellaOps.Spdx3/Model/Spdx3Relationship.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL289FileLength>100Split file to stay <= 100 lines.
604src/__Libraries/StellaOps.Spdx3/Model/Build/BuildProfileValidator.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL166FileLength>100Split file to stay <= 100 lines.
605src/__Libraries/StellaOps.Spdx3/Model/Build/Spdx3Build.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL156FileLength>100Split file to stay <= 100 lines.
606src/__Libraries/StellaOps.Spdx3/Model/Security/Spdx3CvssVulnAssessmentRelationship.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesPASS86
607src/__Libraries/StellaOps.Spdx3/Model/Security/Spdx3Vulnerability.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL240FileLength>100Split file to stay <= 100 lines.
608src/__Libraries/StellaOps.Spdx3/Model/Software/Spdx3Package.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL320FileLength>100Split file to stay <= 100 lines.
609src/__Libraries/StellaOps.Spdx3/Model/Software/Spdx3SpdxDocument.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesPASS82
610src/__Libraries/StellaOps.Spdx3/Validation/ISpdx3Validator.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL157FileLength>100Split file to stay <= 100 lines.
611src/__Libraries/StellaOps.Spdx3/Validation/Spdx3Validator.cssrc/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj__LibrariesFAIL346FileLength>100Split file to stay <= 100 lines.
612src/__Libraries/StellaOps.TestKit/TestCategories.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL283FileLength>100Split file to stay <= 100 lines.
613src/__Libraries/StellaOps.TestKit/Analysis/IntentCoverageReport.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL398AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
614src/__Libraries/StellaOps.TestKit/Assertions/CanonicalJsonAssert.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL150FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
615src/__Libraries/StellaOps.TestKit/Assertions/SnapshotAssert.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL115FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
616src/__Libraries/StellaOps.TestKit/BlastRadius/BlastRadiusTestRunner.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL280ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
617src/__Libraries/StellaOps.TestKit/BlastRadius/BlastRadiusValidator.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL242FileLength>100Split file to stay <= 100 lines.
618src/__Libraries/StellaOps.TestKit/Connectors/ConnectorHttpFixture.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL219FileLength>100; ServiceLocator; UsingInsideNamespaceMove using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
619src/__Libraries/StellaOps.TestKit/Connectors/ConnectorLiveSchemaTestBase.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL210AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocatorAdd ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
620src/__Libraries/StellaOps.TestKit/Connectors/ConnectorResilienceTestBase.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL163AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
621src/__Libraries/StellaOps.TestKit/Connectors/ConnectorSecurityTestBase.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL288AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
622src/__Libraries/StellaOps.TestKit/Connectors/ConnectorTestBase.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL206FileLength>100Split file to stay <= 100 lines.
623src/__Libraries/StellaOps.TestKit/Connectors/FixtureUpdater.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL194AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
624src/__Libraries/StellaOps.TestKit/Deterministic/DeterministicRandom.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL127FileLength>100Split file to stay <= 100 lines.
625src/__Libraries/StellaOps.TestKit/Deterministic/DeterministicTime.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL109FileLength>100Split file to stay <= 100 lines.
626src/__Libraries/StellaOps.TestKit/Environment/EnvironmentProfile.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL271ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
627src/__Libraries/StellaOps.TestKit/Environment/SkewTestRunner.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL399AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
628src/__Libraries/StellaOps.TestKit/Evidence/EvidenceChainAssert.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL229FileLength>100Split file to stay <= 100 lines.
629src/__Libraries/StellaOps.TestKit/Evidence/EvidenceChainReporter.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL340FileLength>100Split file to stay <= 100 lines.
630src/__Libraries/StellaOps.TestKit/Evidence/RequirementAttribute.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL103FileLength>100Split file to stay <= 100 lines.
631src/__Libraries/StellaOps.TestKit/Extensions/HttpClientTestExtensions.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL112ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
632src/__Libraries/StellaOps.TestKit/Fixtures/ContractTestHelper.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL244AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
633src/__Libraries/StellaOps.TestKit/Fixtures/HttpFixtureServer.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL158AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocatorAdd ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
634src/__Libraries/StellaOps.TestKit/Fixtures/PostgresFixture.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL342AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
635src/__Libraries/StellaOps.TestKit/Fixtures/ValkeyFixture.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL254AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
636src/__Libraries/StellaOps.TestKit/Fixtures/WebServiceFixture.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL193ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
637src/__Libraries/StellaOps.TestKit/Incident/IncidentMetadata.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL125FileLength>100Split file to stay <= 100 lines.
638src/__Libraries/StellaOps.TestKit/Incident/IncidentTestGenerator.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL360FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
639src/__Libraries/StellaOps.TestKit/Incident/TestScaffold.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL233ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
640src/__Libraries/StellaOps.TestKit/Interop/SchemaVersionMatrix.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL353FileLength>100Split file to stay <= 100 lines.
641src/__Libraries/StellaOps.TestKit/Interop/VersionCompatibilityFixture.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL410AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
642src/__Libraries/StellaOps.TestKit/Longevity/StabilityMetrics.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL384ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
643src/__Libraries/StellaOps.TestKit/Longevity/StabilityTestRunner.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL232AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
644src/__Libraries/StellaOps.TestKit/Observability/ContractViolationException.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesPASS30
645src/__Libraries/StellaOps.TestKit/Observability/LogContractAssert.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL244ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
646src/__Libraries/StellaOps.TestKit/Observability/MetricsContractAssert.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL361ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
647src/__Libraries/StellaOps.TestKit/Observability/OtelCapture.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL164ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
648src/__Libraries/StellaOps.TestKit/Observability/OTelContractAssert.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL224ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
649src/__Libraries/StellaOps.TestKit/Templates/CacheIdempotencyTests.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL219AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
650src/__Libraries/StellaOps.TestKit/Templates/FlakyToDeterministicPattern.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL288AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
651src/__Libraries/StellaOps.TestKit/Templates/QueryDeterminismTests.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL260AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
652src/__Libraries/StellaOps.TestKit/Templates/StorageConcurrencyTests.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL231AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
653src/__Libraries/StellaOps.TestKit/Templates/StorageIdempotencyTests.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL149AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
654src/__Libraries/StellaOps.TestKit/Templates/WebServiceTestBase.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesFAIL327AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
655src/__Libraries/StellaOps.TestKit/Traits/IntentAttribute.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesPASS78
656src/__Libraries/StellaOps.TestKit/Traits/TestIntents.cssrc/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj__LibrariesPASS95
657src/__Libraries/StellaOps.Verdict/IPolicyLockGenerator.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesPASS57
658src/__Libraries/StellaOps.Verdict/IVerdictBuilder.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL247FileLength>100Split file to stay <= 100 lines.
659src/__Libraries/StellaOps.Verdict/PolicyLockGenerator.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL214ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
660src/__Libraries/StellaOps.Verdict/VerdictBuilderOptions.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL103FileLength>100Split file to stay <= 100 lines.
661src/__Libraries/StellaOps.Verdict/VerdictBuilderService.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL455FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
662src/__Libraries/StellaOps.Verdict/VerdictServiceCollectionExtensions.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL176FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
663src/__Libraries/StellaOps.Verdict/Api/VerdictContracts.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL188FileLength>100; NamespaceNotFileScopedConvert to file-scoped namespace.; Split file to stay <= 100 lines.
664src/__Libraries/StellaOps.Verdict/Api/VerdictEndpoints.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL469AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
665src/__Libraries/StellaOps.Verdict/Export/VerdictBundleExporter.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL448ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
666src/__Libraries/StellaOps.Verdict/Oci/OciAttestationPublisher.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL828ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
667src/__Libraries/StellaOps.Verdict/Persistence/IVerdictStore.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL149FileLength>100Split file to stay <= 100 lines.
668src/__Libraries/StellaOps.Verdict/Persistence/PostgresVerdictStore.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL306AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
669src/__Libraries/StellaOps.Verdict/Persistence/VerdictRow.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesPASS85
670src/__Libraries/StellaOps.Verdict/Schema/StellaVerdict.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL636FileLength>100Split file to stay <= 100 lines.
671src/__Libraries/StellaOps.Verdict/Services/VerdictAssemblyService.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL407FileLength>100Split file to stay <= 100 lines.
672src/__Libraries/StellaOps.Verdict/Services/VerdictSigningService.cssrc/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj__LibrariesFAIL306FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
673src/__Libraries/StellaOps.VersionComparison/IVersionComparator.cssrc/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj__LibrariesPASS82
674src/__Libraries/StellaOps.VersionComparison/Comparers/DebianVersionComparer.cssrc/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj__LibrariesFAIL263FileLength>100Split file to stay <= 100 lines.
675src/__Libraries/StellaOps.VersionComparison/Comparers/RpmVersionComparer.cssrc/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj__LibrariesFAIL261FileLength>100Split file to stay <= 100 lines.
676src/__Libraries/StellaOps.VersionComparison/Comparers/StringVersionComparer.cssrc/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj__LibrariesPASS69
677src/__Libraries/StellaOps.VersionComparison/Models/ApkVersion.cssrc/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj__LibrariesFAIL159FileLength>100Split file to stay <= 100 lines.
678src/__Libraries/StellaOps.VersionComparison/Models/DebianVersion.cssrc/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj__LibrariesFAIL127FileLength>100Split file to stay <= 100 lines.
679src/__Libraries/StellaOps.VersionComparison/Models/RpmVersion.cssrc/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj__LibrariesFAIL131FileLength>100Split file to stay <= 100 lines.
680src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/AdvisoryAiGuardrailOptions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIPASS26
681src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/AdvisoryAiMetrics.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIFAIL29PrivateFieldNamingRename private fields to _camelCase.
682src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/AdvisoryAiServiceOptions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIPASS84
683src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/AdvisoryAiServiceOptionsValidator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIFAIL101FileLength>100Split file to stay <= 100 lines.
684src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/FileSystemAdvisoryOutputStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIFAIL182AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
685src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/FileSystemAdvisoryPlanCache.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIFAIL470AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
686src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/FileSystemAdvisoryTaskQueue.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIFAIL192AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
687src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/GuardrailAllowlistLoader.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIFAIL99UsingInsideNamespaceMove using directives outside namespace.
688src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/GuardrailPhraseLoader.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIFAIL46UsingInsideNamespaceMove using directives outside namespace.
689src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/IGuidProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIPASS27
690src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/ServiceCollectionExtensions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIFAIL282FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
691src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/Properties/AssemblyInfo.cssrc/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csprojAdvisoryAIPASS2
692src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/AdvisoryRetrievalRequest.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS14
693src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/AdvisoryRetrievalResult.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS40
694src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/IAdvisoryDocumentProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS9
695src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/IAdvisoryStructuredRetriever.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS7
696src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/IAdvisoryVectorRetriever.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS26
697src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/ISbomContextRetriever.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS12
698src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/SbomContextRequest.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS83
699src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionAuditLedger.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL153FileLength>100Split file to stay <= 100 lines.
700src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionDefinition.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL136FileLength>100Split file to stay <= 100 lines.
701src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionExecutor.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL458ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
702src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionPolicyGate.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL361FileLength>100Split file to stay <= 100 lines.
703src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionRegistry.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL434FileLength>100Split file to stay <= 100 lines.
704src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ApprovalWorkflowAdapter.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL277ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
705src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IActionAuditLedger.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL277FileLength>100Split file to stay <= 100 lines.
706src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IActionExecutor.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL350FileLength>100Split file to stay <= 100 lines.
707src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IActionPolicyGate.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL359FileLength>100Split file to stay <= 100 lines.
708src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IActionRegistry.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS79
709src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IApprovalWorkflowAdapter.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL284FileLength>100Split file to stay <= 100 lines.
710src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IdempotencyHandler.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL215BlockingAsync; FileLength>100Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
711src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IGuidGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS32
712src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IIdempotencyHandler.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS84
713src/AdvisoryAI/StellaOps.AdvisoryAI/Caching/IAdvisoryPlanCache.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL174FileLength>100Split file to stay <= 100 lines.
714src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ActionProposalParser.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL290FileLength>100Split file to stay <= 100 lines.
715src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/AttestationIntegration.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL350ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
716src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ChatPromptAssembler.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL272FileLength>100Split file to stay <= 100 lines.
717src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ChatResponseStreamer.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL490FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
718src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ConversationContextBuilder.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL378FileLength>100Split file to stay <= 100 lines.
719src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ConversationService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL734FileLength>100Split file to stay <= 100 lines.
720src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/EvidencePackChatIntegration.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL348FileLength>100Split file to stay <= 100 lines.
721src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/GroundingValidator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL603FileLength>100Split file to stay <= 100 lines.
722src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/OpsMemoryIntegration.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL296FileLength>100Split file to stay <= 100 lines.
723src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/OpsMemoryLinkResolver.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL149FileLength>100Split file to stay <= 100 lines.
724src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/DataProviders.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL363FileLength>100Split file to stay <= 100 lines.
725src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/EvidenceBundleAssembler.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL687ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
726src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/IEvidenceBundleAssembler.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL152FileLength>100Split file to stay <= 100 lines.
727src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/BinaryPatchDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL123ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
728src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/ContextDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL111ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
729src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/FixDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL193ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
730src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/OpsMemoryDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL208ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
731src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/PolicyDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL125ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
732src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/ProvenanceDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL211ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
733src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/ReachabilityDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL170ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
734src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/SbomDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL211ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
735src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/VexDataProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL155ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
736src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Audit/AdvisoryChatAuditEnvelopeBuilder.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL710FileLength>100Split file to stay <= 100 lines.
737src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Audit/ChatAuditRecords.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS90
738src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/DependencyInjection/AdvisoryChatServiceCollectionExtensions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL203FileLength>100; NamespaceNotStellaOps; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
739src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/ClaudeInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL344ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
740src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/IAdvisoryChatInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS89
741src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/LocalInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL320ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
742src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/OllamaInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL297ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
743src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/OpenAIInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL330ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
744src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/SystemPromptLoader.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL106AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
745src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Models/AdvisoryChatModels.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL407FileLength>100Split file to stay <= 100 lines.
746src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Models/AdvisoryChatResponseModels.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL331FileLength>100Split file to stay <= 100 lines.
747src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Options/AdvisoryChatOptions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL330FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
748src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Routing/AdvisoryChatIntentRouter.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL464FileLength>100Split file to stay <= 100 lines.
749src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/AdvisoryChatQuotaService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL308FileLength>100Split file to stay <= 100 lines.
750src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/AdvisoryChatService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL897ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
751src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/LocalChatInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS32
752src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/NullAdvisoryChatAuditLogger.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS58
753src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/PostgresAdvisoryChatAuditLogger.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL531FileLength>100Split file to stay <= 100 lines.
754src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Settings/AdvisoryChatSettingsModels.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS65
755src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Settings/AdvisoryChatSettingsService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL205FileLength>100Split file to stay <= 100 lines.
756src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Settings/AdvisoryChatSettingsStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL141FileLength>100Split file to stay <= 100 lines.
757src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Settings/AdvisoryChatToolPolicy.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL236FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
758src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/CsafDocumentChunker.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL280FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
759src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/DocumentChunkerFactory.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS27
760src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/IDocumentChunker.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS11
761src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/JsonElementExtensions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS42
762src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/MarkdownDocumentChunker.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL88PrivateFieldNamingRename private fields to _camelCase.
763src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/OpenVexDocumentChunker.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL201FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
764src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/OsvDocumentChunker.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL140FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
765src/AdvisoryAI/StellaOps.AdvisoryAI/Context/SbomContextResult.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL190FileLength>100Split file to stay <= 100 lines.
766src/AdvisoryAI/StellaOps.AdvisoryAI/DependencyInjection/ActionsServiceCollectionExtensions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS87
767src/AdvisoryAI/StellaOps.AdvisoryAI/DependencyInjection/SbomContextServiceCollectionExtensions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL43ServiceLocatorRemove service locator usage; use constructor injection.
768src/AdvisoryAI/StellaOps.AdvisoryAI/DependencyInjection/ToolsetServiceCollectionExtensions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL107FileLength>100Split file to stay <= 100 lines.
769src/AdvisoryAI/StellaOps.AdvisoryAI/Diagnostics/AdvisoryAiActivitySource.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS9
770src/AdvisoryAI/StellaOps.AdvisoryAI/Documents/AdvisoryChunk.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS65
771src/AdvisoryAI/StellaOps.AdvisoryAI/Documents/AdvisoryDocument.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS47
772src/AdvisoryAI/StellaOps.AdvisoryAI/Documents/DocumentFormat.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS11
773src/AdvisoryAI/StellaOps.AdvisoryAI/Documents/DocumentFormatMapper.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS25
774src/AdvisoryAI/StellaOps.AdvisoryAI/Evidence/NullEvidencePackSigner.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS53
775src/AdvisoryAI/StellaOps.AdvisoryAI/Execution/AdvisoryPipelineExecutor.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL134FileLength>100Split file to stay <= 100 lines.
776src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/DefaultExplanationPromptService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL158FileLength>100Split file to stay <= 100 lines.
777src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/EvidenceAnchoredExplanationGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL218AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
778src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/ExplanationPromptTemplates.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL283FileLength>100Split file to stay <= 100 lines.
779src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/ExplanationRequest.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS91
780src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/ExplanationResult.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL143FileLength>100Split file to stay <= 100 lines.
781src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/IEvidenceRetrievalService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL123FileLength>100Split file to stay <= 100 lines.
782src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/IExplanationGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS34
783src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/IExplanationRequestStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS16
784src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/InMemoryExplanationStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS45
785src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/NullCitationExtractor.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS14
786src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/NullEvidenceRetrievalService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL44PrivateFieldNamingRename private fields to _camelCase.
787src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/NullExplanationInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS34
788src/AdvisoryAI/StellaOps.AdvisoryAI/Guardrails/AdvisoryGuardrailPipeline.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL383FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
789src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/AdvisoryInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL217FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
790src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/ILocalLlmRuntime.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL137FileLength>100Split file to stay <= 100 lines.
791src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlamaCppRuntime.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL184AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
792src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmBenchmark.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL310ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
793src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LocalInferenceOptions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL130FileLength>100Split file to stay <= 100 lines.
794src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LocalLlmConfig.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL162FileLength>100Split file to stay <= 100 lines.
795src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/ModelBundle.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL282AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
796src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/OnnxRuntime.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL140AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
797src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/ProviderBasedAdvisoryInferenceClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL237ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
798src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/SignedModelBundleManager.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL398ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
799src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/ClaudeLlmProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL569AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
800src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/GeminiLlmProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL577AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
801src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/ILlmProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL179FileLength>100Split file to stay <= 100 lines.
802src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/ILlmProviderPlugin.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL250FileLength>100Split file to stay <= 100 lines.
803src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/LlamaServerLlmProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL594AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
804src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/LlmInferenceCache.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL572BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
805src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/LlmProviderFactory.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL362AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
806src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/LlmProviderOptions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL169FileLength>100Split file to stay <= 100 lines.
807src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/OllamaLlmProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL538AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
808src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/OpenAiLlmProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL592AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
809src/AdvisoryAI/StellaOps.AdvisoryAI/Metrics/AdvisoryPipelineMetrics.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL112FileLength>100Split file to stay <= 100 lines.
810src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryPipelineOptions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL160FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
811src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryPipelineOrchestrator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL427AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
812src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryPipelinePlanResponse.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL112FileLength>100Split file to stay <= 100 lines.
813src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryTaskPlan.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS72
814src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryTaskRequest.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS50
815src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryTaskType.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS9
816src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/IAdvisoryPipelineOrchestrator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS10
817src/AdvisoryAI/StellaOps.AdvisoryAI/Outputs/AdvisoryOutputStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL180FileLength>100Split file to stay <= 100 lines.
818src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/AiPolicyIntentParser.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL278ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
819src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/InMemoryPolicyIntentStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS26
820src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/IPolicyIntentParser.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS60
821src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/IPolicyRuleGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL181FileLength>100Split file to stay <= 100 lines.
822src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/ITestCaseSynthesizer.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL171FileLength>100Split file to stay <= 100 lines.
823src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/LatticeRuleGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL269FileLength>100Split file to stay <= 100 lines.
824src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/NullPolicyIntentParser.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL115FileLength>100Split file to stay <= 100 lines.
825src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/PolicyBundleCompiler.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL775ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
826src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/PolicyIntent.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL197FileLength>100Split file to stay <= 100 lines.
827src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/PropertyBasedTestSynthesizer.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL327FileLength>100Split file to stay <= 100 lines.
828src/AdvisoryAI/StellaOps.AdvisoryAI/Prompting/AdvisoryPromptAssembler.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL392FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
829src/AdvisoryAI/StellaOps.AdvisoryAI/Properties/AssemblyInfo.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS4
830src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/ConcelierAdvisoryDocumentProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL127AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
831src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/ExcititorVexDocumentProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL204AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
832src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/ISbomContextClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL197FileLength>100Split file to stay <= 100 lines.
833src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/NullAdvisoryDocumentProvider.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS19
834src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/NullSbomContextClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS18
835src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/SbomContextClientOptions.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS31
836src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/SbomContextHttpClient.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL236AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
837src/AdvisoryAI/StellaOps.AdvisoryAI/Queue/IAdvisoryTaskQueue.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL100AsyncNaming; BlockingAsyncRename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
838src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/AiRemediationPlanner.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL365AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
839src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/AzureDevOpsPullRequestGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL143FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
840src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/GitHubPullRequestGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL312ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
841src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/GitLabMergeRequestGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL122FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
842src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/IPackageVersionResolver.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS89
843src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/IPullRequestGenerator.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL225FileLength>100Split file to stay <= 100 lines.
844src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/IRemediationPlanner.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS34
845src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/NullRemediationPlanner.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL101FileLength>100Split file to stay <= 100 lines.
846src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/PrTemplateBuilder.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL326FileLength>100Split file to stay <= 100 lines.
847src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/RemediationDeltaService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL325ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
848src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/RemediationPlan.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL225FileLength>100Split file to stay <= 100 lines.
849src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/RemediationPlanRequest.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS86
850src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/AzureDevOpsScmConnector.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL387ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
851src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/GiteaScmConnector.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL328ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
852src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/GitHubScmConnector.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL324ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
853src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/GitLabScmConnector.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL336ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
854src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/IScmConnector.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL273FileLength>100Split file to stay <= 100 lines.
855src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/ScmConnectorBase.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL160AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
856src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/ScmConnectorCatalog.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL190FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
857src/AdvisoryAI/StellaOps.AdvisoryAI/Replay/AIArtifactReplayer.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL463ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
858src/AdvisoryAI/StellaOps.AdvisoryAI/Retrievers/AdvisoryStructuredRetriever.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL73AsyncNamingRename async methods to end with Async.
859src/AdvisoryAI/StellaOps.AdvisoryAI/Retrievers/AdvisoryVectorRetriever.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL74AsyncNamingRename async methods to end with Async.
860src/AdvisoryAI/StellaOps.AdvisoryAI/Retrievers/SbomContextRetriever.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL211AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
861src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/InMemoryRunStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL162FileLength>100Split file to stay <= 100 lines.
862src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/IRunService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL430FileLength>100Split file to stay <= 100 lines.
863src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/IRunStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL105FileLength>100Split file to stay <= 100 lines.
864src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/RunService.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL725AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
865src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/Models/Run.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL279FileLength>100Split file to stay <= 100 lines.
866src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/Models/RunArtifact.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL183FileLength>100Split file to stay <= 100 lines.
867src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/Models/RunEvent.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL429FileLength>100Split file to stay <= 100 lines.
868src/AdvisoryAI/StellaOps.AdvisoryAI/Storage/ConversationStore.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL378FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
869src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/DependencyAnalysisResult.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS86
870src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/DeterministicToolset.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL384FileLength>100Split file to stay <= 100 lines.
871src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/IDeterministicToolset.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIPASS25
872src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/SemanticVersion.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL257FileLength>100Split file to stay <= 100 lines.
873src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/SemanticVersionRange.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL122FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
874src/AdvisoryAI/StellaOps.AdvisoryAI/Vectorization/DeterministicHashVectorEncoder.cssrc/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csprojAdvisoryAIFAIL73PrivateFieldNamingRename private fields to _camelCase.
875src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Extractors/AdvisorySnapshotExtractor.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL271ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
876src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Extractors/PolicySnapshotExtractor.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL376AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
877src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Extractors/VexSnapshotExtractor.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL297ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
878src/AirGap/__Libraries/StellaOps.AirGap.Bundle/FunctionMap/FunctionMapBundleIntegration.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL240FileLength>100Split file to stay <= 100 lines.
879src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/BundleExportMode.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapPASS42
880src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/BundleFormatV2.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL267FileLength>100Split file to stay <= 100 lines.
881src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/BundleManifest.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL271FileLength>100Split file to stay <= 100 lines.
882src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/BundleSubject.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapPASS18
883src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/KnowledgeSnapshotManifest.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL167FileLength>100Split file to stay <= 100 lines.
884src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/RekorProofEntry.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapPASS22
885src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/TimestampEntry.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapPASS37
886src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/TrustProfile.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapPASS56
887src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Serialization/BundleManifestSerializer.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL64PrivateFieldNamingRename private fields to _camelCase.
888src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Serialization/TimestampEntryJsonConverter.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL67UsingInsideNamespaceMove using directives outside namespace.
889src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/Abstractions.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL163FileLength>100Split file to stay <= 100 lines.
890src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/BundleBuilder.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL641AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
891src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/BundleLoader.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL80AsyncNamingRename async methods to end with Async.
892src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/ConcelierAdvisoryImportTarget.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL271ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
893src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/CrlFetcher.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL162AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
894src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/ExcititorVexImportTarget.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL267ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
895src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/KnowledgeSnapshotImporter.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL569AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
896src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/LocalRbacBundleExtensions.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL181FileLength>100Split file to stay <= 100 lines.
897src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/OcspResponseFetcher.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL140AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
898src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/PolicyRegistryImportTarget.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL253ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
899src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/SnapshotBundleReader.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL622AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
900src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/SnapshotBundleWriter.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL603AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
901src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/SnapshotManifestSigner.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL490ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
902src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/TimeAnchorService.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL320ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
903src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/TrustProfileLoader.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL113FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
904src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/TsaChainBundler.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL272FileLength>100Split file to stay <= 100 lines.
905src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/TsaRevocationBlob.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapPASS4
906src/AirGap/__Libraries/StellaOps.AirGap.Bundle/TrustSnapshot/IGuidProvider.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapPASS36
907src/AirGap/__Libraries/StellaOps.AirGap.Bundle/TrustSnapshot/TrustSnapshotBuilder.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL596ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
908src/AirGap/__Libraries/StellaOps.AirGap.Bundle/TrustSnapshot/TrustSnapshotImporter.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL687AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
909src/AirGap/__Libraries/StellaOps.AirGap.Bundle/TrustSnapshot/TrustSnapshotManifest.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL360FileLength>100Split file to stay <= 100 lines.
910src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Validation/BundleSizeValidator.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapPASS20
911src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Validation/BundleValidator.cssrc/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csprojAirGapFAIL226FileLength>100Split file to stay <= 100 lines.
912src/AirGap/__Libraries/StellaOps.AirGap.Persistence/EfCore/Context/AirGapDbContext.cssrc/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csprojAirGapPASS36
913src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Extensions/AirGapPersistenceExtensions.cssrc/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csprojAirGapFAIL89ServiceLocatorRemove service locator usage; use constructor injection.
914src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Postgres/AirGapDataSource.cssrc/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csprojAirGapPASS45
915src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Postgres/AirGapStartupMigrationHost.cssrc/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csprojAirGapPASS23
916src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Postgres/Repositories/PostgresAirGapStateStore.cssrc/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csprojAirGapFAIL343AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
917src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Postgres/Repositories/PostgresBundleVersionStore.cssrc/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csprojAirGapFAIL362AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
918src/AirGap/__Libraries/StellaOps.AirGap.Sync/AirGapSyncServiceCollectionExtensions.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL154FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
919src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/AirGapBundle.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapPASS52
920src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/ConflictResolution.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapPASS69
921src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/MergeResult.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapPASS88
922src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/NodeJobLog.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapPASS34
923src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/OfflineJobLogEntry.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapPASS59
924src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/SyncResult.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapPASS73
925src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/AirGapBundleDsseSigner.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL277FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
926src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/AirGapBundleExporter.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL272FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
927src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/AirGapBundleImporter.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL318FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
928src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/AirGapSyncService.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL199FileLength>100Split file to stay <= 100 lines.
929src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/ConflictResolver.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL115FileLength>100Split file to stay <= 100 lines.
930src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/HlcMergeService.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL170FileLength>100Split file to stay <= 100 lines.
931src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/OfflineHlcManager.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL174AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
932src/AirGap/__Libraries/StellaOps.AirGap.Sync/Stores/FileBasedOfflineJobLogStore.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL248AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
933src/AirGap/__Libraries/StellaOps.AirGap.Sync/Stores/IOfflineJobLogStore.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapPASS59
934src/AirGap/__Libraries/StellaOps.AirGap.Sync/Telemetry/AirGapSyncMetrics.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL163FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
935src/AirGap/__Libraries/StellaOps.AirGap.Sync/Transport/FileBasedJobSyncTransport.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL224FileLength>100Split file to stay <= 100 lines.
936src/AirGap/__Libraries/StellaOps.AirGap.Sync/Transport/IJobSyncTransport.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL124FileLength>100Split file to stay <= 100 lines.
937src/AirGap/__Libraries/StellaOps.AirGap.Sync/Transport/RouterJobSyncTransport.cssrc/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csprojAirGapFAIL274FileLength>100Split file to stay <= 100 lines.
938src/AirGap/StellaOps.AirGap.Controller/AssemblyInfo.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS4
939src/AirGap/StellaOps.AirGap.Controller/Program.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS28
940src/AirGap/StellaOps.AirGap.Controller/Auth/HeaderScopeAuthenticationHandler.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapFAIL107FileLength>100Split file to stay <= 100 lines.
941src/AirGap/StellaOps.AirGap.Controller/DependencyInjection/AirGapControllerServiceCollectionExtensions.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapFAIL39ServiceLocatorRemove service locator usage; use constructor injection.
942src/AirGap/StellaOps.AirGap.Controller/Domain/AirGapState.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS30
943src/AirGap/StellaOps.AirGap.Controller/Endpoints/AirGapEndpoints.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapFAIL269AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
944src/AirGap/StellaOps.AirGap.Controller/Endpoints/RequestValidation.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapFAIL108FileLength>100Split file to stay <= 100 lines.
945src/AirGap/StellaOps.AirGap.Controller/Endpoints/Contracts/AirGapStatusResponse.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS55
946src/AirGap/StellaOps.AirGap.Controller/Endpoints/Contracts/SealRequest.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS22
947src/AirGap/StellaOps.AirGap.Controller/Endpoints/Contracts/VerifyRequest.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS24
948src/AirGap/StellaOps.AirGap.Controller/Options/AirGapStartupOptions.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS45
949src/AirGap/StellaOps.AirGap.Controller/Options/AirGapTelemetryOptions.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS7
950src/AirGap/StellaOps.AirGap.Controller/Services/AirGapStartupDiagnosticsHostedService.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapFAIL175AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
951src/AirGap/StellaOps.AirGap.Controller/Services/AirGapStateService.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapFAIL119ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
952src/AirGap/StellaOps.AirGap.Controller/Services/AirGapTelemetry.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapFAIL179FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
953src/AirGap/StellaOps.AirGap.Controller/Services/ReplayVerificationService.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapFAIL40ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.
954src/AirGap/StellaOps.AirGap.Controller/Stores/IAirGapStateStore.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS10
955src/AirGap/StellaOps.AirGap.Controller/Stores/InMemoryAirGapStateStore.cssrc/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csprojAirGapPASS29
956src/AirGap/StellaOps.AirGap.Importer/Contracts/ReplayDepth.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS15
957src/AirGap/StellaOps.AirGap.Importer/Contracts/ReplayVerificationRequest.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS22
958src/AirGap/StellaOps.AirGap.Importer/Contracts/TrustRootConfig.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS18
959src/AirGap/StellaOps.AirGap.Importer/Models/BundleCatalogEntry.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS9
960src/AirGap/StellaOps.AirGap.Importer/Models/BundleItem.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS9
961src/AirGap/StellaOps.AirGap.Importer/Planning/BundleImportPlan.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS35
962src/AirGap/StellaOps.AirGap.Importer/Planning/BundleImportPlanner.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS40
963src/AirGap/StellaOps.AirGap.Importer/Policy/OfflineVerificationPolicy.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL214FileLength>100Split file to stay <= 100 lines.
964src/AirGap/StellaOps.AirGap.Importer/Policy/OfflineVerificationPolicyLoader.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL134AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
965src/AirGap/StellaOps.AirGap.Importer/Quarantine/FileSystemQuarantineService.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL397FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
966src/AirGap/StellaOps.AirGap.Importer/Quarantine/IQuarantineService.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS56
967src/AirGap/StellaOps.AirGap.Importer/Quarantine/QuarantineOptions.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS31
968src/AirGap/StellaOps.AirGap.Importer/Reconciliation/ArtifactIndex.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL145FileLength>100Split file to stay <= 100 lines.
969src/AirGap/StellaOps.AirGap.Importer/Reconciliation/EvidenceDirectoryDiscovery.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL91PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.
970src/AirGap/StellaOps.AirGap.Importer/Reconciliation/EvidenceGraph.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL334AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
971src/AirGap/StellaOps.AirGap.Importer/Reconciliation/EvidenceReconciler.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL396AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
972src/AirGap/StellaOps.AirGap.Importer/Reconciliation/JsonNormalizer.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL282FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
973src/AirGap/StellaOps.AirGap.Importer/Reconciliation/SourcePrecedenceLattice.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL265FileLength>100Split file to stay <= 100 lines.
974src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/AttestationCollector.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL440AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
975src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/CycloneDxParser.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL344AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
976src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/DsseAttestationParser.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL302AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
977src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/IAttestationParser.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL205FileLength>100Split file to stay <= 100 lines.
978src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/ISbomParser.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL189FileLength>100Split file to stay <= 100 lines.
979src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/OpenVexParser.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL184FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
980src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/SbomCollector.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL175AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
981src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/SbomNormalizer.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL513FileLength>100Split file to stay <= 100 lines.
982src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/SbomParserFactory.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL92AsyncNaming; ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
983src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/SpdxParser.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL317AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
984src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Signing/EvidenceGraphDsseSigner.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL184FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
985src/AirGap/StellaOps.AirGap.Importer/Repositories/IBundleCatalogRepository.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS10
986src/AirGap/StellaOps.AirGap.Importer/Repositories/IBundleItemRepository.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS10
987src/AirGap/StellaOps.AirGap.Importer/Repositories/InMemoryBundleRepositories.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS64
988src/AirGap/StellaOps.AirGap.Importer/Telemetry/OfflineKitLogFields.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS25
989src/AirGap/StellaOps.AirGap.Importer/Telemetry/OfflineKitLogScopes.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS22
990src/AirGap/StellaOps.AirGap.Importer/Telemetry/OfflineKitMetrics.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL143FileLength>100Split file to stay <= 100 lines.
991src/AirGap/StellaOps.AirGap.Importer/Validation/BundleValidationResult.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS16
992src/AirGap/StellaOps.AirGap.Importer/Validation/DsseEnvelope.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS30
993src/AirGap/StellaOps.AirGap.Importer/Validation/DssePreAuthenticationEncoding.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS29
994src/AirGap/StellaOps.AirGap.Importer/Validation/DsseVerifier.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL212BlockingAsync; FileLength>100Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
995src/AirGap/StellaOps.AirGap.Importer/Validation/ImportValidator.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL450FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
996src/AirGap/StellaOps.AirGap.Importer/Validation/MerkleRootCalculator.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL80UsingInsideNamespaceMove using directives outside namespace.
997src/AirGap/StellaOps.AirGap.Importer/Validation/ReferrerValidator.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL482FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
998src/AirGap/StellaOps.AirGap.Importer/Validation/RekorOfflineReceiptVerifier.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL657AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
999src/AirGap/StellaOps.AirGap.Importer/Validation/ReplayVerifier.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS61
1000src/AirGap/StellaOps.AirGap.Importer/Validation/RootRotationPolicy.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS33
1001src/AirGap/StellaOps.AirGap.Importer/Validation/RuleBundleValidator.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL434AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1002src/AirGap/StellaOps.AirGap.Importer/Validation/TrustStore.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS54
1003src/AirGap/StellaOps.AirGap.Importer/Validation/TufMetadataValidator.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS65
1004src/AirGap/StellaOps.AirGap.Importer/Versioning/BundleVersion.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapFAIL145FileLength>100Split file to stay <= 100 lines.
1005src/AirGap/StellaOps.AirGap.Importer/Versioning/IBundleVersionStore.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS34
1006src/AirGap/StellaOps.AirGap.Importer/Versioning/IVersionMonotonicityChecker.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS27
1007src/AirGap/StellaOps.AirGap.Importer/Versioning/VersionMonotonicityChecker.cssrc/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csprojAirGapPASS96
1008src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/HttpClientUsageAnalyzer.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/StellaOps.AirGap.Policy.Analyzers.csprojAirGapFAIL108FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1009src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/AirGapEgressBlockedException.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapFAIL101FileLength>100Split file to stay <= 100 lines.
1010src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressDecision.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapPASS44
1011src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressHttpClientFactory.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapPASS94
1012src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressPolicy.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapFAIL245AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1013src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressPolicyMode.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapPASS18
1014src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressPolicyOptions.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapPASS100
1015src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressPolicyServiceCollectionExtensions.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapFAIL295FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1016src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressRequest.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapPASS87
1017src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressRule.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapFAIL128FileLength>100Split file to stay <= 100 lines.
1018src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressTransport.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapPASS28
1019src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/IEgressPolicy.cssrc/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csprojAirGapPASS50
1020src/AirGap/StellaOps.AirGap.Time/Program.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL51ServiceLocatorRemove service locator usage; use constructor injection.
1021src/AirGap/StellaOps.AirGap.Time/Config/AirGapOptionsValidator.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS46
1022src/AirGap/StellaOps.AirGap.Time/Controllers/TimeStatusController.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL87AsyncNaming; ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
1023src/AirGap/StellaOps.AirGap.Time/Health/TimeAnchorHealthCheck.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL52AsyncNaming; ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
1024src/AirGap/StellaOps.AirGap.Time/Hooks/StartupValidationExtensions.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL32BlockingAsync; ServiceLocator; UsingInsideNamespaceMove using directives outside namespace.; Remove service locator usage; use constructor injection.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
1025src/AirGap/StellaOps.AirGap.Time/Models/AirGapOptions.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS35
1026src/AirGap/StellaOps.AirGap.Time/Models/SetAnchorRequest.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS27
1027src/AirGap/StellaOps.AirGap.Time/Models/StalenessBudget.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS23
1028src/AirGap/StellaOps.AirGap.Time/Models/StalenessEvaluation.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS13
1029src/AirGap/StellaOps.AirGap.Time/Models/TimeAnchor.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS15
1030src/AirGap/StellaOps.AirGap.Time/Models/TimeStatus.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS17
1031src/AirGap/StellaOps.AirGap.Time/Models/TimeStatusDto.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS48
1032src/AirGap/StellaOps.AirGap.Time/Models/TimeTrustRoot.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS4
1033src/AirGap/StellaOps.AirGap.Time/Parsing/TimeAnchorValidationResult.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS11
1034src/AirGap/StellaOps.AirGap.Time/Parsing/TimeTokenFormat.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS8
1035src/AirGap/StellaOps.AirGap.Time/Parsing/TimeTokenParser.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS43
1036src/AirGap/StellaOps.AirGap.Time/Services/ITimeTokenVerifier.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS15
1037src/AirGap/StellaOps.AirGap.Time/Services/Rfc3161Verifier.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL341FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1038src/AirGap/StellaOps.AirGap.Time/Services/RoughtimeVerifier.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL432FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1039src/AirGap/StellaOps.AirGap.Time/Services/SealedStartupValidator.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL49AsyncNaming; ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
1040src/AirGap/StellaOps.AirGap.Time/Services/StalenessCalculator.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS39
1041src/AirGap/StellaOps.AirGap.Time/Services/TimeAnchorLoader.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS80
1042src/AirGap/StellaOps.AirGap.Time/Services/TimeAnchorPolicyService.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL307AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1043src/AirGap/StellaOps.AirGap.Time/Services/TimeStatusService.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL64AsyncNaming; ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
1044src/AirGap/StellaOps.AirGap.Time/Services/TimeTelemetry.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL94PrivateFieldNamingRename private fields to _camelCase.
1045src/AirGap/StellaOps.AirGap.Time/Services/TimeTokenVerificationOptions.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS13
1046src/AirGap/StellaOps.AirGap.Time/Services/TimeVerificationService.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS32
1047src/AirGap/StellaOps.AirGap.Time/Services/TrustRootProvider.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapFAIL100UsingInsideNamespaceMove using directives outside namespace.
1048src/AirGap/StellaOps.AirGap.Time/Stores/InMemoryTimeAnchorStore.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS32
1049src/AirGap/StellaOps.AirGap.Time/Stores/ITimeAnchorStore.cssrc/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csprojAirGapPASS10
1050src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/AocForbiddenFieldAnalyzer.cssrc/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/StellaOps.Aoc.Analyzers.csprojAocFAIL633FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1051src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/Results/AocHttpResults.cssrc/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.csprojAocPASS96
1052src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/Routing/AocGuardEndpointFilter.cssrc/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.csprojAocFAIL144AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespaceMove using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1053src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/Routing/AocGuardEndpointFilterExtensions.cssrc/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.csprojAocPASS62
1054src/Aoc/__Libraries/StellaOps.Aoc/AocError.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocFAIL46BlockingAsyncReplace .Result/.Wait/GetAwaiter().GetResult() with await.
1055src/Aoc/__Libraries/StellaOps.Aoc/AocForbiddenKeys.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocFAIL26PrivateFieldNamingRename private fields to _camelCase.
1056src/Aoc/__Libraries/StellaOps.Aoc/AocGuardException.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocPASS18
1057src/Aoc/__Libraries/StellaOps.Aoc/AocGuardExtensions.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocPASS23
1058src/Aoc/__Libraries/StellaOps.Aoc/AocGuardOptions.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocFAIL59PrivateFieldNamingRename private fields to _camelCase.
1059src/Aoc/__Libraries/StellaOps.Aoc/AocGuardResult.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocPASS15
1060src/Aoc/__Libraries/StellaOps.Aoc/AocViolation.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocPASS14
1061src/Aoc/__Libraries/StellaOps.Aoc/AocViolationCode.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocPASS35
1062src/Aoc/__Libraries/StellaOps.Aoc/AocWriteGuard.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocFAIL194FileLength>100Split file to stay <= 100 lines.
1063src/Aoc/__Libraries/StellaOps.Aoc/ServiceCollectionExtensions.cssrc/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csprojAocPASS18
1064src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Builder/SigstoreBundleBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csprojAttestorFAIL312FileLength>100Split file to stay <= 100 lines.
1065src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Models/InclusionProof.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csprojAttestorPASS59
1066src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Models/SigstoreBundle.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csprojAttestorFAIL102FileLength>100Split file to stay <= 100 lines.
1067src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Models/TransparencyLogEntry.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csprojAttestorFAIL103FileLength>100Split file to stay <= 100 lines.
1068src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Models/VerificationMaterial.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csprojAttestorFAIL102FileLength>100Split file to stay <= 100 lines.
1069src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Serialization/SigstoreBundleSerializer.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csprojAttestorFAIL196FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1070src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Verification/BundleVerificationResult.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csprojAttestorFAIL172FileLength>100Split file to stay <= 100 lines.
1071src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Verification/SigstoreBundleVerifier.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csprojAttestorFAIL672BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1072src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Abstractions/IAttestationBundler.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorFAIL158FileLength>100Split file to stay <= 100 lines.
1073src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Abstractions/IBundleAggregator.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorPASS52
1074src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Abstractions/IBundleStore.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorFAIL139FileLength>100Split file to stay <= 100 lines.
1075src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Abstractions/IOrgKeySigner.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorPASS73
1076src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Configuration/BundlingOptions.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorFAIL388FileLength>100Split file to stay <= 100 lines.
1077src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Models/AttestationBundle.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorFAIL362FileLength>100Split file to stay <= 100 lines.
1078src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Services/AttestationBundler.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorFAIL399ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1079src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Services/OfflineKitBundleProvider.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorFAIL364ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1080src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Services/RetentionPolicyEnforcer.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorFAIL534AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1081src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Signing/KmsOrgKeySigner.cssrc/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csprojAttestorFAIL363AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1082src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/ReleaseEvidencePackBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csprojAttestorFAIL416FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1083src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/ReleaseEvidencePackSerializer.cssrc/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csprojAttestorFAIL775AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1084src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/Models/ReleaseEvidencePackManifest.cssrc/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csprojAttestorFAIL347FileLength>100Split file to stay <= 100 lines.
1085src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/Models/VerificationReplayLog.cssrc/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csprojAttestorFAIL237FileLength>100Split file to stay <= 100 lines.
1086src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/Services/ReplayLogSerializerContext.cssrc/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csprojAttestorPASS24
1087src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/Services/VerificationReplayLogBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csprojAttestorFAIL336BlockingAsync; FileLength>100Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1088src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainAttestationService.cssrc/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csprojAttestorFAIL508ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1089src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainModels.cssrc/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csprojAttestorFAIL143FileLength>100Split file to stay <= 100 lines.
1090src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csprojAttestorFAIL146FileLength>100Split file to stay <= 100 lines.
1091src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainStatementBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csprojAttestorFAIL278FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1092src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainValidator.cssrc/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csprojAttestorFAIL249FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1093src/Attestor/__Libraries/StellaOps.Attestor.FixChain/ServiceCollectionExtensions.cssrc/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csprojAttestorPASS67
1094src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/GraphRootAttestor.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorFAIL694ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1095src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/GraphRootAttestorOptions.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorPASS34
1096src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/GraphRootServiceCollectionExtensions.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorFAIL58ServiceLocatorRemove service locator usage; use constructor injection.
1097src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/GraphType.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorPASS63
1098src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/IGraphRootAttestor.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorPASS40
1099src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/IMerkleRootComputer.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorPASS23
1100src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Sha256MerkleRootComputer.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorPASS57
1101src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Models/GraphRootAttestation.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorPASS67
1102src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Models/GraphRootAttestationRequest.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorPASS71
1103src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Models/GraphRootPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorFAIL121FileLength>100Split file to stay <= 100 lines.
1104src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Models/GraphRootResults.cssrc/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csprojAttestorFAIL106FileLength>100Split file to stay <= 100 lines.
1105src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/IOciAttestationAttacher.cssrc/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csprojAttestorFAIL361FileLength>100Split file to stay <= 100 lines.
1106src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/IOciRegistryClient.cssrc/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csprojAttestorFAIL187FileLength>100Split file to stay <= 100 lines.
1107src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/ISbomOciPublisher.cssrc/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csprojAttestorFAIL167FileLength>100Split file to stay <= 100 lines.
1108src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/OrasAttestationAttacher.cssrc/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csprojAttestorFAIL473FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1109src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/SbomOciPublisher.cssrc/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csprojAttestorFAIL307AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1110src/Attestor/__Libraries/StellaOps.Attestor.Offline/Abstractions/IOfflineRootStore.cssrc/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csprojAttestorFAIL119FileLength>100Split file to stay <= 100 lines.
1111src/Attestor/__Libraries/StellaOps.Attestor.Offline/Abstractions/IOfflineVerifier.cssrc/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csprojAttestorPASS71
1112src/Attestor/__Libraries/StellaOps.Attestor.Offline/Abstractions/IRuleBundleSignatureVerifier.cssrc/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csprojAttestorFAIL169FileLength>100Split file to stay <= 100 lines.
1113src/Attestor/__Libraries/StellaOps.Attestor.Offline/Models/OfflineVerificationResult.cssrc/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csprojAttestorFAIL113FileLength>100Split file to stay <= 100 lines.
1114src/Attestor/__Libraries/StellaOps.Attestor.Offline/Services/FileSystemRootStore.cssrc/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csprojAttestorFAIL644AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1115src/Attestor/__Libraries/StellaOps.Attestor.Offline/Services/OfflineVerifier.cssrc/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csprojAttestorFAIL1070ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1116src/Attestor/__Libraries/StellaOps.Attestor.Offline/Services/RuleBundleSignatureVerifier.cssrc/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csprojAttestorFAIL348ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1117src/Attestor/__Libraries/StellaOps.Attestor.Persistence/ProofChainDbContext.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorFAIL226FileLength>100Split file to stay <= 100 lines.
1118src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/AuditLogEntity.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorPASS61
1119src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/DsseEnvelopeEntity.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorPASS81
1120src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/RekorEntryEntity.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorPASS77
1121src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/SbomEntryEntity.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorPASS79
1122src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/SpineEntity.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorPASS83
1123src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/TrustAnchorEntity.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorPASS77
1124src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/VerdictLedgerEntry.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorPASS76
1125src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Repositories/IProofChainRepository.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorFAIL208FileLength>100Split file to stay <= 100 lines.
1126src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Repositories/IVerdictLedgerRepository.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorPASS98
1127src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Repositories/PostgresVerdictLedgerRepository.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorFAIL241AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1128src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Services/TrustAnchorMatcher.cssrc/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csprojAttestorFAIL327ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1129src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/ProofHashing.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS48
1130src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Assembly/IProofSpineAssembler.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL200FileLength>100Split file to stay <= 100 lines.
1131src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Audit/AuditHashLogger.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL285FileLength>100Split file to stay <= 100 lines.
1132src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Builders/IStatementBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL119FileLength>100Split file to stay <= 100 lines.
1133src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Builders/StatementBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL138FileLength>100Split file to stay <= 100 lines.
1134src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/ChangeTrace/ChangeTraceAttestationService.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL210FileLength>100Split file to stay <= 100 lines.
1135src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/ChangeTrace/IChangeTraceAttestationService.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS59
1136src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Generators/BackportProofGenerator.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL557FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1137src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Generators/BinaryFingerprintEvidenceGenerator.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL216FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1138src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Generators/VexProofIntegrator.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL299FileLength>100Split file to stay <= 100 lines.
1139src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Graph/InMemoryProofGraphService.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL292FileLength>100Split file to stay <= 100 lines.
1140src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Graph/IProofGraphService.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL277FileLength>100Split file to stay <= 100 lines.
1141src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/ContentAddressedId.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL170FileLength>100Split file to stay <= 100 lines.
1142src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/ContentAddressedIdGenerator.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL171FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1143src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/GraphRevisionId.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS33
1144src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/IContentAddressedIdGenerator.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS33
1145src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/SbomEntryId.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS85
1146src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/TrustAnchorId.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS16
1147src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Internal/Hex.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS34
1148src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Json/IJsonCanonicalizer.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS25
1149src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Json/IJsonSchemaValidator.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL362FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1150src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Json/Rfc8785JsonCanonicalizer.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL317FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1151src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Linking/ComponentRefExtractor.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL266FileLength>100Split file to stay <= 100 lines.
1152src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/MediaTypes/AIArtifactMediaTypes.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS90
1153src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Merkle/DeterministicMerkleTreeBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL215FileLength>100Split file to stay <= 100 lines.
1154src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Merkle/IMerkleTreeBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL106FileLength>100Split file to stay <= 100 lines.
1155src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Models/ProofBlob.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL101FileLength>100Split file to stay <= 100 lines.
1156src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Models/UnknownsSummary.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS56
1157src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Pipeline/IProofChainPipeline.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL152FileLength>100Split file to stay <= 100 lines.
1158src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/BinaryFingerprintEvidencePredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL216FileLength>100Split file to stay <= 100 lines.
1159src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/BinaryMicroWitnessPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL263FileLength>100Split file to stay <= 100 lines.
1160src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/BudgetCheckPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL179FileLength>100Split file to stay <= 100 lines.
1161src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ChangeTracePredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL239FileLength>100Split file to stay <= 100 lines.
1162src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/DeltaVerdictPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL192FileLength>100Split file to stay <= 100 lines.
1163src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/EvidencePredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS30
1164src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/PolicyDecisionPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL119FileLength>100Split file to stay <= 100 lines.
1165src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ProofSpinePredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS27
1166src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ReachabilityDriftPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL222FileLength>100Split file to stay <= 100 lines.
1167src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ReachabilitySubgraphPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS95
1168src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ReasoningPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS28
1169src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/SbomDeltaPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL240FileLength>100Split file to stay <= 100 lines.
1170src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/UnknownsBudgetPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL109FileLength>100Split file to stay <= 100 lines.
1171src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/VerdictDeltaPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL288FileLength>100Split file to stay <= 100 lines.
1172src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/VexAttestationPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL218FileLength>100Split file to stay <= 100 lines.
1173src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/VexDeltaPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL204FileLength>100Split file to stay <= 100 lines.
1174src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/VexPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS29
1175src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIArtifactBasePredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL163FileLength>100Split file to stay <= 100 lines.
1176src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIAuthorityClassifier.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL367FileLength>100Split file to stay <= 100 lines.
1177src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIExplanationPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL135FileLength>100Split file to stay <= 100 lines.
1178src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIPolicyDraftPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL259FileLength>100Split file to stay <= 100 lines.
1179src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIRemediationPlanPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL274FileLength>100Split file to stay <= 100 lines.
1180src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIVexDraftPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL156FileLength>100Split file to stay <= 100 lines.
1181src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Receipts/IReceiptGenerator.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL142FileLength>100Split file to stay <= 100 lines.
1182src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Rekor/EnhancedRekorProof.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL289FileLength>100Split file to stay <= 100 lines.
1183src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Replay/AIArtifactReplayManifest.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL152FileLength>100Split file to stay <= 100 lines.
1184src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Replay/IAIArtifactReplayer.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL170FileLength>100Split file to stay <= 100 lines.
1185src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Sbom/CycloneDxSubjectExtractor.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL83UsingInsideNamespaceMove using directives outside namespace.
1186src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Sbom/ISbomSubjectExtractor.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS15
1187src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Services/UnknownsAggregator.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL138BlockingAsync; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1188src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Signing/DssePreAuthenticationEncoding.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS43
1189src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Signing/IProofChainKeyStore.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS21
1190src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Signing/IProofChainSigner.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL124FileLength>100Split file to stay <= 100 lines.
1191src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Signing/ProofChainSigner.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL198FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1192src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/BinaryMicroWitnessStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS30
1193src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ChangeTraceStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS29
1194src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/DeltaVerdictStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS23
1195src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/EvidenceStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS71
1196src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/InTotoStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS49
1197src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ProofSpineStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS79
1198src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ReachabilityDriftStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL258FileLength>100Split file to stay <= 100 lines.
1199src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ReachabilitySubgraphStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS23
1200src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ReachabilityWitnessStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL317FileLength>100Split file to stay <= 100 lines.
1201src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ReasoningStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS90
1202src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/SbomLinkageStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL137FileLength>100Split file to stay <= 100 lines.
1203src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/UncertaintyBudgetStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL258FileLength>100Split file to stay <= 100 lines.
1204src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/UncertaintyStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL163FileLength>100Split file to stay <= 100 lines.
1205src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/VerdictReceiptStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL202FileLength>100Split file to stay <= 100 lines.
1206src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/VexVerdictStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS70
1207src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/AI/AIExplanationStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS25
1208src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/AI/AIPolicyDraftStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS25
1209src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/AI/AIRemediationPlanStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS25
1210src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/AI/AIVexDraftStatement.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorPASS25
1211src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Verification/AIArtifactVerificationStep.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL444ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1212src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Verification/IVerificationPipeline.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL200FileLength>100Split file to stay <= 100 lines.
1213src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Verification/VerificationPipeline.cssrc/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csprojAttestorFAIL718BlockingAsync; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1214src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/BuildAttestationMapper.cssrc/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csprojAttestorFAIL149FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1215src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/BuildRelationshipBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csprojAttestorFAIL162FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1216src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/CombinedDocumentBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csprojAttestorFAIL284FileLength>100Split file to stay <= 100 lines.
1217src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/DsseSpdx3Signer.cssrc/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csprojAttestorFAIL478FileLength>100Split file to stay <= 100 lines.
1218src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/IBuildAttestationMapper.cssrc/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csprojAttestorFAIL173FileLength>100Split file to stay <= 100 lines.
1219src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/IPredicateParser.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS33
1220src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/IPredicateTimestampMetadata.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS60
1221src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/IStandardPredicateRegistry.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS33
1222src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/JsonCanonicalizer.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL42PrivateFieldNamingRename private fields to _camelCase.
1223src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/PredicateParseResult.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS67
1224src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/SbomExtractionResult.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS36
1225src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StandardPredicateRegistry.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS87
1226src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffDsseSigner.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS86
1227src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffDsseVerifier.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL215FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1228src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffModels.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL156FileLength>100Split file to stay <= 100 lines.
1229src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffOptions.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS13
1230src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffPredicateBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL305FileLength>100Split file to stay <= 100 lines.
1231src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffPredicateSerializer.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL160FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1232src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffSchema.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL249FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1233src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/ServiceCollectionExtensions.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS33
1234src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Canonicalization/ISbomCanonicalizer.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS56
1235src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Canonicalization/SbomCanonicalizer.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL126FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1236src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Licensing/SpdxLicenseExpressions.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS36
1237src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Licensing/SpdxLicenseList.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL408FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1238src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Models/SbomDocument.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL3784FileLength>100Split file to stay <= 100 lines.
1239src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Parsers/CycloneDxPredicateParser.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL302FileLength>100Split file to stay <= 100 lines.
1240src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Parsers/SlsaProvenancePredicateParser.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL269FileLength>100Split file to stay <= 100 lines.
1241src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Parsers/SpdxPredicateParser.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL257FileLength>100Split file to stay <= 100 lines.
1242src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Validation/SlsaSchemaValidator.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL437FileLength>100Split file to stay <= 100 lines.
1243src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Validation/SlsaValidationOptions.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS95
1244src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/VexOverride/VexOverridePredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL166FileLength>100Split file to stay <= 100 lines.
1245src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/VexOverride/VexOverridePredicateBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL335FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1246src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/VexOverride/VexOverridePredicateParser.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL440FileLength>100Split file to stay <= 100 lines.
1247src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/CycloneDxTimestampExtension.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL134FileLength>100Split file to stay <= 100 lines.
1248src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/CycloneDxWriter.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL3655FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1249src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/ISbomWriter.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS63
1250src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/SpdxTimestampExtension.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL208FileLength>100Split file to stay <= 100 lines.
1251src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/SpdxWriter.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorFAIL3523FileLength>100Split file to stay <= 100 lines.
1252src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/SpdxWriterOptions.cssrc/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csprojAttestorPASS19
1253src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/AttestationTimestampPolicyContext.cssrc/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csprojAttestorFAIL236FileLength>100Split file to stay <= 100 lines.
1254src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/AttestationTimestampService.cssrc/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csprojAttestorFAIL310ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1255src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/IAttestationTimestampService.cssrc/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csprojAttestorFAIL268FileLength>100Split file to stay <= 100 lines.
1256src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/ITimeCorrelationValidator.cssrc/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csprojAttestorFAIL195FileLength>100Split file to stay <= 100 lines.
1257src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/TimeCorrelationValidator.cssrc/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csprojAttestorFAIL202ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1258src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/TimestampedAttestation.cssrc/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csprojAttestorFAIL127FileLength>100Split file to stay <= 100 lines.
1259src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/ITufClient.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL189BlockingAsync; FileLength>100Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1260src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/SigstoreServiceMapLoader.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL331AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1261src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TrustRepoOptions.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL158FileLength>100Split file to stay <= 100 lines.
1262src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TrustRepoServiceCollectionExtensions.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL175FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1263src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TufClient.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL602AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1264src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TufKeyLoader.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL321AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1265src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TufMetadataStore.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL369AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1266src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TufMetadataVerifier.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL343FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1267src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/Models/SigstoreServiceMap.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL186FileLength>100Split file to stay <= 100 lines.
1268src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/Models/TufModels.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csprojAttestorFAIL232FileLength>100Split file to stay <= 100 lines.
1269src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/JsonCanonicalizer.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL58PrivateFieldNamingRename private fields to _camelCase.
1270src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/TrustVerdictServiceCollectionExtensions.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL143FileLength>100Split file to stay <= 100 lines.
1271src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Caching/TrustVerdictCache.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL544AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1272src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Evidence/TrustEvidenceMerkleBuilder.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL382FileLength>100Split file to stay <= 100 lines.
1273src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Oci/TrustVerdictOciAttacher.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL406FileLength>100Split file to stay <= 100 lines.
1274src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Persistence/TrustVerdictRepository.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL629AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1275src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Predicates/TrustVerdictPredicate.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL502FileLength>100Split file to stay <= 100 lines.
1276src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Services/TrustVerdictService.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL612ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1277src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Telemetry/TrustVerdictMetrics.cssrc/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csprojAttestorFAIL300FileLength>100Split file to stay <= 100 lines.
1278src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/ServiceCollectionExtensions.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL104FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1279src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Events/IdentityAlertEvent.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL205FileLength>100Split file to stay <= 100 lines.
1280src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Events/IdentityAlertEventKinds.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorPASS47
1281src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Matching/IdentityMatcher.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL219ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1282src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Matching/IIdentityMatcher.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorPASS38
1283src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Matching/PatternCompiler.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL341FileLength>100Split file to stay <= 100 lines.
1284src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/IdentityAlertSeverity.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorPASS33
1285src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/IdentityMatchResult.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL129FileLength>100Split file to stay <= 100 lines.
1286src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/WatchedIdentity.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL259FileLength>100Split file to stay <= 100 lines.
1287src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/WatchlistMatchMode.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorPASS43
1288src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/WatchlistScope.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorPASS36
1289src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Monitoring/IdentityMonitorBackgroundService.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL271AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1290src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Monitoring/IdentityMonitorService.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL237AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1291src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Monitoring/IIdentityAlertPublisher.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorPASS84
1292src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Monitoring/WatchlistMonitorOptions.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorPASS99
1293src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Storage/InMemoryWatchlistRepository.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL210FileLength>100Split file to stay <= 100 lines.
1294src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Storage/IWatchlistRepository.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL153FileLength>100Split file to stay <= 100 lines.
1295src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Storage/PostgresWatchlistRepository.cssrc/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csprojAttestorFAIL399AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1296src/Attestor/StellaOps.Attestation/DsseEnvelopeExtensions.cssrc/Attestor/StellaOps.Attestation/StellaOps.Attestation.csprojAttestorPASS95
1297src/Attestor/StellaOps.Attestation/DsseHelper.cssrc/Attestor/StellaOps.Attestation/StellaOps.Attestation.csprojAttestorFAIL67AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1298src/Attestor/StellaOps.Attestation/DsseVerifier.cssrc/Attestor/StellaOps.Attestation/StellaOps.Attestation.csprojAttestorFAIL303FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1299src/Attestor/StellaOps.Attestation/IAuthoritySigner.cssrc/Attestor/StellaOps.Attestation/StellaOps.Attestation.csprojAttestorPASS12
1300src/Attestor/StellaOps.Attestation/IDsseVerifier.cssrc/Attestor/StellaOps.Attestation/StellaOps.Attestation.csprojAttestorFAIL152FileLength>100Split file to stay <= 100 lines.
1301src/Attestor/StellaOps.Attestation/Models.cssrc/Attestor/StellaOps.Attestation/StellaOps.Attestation.csprojAttestorPASS15
1302src/Attestor/StellaOps.Attestor.Envelope/DsseCompressionAlgorithm.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorPASS9
1303src/Attestor/StellaOps.Attestor.Envelope/DsseDetachedPayloadReference.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorPASS61
1304src/Attestor/StellaOps.Attestor.Envelope/DsseEnvelope.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorPASS49
1305src/Attestor/StellaOps.Attestor.Envelope/DsseEnvelopeSerializationOptions.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorPASS15
1306src/Attestor/StellaOps.Attestor.Envelope/DsseEnvelopeSerializationResult.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorPASS39
1307src/Attestor/StellaOps.Attestor.Envelope/DsseEnvelopeSerializer.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL319FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1308src/Attestor/StellaOps.Attestor.Envelope/DssePreAuthenticationEncoding.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL48PrivateFieldNamingRename private fields to _camelCase.
1309src/Attestor/StellaOps.Attestor.Envelope/DsseSignature.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorPASS49
1310src/Attestor/StellaOps.Attestor.Envelope/EnvelopeKey.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL303FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1311src/Attestor/StellaOps.Attestor.Envelope/EnvelopeKeyIdCalculator.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL56UsingInsideNamespaceMove using directives outside namespace.
1312src/Attestor/StellaOps.Attestor.Envelope/EnvelopeSignature.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL49PrivateFieldNamingRename private fields to _camelCase.
1313src/Attestor/StellaOps.Attestor.Envelope/EnvelopeSignatureResult.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL57PrivateFieldNamingRename private fields to _camelCase.
1314src/Attestor/StellaOps.Attestor.Envelope/EnvelopeSignatureService.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL192FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1315src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/DsseEnvelopeSerializerTests.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL161FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1316src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/EnvelopeSignatureServiceTests.cssrc/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csprojAttestorFAIL60UsingInsideNamespaceMove using directives outside namespace.
1317src/Attestor/StellaOps.Attestor.TileProxy/Program.cssrc/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csprojAttestorFAIL138FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1318src/Attestor/StellaOps.Attestor.TileProxy/TileProxyOptions.cssrc/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csprojAttestorFAIL199FileLength>100Split file to stay <= 100 lines.
1319src/Attestor/StellaOps.Attestor.TileProxy/Endpoints/TileEndpoints.cssrc/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csprojAttestorFAIL288AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1320src/Attestor/StellaOps.Attestor.TileProxy/Jobs/TileSyncJob.cssrc/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csprojAttestorFAIL279AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1321src/Attestor/StellaOps.Attestor.TileProxy/Services/ContentAddressedTileStore.cssrc/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csprojAttestorFAIL435AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1322src/Attestor/StellaOps.Attestor.TileProxy/Services/TileProxyService.cssrc/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csprojAttestorFAIL411AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1323src/Attestor/StellaOps.Attestor.Verify/AttestorVerificationEngine.cssrc/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.csprojAttestorFAIL1016FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1324src/Attestor/StellaOps.Attestor.Verify/IAttestorVerificationEngine.cssrc/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.csprojAttestorPASS15
1325src/Attestor/StellaOps.Attestor.Verify/Providers/DistributedVerificationProvider.cssrc/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.csprojAttestorFAIL440AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSortedAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
1326src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/IProofEmitter.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL188FileLength>100Split file to stay <= 100 lines.
1327src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/PathWitnessPredicateTypes.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS70
1328src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/PoEArtifactGenerator.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL246ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1329src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/PoEModels.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL240FileLength>100Split file to stay <= 100 lines.
1330src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Audit/AttestorAuditRecord.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS43
1331src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Bulk/BulkVerificationModels.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS96
1332src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Bulk/IBulkVerificationJobStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS19
1333src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationChain.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL244FileLength>100Split file to stay <= 100 lines.
1334src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationChainBuilder.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL346FileLength>100Split file to stay <= 100 lines.
1335src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationChainValidator.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL335FileLength>100Split file to stay <= 100 lines.
1336src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationLink.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL144FileLength>100Split file to stay <= 100 lines.
1337src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationLinkResolver.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL565FileLength>100Split file to stay <= 100 lines.
1338src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/DependencyInjectionRoutine.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL62ServiceLocatorRemove service locator usage; use constructor injection.
1339src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/IAttestationLinkResolver.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL195FileLength>100Split file to stay <= 100 lines.
1340src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/InMemoryAttestationLinkStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL170AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1341src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/InMemoryAttestationNodeProvider.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL106FileLength>100Split file to stay <= 100 lines.
1342src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/InTotoStatementMaterials.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL194FileLength>100Split file to stay <= 100 lines.
1343src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Configuration/RekorVerificationOptions.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL172FileLength>100Split file to stay <= 100 lines.
1344src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Delta/DeltaAttestationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL324AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1345src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Delta/IDeltaAttestationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL185FileLength>100Split file to stay <= 100 lines.
1346src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/ArtifactDigests.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL165FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1347src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/IInTotoLinkEmitter.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL74ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.
1348src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/IInTotoLinkSigningService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL159FileLength>100Split file to stay <= 100 lines.
1349src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/ILinkRecorder.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL61ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.
1350src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/InTotoLink.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL170FileLength>100Split file to stay <= 100 lines.
1351src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/InTotoLinkPredicate.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL243FileLength>100Split file to stay <= 100 lines.
1352src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/LinkBuilder.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL294FileLength>100Split file to stay <= 100 lines.
1353src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/LinkRecorder.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL302FileLength>100Split file to stay <= 100 lines.
1354src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/MaterialSpec.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL129FileLength>100Split file to stay <= 100 lines.
1355src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/Layout/ILayoutVerifier.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL271FileLength>100Split file to stay <= 100 lines.
1356src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/Layout/InTotoLayout.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL267FileLength>100Split file to stay <= 100 lines.
1357src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/Layout/LayoutVerifier.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL410FileLength>100Split file to stay <= 100 lines.
1358src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Layers/ILayerAttestationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL129FileLength>100Split file to stay <= 100 lines.
1359src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Layers/LayerAttestation.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL284FileLength>100Split file to stay <= 100 lines.
1360src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Layers/LayerAttestationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL447FileLength>100Split file to stay <= 100 lines.
1361src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Observability/AttestorActivitySource.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS60
1362src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Observability/AttestorMetrics.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL181FileLength>100Split file to stay <= 100 lines.
1363src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Observability/AttestorTelemetryTags.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS11
1364src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Offline/AttestorOfflineBundle.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS76
1365src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Offline/IAttestorBundleService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS12
1366src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Options/AttestorOptions.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL432FileLength>100Split file to stay <= 100 lines.
1367src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Options/RekorQueueOptions.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS65
1368src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Options/RekorVerificationOptions.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL200FileLength>100Split file to stay <= 100 lines.
1369src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Queue/IRekorSubmissionQueue.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL115FileLength>100Split file to stay <= 100 lines.
1370src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Queue/QueueDepthSnapshot.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS41
1371src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Queue/RekorQueueItem.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS57
1372src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Queue/RekorSubmissionStatus.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS40
1373src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/CheckpointDivergenceAlertPublisher.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL295ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1374src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/CheckpointDivergenceDetector.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL472ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1375src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/FileSystemRekorTileCache.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL354AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1376src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/ICheckpointDivergenceDetector.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL375FileLength>100Split file to stay <= 100 lines.
1377src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorBackendResolver.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS50
1378src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorCheckpointStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL134FileLength>100Split file to stay <= 100 lines.
1379src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS34
1380src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorTileCache.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL174FileLength>100Split file to stay <= 100 lines.
1381src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorTileClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL209FileLength>100Split file to stay <= 100 lines.
1382src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorBackend.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS80
1383src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorEntryEvent.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL334FileLength>100Split file to stay <= 100 lines.
1384src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorInclusionVerificationResult.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS74
1385src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorProofResponse.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS46
1386src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorReceipt.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL430FileLength>100Split file to stay <= 100 lines.
1387src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorSubmissionResponse.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS38
1388src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorSyncBackgroundService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL364AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1389src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Resilience/CircuitBreaker.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL369AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1390src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Resilience/CircuitBreakerOptions.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS77
1391src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Serialization/CanonicalJsonSerializer.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL219FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1392src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/AttestationSignRequest.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS52
1393src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/AttestationSignResult.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS26
1394src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/AttestorSigningException.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS21
1395src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/DssePreAuthenticationEncoding.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL44PrivateFieldNamingRename private fields to _camelCase.
1396src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/DsseSigningService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL292ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1397src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/DsseVerificationReportSigner.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS85
1398src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/FileKeyProvider.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL184FileLength>100Split file to stay <= 100 lines.
1399src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/IAttestationSigningService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS15
1400src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/IVerificationReportSigner.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS28
1401src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/AttestorArchiveBundle.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS20
1402src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/AttestorEntry.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL143FileLength>100Split file to stay <= 100 lines.
1403src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/AttestorEntryContinuationToken.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS84
1404src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/AttestorEntryQuery.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS37
1405src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/IAttestorArchiveStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS12
1406src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/IAttestorAuditSink.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS11
1407src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/IAttestorDedupeStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS13
1408src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/IAttestorEntryRepository.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS19
1409src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorSubmissionRequest.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS80
1410src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorSubmissionResult.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL117FileLength>100Split file to stay <= 100 lines.
1411src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorSubmissionValidationResult.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS12
1412src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorSubmissionValidator.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL234AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1413src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorValidationException.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS15
1414src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/IAttestorSubmissionService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS13
1415src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/IDsseCanonicalizer.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS10
1416src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/SubmissionContext.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS22
1417src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/ITransparencyWitnessClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS10
1418src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyServiceExtensions.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS47
1419src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyStatus.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL426FileLength>100Split file to stay <= 100 lines.
1420src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyStatusProvider.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL349AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1421src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyWitnessObservation.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS23
1422src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyWitnessRequest.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS10
1423src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Validation/PredicateSchemaValidator.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL193FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1424src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/AttestorVerificationException.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS15
1425src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/AttestorVerificationRequest.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS28
1426src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/AttestorVerificationResult.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS24
1427src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/CheckpointSignatureVerifier.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL568FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1428src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/IAttestorVerificationCache.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS14
1429src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/IAttestorVerificationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS14
1430src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/InstrumentedTimeSkewValidator.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL103FileLength>100Split file to stay <= 100 lines.
1431src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/IRekorVerificationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL417FileLength>100Split file to stay <= 100 lines.
1432src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/MerkleProofVerifier.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL160FileLength>100Split file to stay <= 100 lines.
1433src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorOfflineReceiptVerifier.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL219AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1434src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorVerificationHealthCheck.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL369ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1435src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorVerificationJob.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL382AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1436src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorVerificationMetrics.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL211FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1437src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorVerificationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL488ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1438src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/TimeSkewValidationException.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS36
1439src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/TimeSkewValidator.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL225FileLength>100Split file to stay <= 100 lines.
1440src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/VerificationReport.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorFAIL186FileLength>100Split file to stay <= 100 lines.
1441src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/VerificationSectionStatus.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csprojAttestorPASS13
1442src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/ServiceCollectionExtensions.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL210FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1443src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Bulk/BulkVerificationWorker.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL242AsyncNaming; BlockingAsync; FileLength>100Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1444src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Bulk/InMemoryBulkVerificationJobStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorPASS71
1445src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/InToto/InTotoLinkSigningService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL177FileLength>100Split file to stay <= 100 lines.
1446src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Offline/AttestorBundleService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL271AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1447src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Properties/AssemblyInfo.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorPASS5
1448src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Queue/PostgresRekorSubmissionQueue.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL539AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSortedAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
1449src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/HttpRekorClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL390AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1450src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/HttpRekorTileClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL471FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1451src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/RekorBackendResolver.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorPASS91
1452src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/ResilientRekorClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL364AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1453src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/ServiceMapAwareRekorBackendResolver.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL286AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocatorAdd ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1454src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/StubRekorClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL112FileLength>100Split file to stay <= 100 lines.
1455src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Signing/AttestorSigningKeyRegistry.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL406FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1456src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Signing/AttestorSigningService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL262FileLength>100Split file to stay <= 100 lines.
1457src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/CachingAttestorDedupeStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL58AsyncNamingRename async methods to end with Async.
1458src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/InMemoryAttestorAuditSink.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorPASS24
1459src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/InMemoryAttestorDedupeStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorPASS46
1460src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/InMemoryAttestorEntryRepository.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL172FileLength>100Split file to stay <= 100 lines.
1461src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/NullAttestorArchiveStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorPASS30
1462src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/RedisAttestorDedupeStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL36AsyncNamingRename async methods to end with Async.
1463src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/S3AttestorArchiveStore.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL185AsyncNaming; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1464src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Submission/AttestorSubmissionService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL788AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1465src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Submission/DefaultDsseCanonicalizer.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL56PrivateFieldNamingRename private fields to _camelCase.
1466src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Transparency/HttpTransparencyWitnessClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL225AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1467src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Transparency/NullTransparencyWitnessClient.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorPASS15
1468src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/AttestorVerificationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL383AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1469src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/CachedAttestorVerificationService.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL98AsyncNamingRename async methods to end with Async.
1470src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/InMemoryAttestorVerificationCache.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL117FileLength>100Split file to stay <= 100 lines.
1471src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/MessagingAttestorVerificationCache.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL109AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1472src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/NoOpAttestorVerificationCache.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorPASS19
1473src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Watchlist/PostgresWatchlistRepository.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL416AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1474src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Workers/RekorRetryWorker.cssrc/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csprojAttestorFAIL257AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSortedAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
1475src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/InMemoryVerdictManifestStore.cssrc/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csprojAuthorityFAIL156FileLength>100Split file to stay <= 100 lines.
1476src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/IVerdictManifestSigner.cssrc/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csprojAuthorityPASS82
1477src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/IVerdictManifestStore.cssrc/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csprojAuthorityFAIL103FileLength>100Split file to stay <= 100 lines.
1478src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/VerdictManifest.cssrc/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csprojAuthorityFAIL200FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1479src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/VerdictManifestBuilder.cssrc/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csprojAuthorityFAIL228FileLength>100Split file to stay <= 100 lines.
1480src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/VerdictReplayVerifier.cssrc/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csprojAuthorityFAIL235AsyncNaming; BlockingAsync; FileLength>100Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1481src/Authority/__Libraries/StellaOps.Authority.Persistence/EfCore/Context/AuthorityDbContext.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS22
1482src/Authority/__Libraries/StellaOps.Authority.Persistence/Extensions/AuthorityPersistenceExtensions.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS42
1483src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Documents/AuthorityDocuments.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL288FileLength>100Split file to stay <= 100 lines.
1484src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Documents/TokenUsage.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS18
1485src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Driver/InMemoryDriverShim.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL154FileLength>100Split file to stay <= 100 lines.
1486src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Extensions/ServiceCollectionExtensions.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL81ServiceLocatorRemove service locator usage; use constructor injection.
1487src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Initialization/AuthorityStorageInitializer.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS18
1488src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Serialization/SerializationAttributes.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS61
1489src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Serialization/SerializationTypes.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS80
1490src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Sessions/IClientSessionHandle.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS29
1491src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Stores/AuthorityInMemoryIdGenerator.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS21
1492src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Stores/IAuthorityStores.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL111FileLength>100Split file to stay <= 100 lines.
1493src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Stores/InMemoryStores.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL721AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1494src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/AuthorityDataSource.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS50
1495src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/ServiceCollectionExtensions.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL92ServiceLocatorRemove service locator usage; use constructor injection.
1496src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/VerdictManifestStore.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL358AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1497src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/AirgapAuditEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS26
1498src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/BootstrapInviteEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS23
1499src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/ClientEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS47
1500src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/LoginAttemptEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS30
1501src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/OfflineKitAuditEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS17
1502src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/OidcTokenEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS36
1503src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/RevocationEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS21
1504src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/RevocationExportStateEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS13
1505src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/RoleEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS54
1506src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/ServiceAccountEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS20
1507src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/SessionEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS40
1508src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/TenantEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS63
1509src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/TokenEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS75
1510src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/UserEntity.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL113FileLength>100Split file to stay <= 100 lines.
1511src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/AirgapAuditRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL92AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1512src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ApiKeyRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL140AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1513src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/AuditRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL140AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1514src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/BootstrapInviteRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL196AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1515src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ClientRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL164AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1516src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IAirgapAuditRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS10
1517src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IApiKeyRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS16
1518src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IAuditRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS14
1519src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IBootstrapInviteRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS14
1520src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IClientRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS11
1521src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ILoginAttemptRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS10
1522src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IOfflineKitAuditEmitter.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS10
1523src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IOfflineKitAuditRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS18
1524src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IOidcTokenRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS26
1525src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IPermissionRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS18
1526src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IRevocationRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS11
1527src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IRoleRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS17
1528src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IServiceAccountRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS12
1529src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ISessionRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS16
1530src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ITenantRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS49
1531src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ITokenRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS26
1532src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IUserRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityPASS82
1533src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/LoginAttemptRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL97AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1534src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/OfflineKitAuditEmitter.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL41AsyncNamingRename async methods to end with Async.
1535src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/OfflineKitAuditRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL104AsyncNaming; BlockingAsync; FileLength>100Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1536src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/OidcTokenRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL412AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1537src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/PermissionRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL159AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1538src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/RevocationExportStateRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL72AsyncNamingRename async methods to end with Async.
1539src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/RevocationRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL123AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1540src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/RoleRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL157AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1541src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ServiceAccountRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL143AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1542src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/SessionRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL139AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1543src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/TenantRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL195AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1544src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/TokenRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL253AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1545src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/UserRepository.cssrc/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csprojAuthorityFAIL379AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1546src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/ITimeStampAuthorityClient.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csprojAuthorityPASS65
1547src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampRequest.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csprojAuthorityFAIL125FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1548src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampResponse.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csprojAuthorityFAIL156FileLength>100Split file to stay <= 100 lines.
1549src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampToken.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csprojAuthorityFAIL165FileLength>100Split file to stay <= 100 lines.
1550src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampVerificationOptions.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csprojAuthorityPASS98
1551src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampVerificationResult.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csprojAuthorityFAIL248FileLength>100Split file to stay <= 100 lines.
1552src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TsaClientOptions.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csprojAuthorityFAIL143FileLength>100Split file to stay <= 100 lines.
1553src/Authority/__Libraries/StellaOps.Authority.Timestamping/HttpTsaClient.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityFAIL219ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1554src/Authority/__Libraries/StellaOps.Authority.Timestamping/ITsaProviderRegistry.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityFAIL220FileLength>100Split file to stay <= 100 lines.
1555src/Authority/__Libraries/StellaOps.Authority.Timestamping/TimestampingServiceCollectionExtensions.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityFAIL108FileLength>100Split file to stay <= 100 lines.
1556src/Authority/__Libraries/StellaOps.Authority.Timestamping/TimeStampTokenVerifier.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityFAIL225FileLength>100Split file to stay <= 100 lines.
1557src/Authority/__Libraries/StellaOps.Authority.Timestamping/TsaProviderRegistry.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityFAIL264ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1558src/Authority/__Libraries/StellaOps.Authority.Timestamping/Asn1/TimeStampReqEncoder.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityFAIL167FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1559src/Authority/__Libraries/StellaOps.Authority.Timestamping/Asn1/TimeStampRespDecoder.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityFAIL364FileLength>100Split file to stay <= 100 lines.
1560src/Authority/__Libraries/StellaOps.Authority.Timestamping/Caching/InMemoryTsaCacheStore.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityFAIL122FileLength>100Split file to stay <= 100 lines.
1561src/Authority/__Libraries/StellaOps.Authority.Timestamping/Caching/ITsaCacheStore.cssrc/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csprojAuthorityPASS83
1562src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/AuthorityTelemetry.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityPASS57
1563src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/NetworkMask.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityFAIL182FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1564src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/NetworkMaskMatcher.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityFAIL140FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1565src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsAuthenticationDefaults.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityPASS23
1566src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsClaimTypes.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityFAIL153FileLength>100Split file to stay <= 100 lines.
1567src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsHttpHeaderNames.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityPASS13
1568src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsPrincipalBuilder.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityFAIL288FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1569src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsProblemResultFactory.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityFAIL116FileLength>100Split file to stay <= 100 lines.
1570src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsScopes.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityFAIL626FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1571src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsServiceIdentities.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityPASS28
1572src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsTenancyDefaults.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csprojAuthorityPASS13
1573src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/ServiceCollectionExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csprojAuthorityFAIL94ServiceLocatorRemove service locator usage; use constructor injection.
1574src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsAuthorityConfigurationManager.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csprojAuthorityFAIL211AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1575src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsAuthorizationPolicyBuilderExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csprojAuthorityPASS58
1576src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsBypassEvaluator.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csprojAuthorityFAIL64PrivateFieldNamingRename private fields to _camelCase.
1577src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsResourceServerOptions.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csprojAuthorityFAIL195FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1578src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsResourceServerPolicies.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csprojAuthorityFAIL122FileLength>100Split file to stay <= 100 lines.
1579src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsScopeAuthorizationHandler.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csprojAuthorityFAIL1085FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1580src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsScopeRequirement.cssrc/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csprojAuthorityPASS49
1581src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityHttpHeaders.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS8
1582src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityIdentityProviderRegistry.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL159AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespaceMove using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1583src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityPluginRegistry.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS25
1584src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityRateLimiter.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL119ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocatorAdd ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1585src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityTelemetryConfiguration.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS62
1586src/Authority/StellaOps.Authority/StellaOps.Authority/LegacyAuthDeprecationMiddleware.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL256AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1587src/Authority/StellaOps.Authority/StellaOps.Authority/Program.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL3205FileLength>100; ServiceLocator; UsingNotSortedRemove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
1588src/Authority/StellaOps.Authority/StellaOps.Authority/Program.Partial.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL4NamespaceMissingAdd file-scoped namespace: namespace StellaOps.<Area>;
1589src/Authority/StellaOps.Authority/StellaOps.Authority/ServiceAccountAdminContracts.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS32
1590src/Authority/StellaOps.Authority/StellaOps.Authority/AdvisoryAi/AdvisoryAiRemoteInferenceLogRequest.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS23
1591src/Authority/StellaOps.Authority/StellaOps.Authority/AdvisoryAi/AuthorityAdvisoryAiConsentEvaluator.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL153FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1592src/Authority/StellaOps.Authority/StellaOps.Authority/Airgap/AirgapAuditEndpointExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL323FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1593src/Authority/StellaOps.Authority/StellaOps.Authority/Airgap/AuthorityAirgapAuditService.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL148AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1594src/Authority/StellaOps.Authority/StellaOps.Authority/Airgap/AuthoritySealedModeEvidenceValidator.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL271AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1595src/Authority/StellaOps.Authority/StellaOps.Authority/Audit/AuthorityAuditSink.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL239AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1596src/Authority/StellaOps.Authority/StellaOps.Authority/Audit/AuthorityCredentialAuditContextAccessor.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL60PrivateFieldNamingRename private fields to _camelCase.
1597src/Authority/StellaOps.Authority/StellaOps.Authority/Bootstrap/BootstrapApiKeyFilter.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL31AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1598src/Authority/StellaOps.Authority/StellaOps.Authority/Bootstrap/BootstrapInviteCleanupService.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL108AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1599src/Authority/StellaOps.Authority/StellaOps.Authority/Bootstrap/BootstrapRequests.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS99
1600src/Authority/StellaOps.Authority/StellaOps.Authority/Console/ConsoleEndpointExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL942AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1601src/Authority/StellaOps.Authority/StellaOps.Authority/Console/ConsoleWorkspaceModels.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL485FileLength>100Split file to stay <= 100 lines.
1602src/Authority/StellaOps.Authority/StellaOps.Authority/Console/ConsoleWorkspaceSampleService.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL625FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1603src/Authority/StellaOps.Authority/StellaOps.Authority/Console/TenantHeaderFilter.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS77
1604src/Authority/StellaOps.Authority/StellaOps.Authority/Console/Admin/ConsoleAdminEndpointExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL748AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1605src/Authority/StellaOps.Authority/StellaOps.Authority/Console/Admin/ConsoleBrandingEndpointExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL403AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1606src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/BreakGlassSessionManager.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL553FileLength>100Split file to stay <= 100 lines.
1607src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/FileBasedPolicyStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL485AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1608src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/ILocalPolicyStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL157FileLength>100Split file to stay <= 100 lines.
1609src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/LocalPolicyModels.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL320FileLength>100Split file to stay <= 100 lines.
1610src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/LocalPolicyStoreOptions.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL101FileLength>100Split file to stay <= 100 lines.
1611src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/PolicyStoreFallback.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL379AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1612src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/AuthorityWebhookAllowlistEvaluator.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL109FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1613src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AckTokenModels.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS85
1614src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AckTokenPayload.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL255FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1615src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AckTokenSigningUtilities.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL44PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.
1616src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AuthorityAckTokenIssuer.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL212FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1617src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AuthorityAckTokenKeyManager.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL427FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1618src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AuthorityAckTokenVerifier.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL145FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1619src/Authority/StellaOps.Authority/StellaOps.Authority/Observability/IncidentAuditEndpointExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL104FileLength>100Split file to stay <= 100 lines.
1620src/Authority/StellaOps.Authority/StellaOps.Authority/OpenApi/AuthorityOpenApiDocumentProvider.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL321AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1621src/Authority/StellaOps.Authority/StellaOps.Authority/OpenApi/OpenApiDiscoveryEndpointExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL145FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1622src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/AuthorityIdentityProviderSelector.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS66
1623src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/AuthorityOpenIddictConstants.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS81
1624src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/AuthoritySenderConstraintHelper.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL104FileLength>100Split file to stay <= 100 lines.
1625src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/AuthorityTokenKinds.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS7
1626src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/TokenRequestTamperInspector.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL129FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1627src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/ClientCredentialsAuditHelper.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL271FileLength>100Split file to stay <= 100 lines.
1628src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/ClientCredentialsHandlers.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL2194AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1629src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/DiscoveryHandlers.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL95PrivateFieldNamingRename private fields to _camelCase.
1630src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/DpopHandlers.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL764AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1631src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/PasswordGrantHandlers.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL1785AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1632src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/RefreshTokenHandlers.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL168AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1633src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/RevocationHandlers.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL144AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1634src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/TokenPersistenceHandlers.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL285AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1635src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/TokenValidationHandlers.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL677AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1636src/Authority/StellaOps.Authority/StellaOps.Authority/Permalinks/VulnPermalinkRequest.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS12
1637src/Authority/StellaOps.Authority/StellaOps.Authority/Permalinks/VulnPermalinkResponse.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS12
1638src/Authority/StellaOps.Authority/StellaOps.Authority/Permalinks/VulnPermalinkService.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL195AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1639src/Authority/StellaOps.Authority/StellaOps.Authority/Plugins/AuthorityPluginLoader.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL344FileLength>100; PrivateFieldNaming; ServiceLocatorRemove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1640src/Authority/StellaOps.Authority/StellaOps.Authority/Plugins/AuthorityPluginRegistrationSummary.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS21
1641src/Authority/StellaOps.Authority/StellaOps.Authority/Properties/AssemblyInfo.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS4
1642src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterFeature.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS27
1643src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterMetadata.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL82PrivateFieldNamingRename private fields to _camelCase.
1644src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterMetadataAccessor.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL131FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1645src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterMetadataMiddleware.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL298AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1646src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterPartitionKeyResolver.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS66
1647src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimitingApplicationBuilderExtensions.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS15
1648src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/AuthorityRevocationExportService.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL39AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1649src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleBuilder.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL222AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1650src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleBuildResult.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS11
1651src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleModel.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS54
1652src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleSignature.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS4
1653src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleSigner.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL124AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1654src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationEntryModel.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS71
1655src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationExportPackage.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS6
1656src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationExportResponse.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS74
1657src/Authority/StellaOps.Authority/StellaOps.Authority/Security/AuthorityClientCertificateValidationResult.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS34
1658src/Authority/StellaOps.Authority/StellaOps.Authority/Security/AuthorityClientCertificateValidator.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL321FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1659src/Authority/StellaOps.Authority/StellaOps.Authority/Security/AuthoritySecretHasherInitializer.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL42PrivateFieldNamingRename private fields to _camelCase.
1660src/Authority/StellaOps.Authority/StellaOps.Authority/Security/AuthoritySenderConstraintKinds.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS11
1661src/Authority/StellaOps.Authority/StellaOps.Authority/Security/IAuthorityClientCertificateValidator.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS13
1662src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthorityDsseStatementSigner.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL118AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1663src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthorityJwksService.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL185BlockingAsync; FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1664src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthoritySignerAdapter.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL34AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1665src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthoritySigningKeyManager.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL429FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1666src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthoritySigningKeyRequest.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS58
1667src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthoritySigningKeyStatus.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS9
1668src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/FileAuthoritySigningKeySource.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL142FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1669src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/IAuthoritySigningKeySource.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS11
1670src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/KmsAuthoritySigningKeySource.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL119BlockingAsync; FileLength>100Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1671src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/SigningRotationRequest.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS19
1672src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/AuthorityIdGenerator.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS12
1673src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresAirgapAuditStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL148AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1674src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresBootstrapInviteStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL122AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1675src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresClientStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL126AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1676src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresLoginAttemptStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL138AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1677src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresRevocationExportStateStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL44AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1678src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresRevocationStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL75AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1679src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresServiceAccountStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL89AsyncNaming; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.
1680src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresTokenStore.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL541AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1681src/Authority/StellaOps.Authority/StellaOps.Authority/Tenants/AuthorityTenantCatalog.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL44PrivateFieldNamingRename private fields to _camelCase.
1682src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/VulnTokenSigner.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL83PrivateFieldNamingRename private fields to _camelCase.
1683src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/VulnTokenUtilities.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL112FileLength>100Split file to stay <= 100 lines.
1684src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/VulnTokenVerificationUtilities.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL117FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1685src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Attachments/VulnAttachmentTokenIssuer.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL145FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1686src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Attachments/VulnAttachmentTokenModels.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS61
1687src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Attachments/VulnAttachmentTokenPayload.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS22
1688src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Attachments/VulnAttachmentTokenVerifier.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL117FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1689src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Workflow/VulnWorkflowAntiForgeryModels.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS56
1690src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Workflow/VulnWorkflowAntiForgeryPayload.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityPASS28
1691src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Workflow/VulnWorkflowAntiForgeryTokenIssuer.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL236FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1692src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Workflow/VulnWorkflowAntiForgeryTokenVerifier.cssrc/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csprojAuthorityFAIL124FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1693src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/BenchmarkConfig.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchFAIL105AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1694src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/NodeBenchMetrics.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchFAIL269FileLength>100; PrivateFieldNaming; UsingNotSortedRename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
1695src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Program.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchFAIL397AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSortedMove using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
1696src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/ScenarioResult.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchPASS27
1697src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/ScenarioRunners.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchFAIL298AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSortedMove using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
1698src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Baseline/BaselineEntry.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchPASS10
1699src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Baseline/BaselineLoader.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchFAIL89AsyncNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename async methods to end with Async.
1700src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Reporting/BenchmarkJsonWriter.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchFAIL111BlockingAsync; FileLength>100; PrivateFieldNaming; UsingNotSortedRename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
1701src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Reporting/BenchmarkScenarioReport.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchFAIL63UsingNotSortedSort using directives alphabetically.
1702src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Reporting/PrometheusWriter.cssrc/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csprojBenchFAIL79BlockingAsyncReplace .Result/.Wait/GetAwaiter().GetResult() with await.
1703src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/GoldenSetAnalysisPipeline.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL370ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1704src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Implementations.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL280ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1705src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Interfaces.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL409FileLength>100Split file to stay <= 100 lines.
1706src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/ReachGraphBinaryReachabilityService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL293ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1707src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL108FileLength>100Split file to stay <= 100 lines.
1708src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/SignatureMatcher.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL361FileLength>100Split file to stay <= 100 lines.
1709src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/TaintGateExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL185FileLength>100Split file to stay <= 100 lines.
1710src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Models/AnalysisResultModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL350FileLength>100Split file to stay <= 100 lines.
1711src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Models/FingerprintModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL286FileLength>100Split file to stay <= 100 lines.
1712src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Models/SignatureIndexModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csprojBinaryIndexFAIL250FileLength>100Split file to stay <= 100 lines.
1713src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/BuilderOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL176FileLength>100Split file to stay <= 100 lines.
1714src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/FingerprintClaimModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL305FileLength>100Split file to stay <= 100 lines.
1715src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/GuidProvider.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexPASS18
1716src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/IFunctionFingerprintExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL229FileLength>100Split file to stay <= 100 lines.
1717src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/IPatchDiffEngine.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL234FileLength>100Split file to stay <= 100 lines.
1718src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/IReproducibleBuilder.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL429FileLength>100Split file to stay <= 100 lines.
1719src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/PatchDiffEngine.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL489FileLength>100Split file to stay <= 100 lines.
1720src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/ReproducibleBuildJobTypes.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL430AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1721src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexPASS69
1722src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/AbiCompatibility.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL208FileLength>100Split file to stay <= 100 lines.
1723src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/DynamicLinkingDiff.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL245FileLength>100Split file to stay <= 100 lines.
1724src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/ISymbolTableDiffAnalyzer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL163FileLength>100Split file to stay <= 100 lines.
1725src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/NameDemangler.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL388FileLength>100Split file to stay <= 100 lines.
1726src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/SymbolDiffServiceExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexPASS41
1727src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/SymbolTableDiff.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL316FileLength>100Split file to stay <= 100 lines.
1728src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/SymbolTableDiffAnalyzer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL807ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1729src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/VersionMapDiff.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csprojBinaryIndexFAIL114FileLength>100Split file to stay <= 100 lines.
1730src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/BinaryCacheOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csprojBinaryIndexPASS64
1731src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/BinaryCacheServiceExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csprojBinaryIndexFAIL107FileLength>100Split file to stay <= 100 lines.
1732src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/CachedBinaryVulnerabilityService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csprojBinaryIndexFAIL541AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1733src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/CacheOptionsValidation.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csprojBinaryIndexFAIL102FileLength>100Split file to stay <= 100 lines.
1734src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/FunctionIrCacheService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csprojBinaryIndexFAIL318AsyncNaming; FileLength>100; PrivateFieldNamingRename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1735src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/RandomSource.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csprojBinaryIndexPASS24
1736src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/ResolutionCacheService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csprojBinaryIndexFAIL330AsyncNaming; FileLength>100Rename async methods to end with Async.; Split file to stay <= 100 lines.
1737src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/Resolution/VulnResolutionContracts.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/StellaOps.BinaryIndex.Contracts.csprojBinaryIndexFAIL249FileLength>100Split file to stay <= 100 lines.
1738src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Configuration/BinaryIndexOpsModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexFAIL495FileLength>100Split file to stay <= 100 lines.
1739src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Configuration/BinaryIndexOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexFAIL277FileLength>100Split file to stay <= 100 lines.
1740src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Models/BinaryIdentity.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexPASS64
1741src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Models/FixModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexPASS41
1742src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Resolution/ResolutionService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexFAIL465ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1743src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/BinaryIdentityService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexFAIL77ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.
1744src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/ElfFeatureExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexFAIL212AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1745src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/IBinaryFeatureExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexPASS47
1746src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/IBinaryVulnAssertionRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexPASS22
1747src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/IBinaryVulnerabilityService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexFAIL388FileLength>100Split file to stay <= 100 lines.
1748src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/ITenantContext.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexPASS13
1749src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/MachoFeatureExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexFAIL307AsyncNaming; ConfigureAwaitMissing; ConstNaming; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
1750src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/PeFeatureExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexFAIL283AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1751src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/StreamGuard.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csprojBinaryIndexPASS19
1752src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/AlpineCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csprojBinaryIndexFAIL164AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1753src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/AlpinePackageExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csprojBinaryIndexFAIL229AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1754src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/ApkBuildSecfixesExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csprojBinaryIndexFAIL112ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1755src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/IAlpinePackageSource.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csprojBinaryIndexPASS89
1756src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/DebianCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csprojBinaryIndexFAIL180AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1757src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/DebianMirrorPackageSource.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csprojBinaryIndexFAIL277AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1758src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/DebianPackageExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csprojBinaryIndexFAIL225AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1759src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/IDebianPackageSource.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csprojBinaryIndexPASS37
1760src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/IRpmPackageSource.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csprojBinaryIndexPASS95
1761src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/RpmCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csprojBinaryIndexFAIL177AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1762src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/RpmPackageExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csprojBinaryIndexFAIL384AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1763src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/SrpmChangelogExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csprojBinaryIndexFAIL134ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1764src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/GuidProvider.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexPASS12
1765src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/IBinaryCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL192FileLength>100Split file to stay <= 100 lines.
1766src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ICorpusIngestionService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL137FileLength>100Split file to stay <= 100 lines.
1767src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ICorpusQueryService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL188FileLength>100Split file to stay <= 100 lines.
1768src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ICorpusRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL329FileLength>100Split file to stay <= 100 lines.
1769src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ICorpusSnapshotRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexPASS27
1770src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ILibraryCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL157FileLength>100Split file to stay <= 100 lines.
1771src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Connectors/CurlCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL449AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1772src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Connectors/GlibcCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL551AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1773src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Connectors/OpenSslCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL556AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1774src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Connectors/ZlibCorpusConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL454AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1775src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Models/FunctionCorpusModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL274FileLength>100Split file to stay <= 100 lines.
1776src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/BatchFingerprintPipeline.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL466BlockingAsync; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1777src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/CorpusIngestionService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL468AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1778src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/CorpusQueryService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL421AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1779src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/CveFunctionMappingUpdater.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL425ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1780src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/FunctionClusteringService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csprojBinaryIndexFAIL533ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1781src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/AstComparisonEngine.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csprojBinaryIndexFAIL393FileLength>100Split file to stay <= 100 lines.
1782src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/CodeNormalizer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csprojBinaryIndexFAIL535FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1783src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/DecompiledCodeParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csprojBinaryIndexFAIL951FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1784src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/DecompilerServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csprojBinaryIndexPASS54
1785src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/GhidraDecompilerAdapter.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csprojBinaryIndexFAIL293ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1786src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/IDecompilerService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csprojBinaryIndexFAIL159FileLength>100Split file to stay <= 100 lines.
1787src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/Models.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csprojBinaryIndexFAIL378FileLength>100Split file to stay <= 100 lines.
1788src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/CfgExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL504FileLength>100Split file to stay <= 100 lines.
1789src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSignatureGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL489ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1790src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSignatureMatcher.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL438ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1791src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSigService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL618ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1792src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSigServiceV2.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL421ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1793src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSigV2ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexPASS72
1794src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IDeltaSignatureGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexPASS74
1795src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IDeltaSignatureMatcher.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexPASS51
1796src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IDeltaSigService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL445FileLength>100Split file to stay <= 100 lines.
1797src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/ISymbolChangeTracer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexPASS31
1798src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Models.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL464FileLength>100Split file to stay <= 100 lines.
1799src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL108FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1800src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/SymbolChangeTracer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL238FileLength>100Split file to stay <= 100 lines.
1801src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Attestation/DeltaSigAttestorIntegration.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL487FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1802src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Attestation/DeltaSigPredicate.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL492FileLength>100Split file to stay <= 100 lines.
1803src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Attestation/DeltaSigPredicateConverter.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL252FileLength>100Split file to stay <= 100 lines.
1804src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Attestation/DeltaSigPredicateV2.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL549FileLength>100Split file to stay <= 100 lines.
1805src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IrDiff/IIrDiffGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL278FileLength>100Split file to stay <= 100 lines.
1806src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IrDiff/IrDiffGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL224ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1807src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Policy/DeltaScopePolicyGate.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL430FileLength>100Split file to stay <= 100 lines.
1808src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Provenance/GroundTruthProvenanceResolver.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL284ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1809src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Provenance/ISymbolProvenanceResolver.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL146FileLength>100Split file to stay <= 100 lines.
1810src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/VexIntegration/DeltaSigVexBridge.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csprojBinaryIndexFAIL347FileLength>100Split file to stay <= 100 lines.
1811src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/FunctionDiffer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL332FileLength>100Split file to stay <= 100 lines.
1812src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/FunctionRenameDetector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL168FileLength>100Split file to stay <= 100 lines.
1813src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Interfaces.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL162FileLength>100Split file to stay <= 100 lines.
1814src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/PatchDiffEngine.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL286FileLength>100Split file to stay <= 100 lines.
1815src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexPASS29
1816src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/VerdictCalculator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL170FileLength>100Split file to stay <= 100 lines.
1817src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Models/BinaryReference.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL48AsyncNamingRename async methods to end with Async.
1818src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Models/DiffEvidenceModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL336FileLength>100Split file to stay <= 100 lines.
1819src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Models/PatchDiffModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL377FileLength>100Split file to stay <= 100 lines.
1820src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Storage/IDiffResultStore.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL219FileLength>100Split file to stay <= 100 lines.
1821src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Storage/InMemoryDiffResultStore.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csprojBinaryIndexFAIL246BlockingAsync; FileLength>100Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1822src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/IDisassemblyPlugin.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.csprojBinaryIndexFAIL141FileLength>100Split file to stay <= 100 lines.
1823src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/Models.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.csprojBinaryIndexFAIL349FileLength>100Split file to stay <= 100 lines.
1824src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/B2R2DisassemblyPlugin.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csprojBinaryIndexFAIL688FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1825src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/B2R2LifterPool.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csprojBinaryIndexFAIL386FileLength>100Split file to stay <= 100 lines.
1826src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/B2R2LowUirLiftingService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csprojBinaryIndexFAIL699FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1827src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/B2R2ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csprojBinaryIndexPASS94
1828src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/IcedDisassemblyPlugin.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.csprojBinaryIndexFAIL598FileLength>100; PrivateFieldNaming; UsingInsideNamespaceMove using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1829src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/IcedServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.csprojBinaryIndexPASS29
1830src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/DisassemblyPluginRegistry.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csprojBinaryIndexPASS79
1831src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/DisassemblyService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csprojBinaryIndexFAIL222FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1832src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/DisassemblyServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csprojBinaryIndexFAIL147FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1833src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/HybridDisassemblyService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csprojBinaryIndexFAIL574FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1834src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/EnsembleDecisionEngine.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csprojBinaryIndexFAIL462ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1835src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/EnsembleServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csprojBinaryIndexFAIL111FileLength>100Split file to stay <= 100 lines.
1836src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/FunctionAnalysisBuilder.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csprojBinaryIndexFAIL166ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1837src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/IEnsembleDecisionEngine.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csprojBinaryIndexFAIL130FileLength>100Split file to stay <= 100 lines.
1838src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/Models.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csprojBinaryIndexFAIL448FileLength>100Split file to stay <= 100 lines.
1839src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/WeightTuningService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csprojBinaryIndexFAIL182ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1840src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/GuidProvider.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexPASS13
1841src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/IFingerprintRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexPASS69
1842src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/BasicBlockFingerprintGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL466AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1843src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/CombinedFingerprintGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL187AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1844src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/ControlFlowGraphFingerprintGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL435FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1845src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/IVulnFingerprintGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL115FileLength>100Split file to stay <= 100 lines.
1846src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/StringRefsFingerprintGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL284FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1847src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Matching/FingerprintMatcher.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL379ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1848src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Matching/IFingerprintMatcher.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL110FileLength>100Split file to stay <= 100 lines.
1849src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Models/VulnFingerprint.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL184FileLength>100Split file to stay <= 100 lines.
1850src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Pipeline/ReferenceBuildPipeline.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL428ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1851src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Storage/FingerprintBlobStorage.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexFAIL105ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1852src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Storage/IFingerprintBlobStorage.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csprojBinaryIndexPASS51
1853src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Models/FixEvidence.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexPASS96
1854src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/AlpineSecfixesParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexFAIL111FileLength>100Split file to stay <= 100 lines.
1855src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/DebianChangelogParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexPASS100
1856src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/FixIndexParserOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexPASS100
1857src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/IChangelogParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexPASS19
1858src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/IPatchParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexPASS20
1859src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/ISecfixesParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexPASS19
1860src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/PatchHeaderParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexPASS84
1861src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/RpmChangelogParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexFAIL246FileLength>100Split file to stay <= 100 lines.
1862src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Repositories/IFixIndexRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexFAIL113FileLength>100Split file to stay <= 100 lines.
1863src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Services/FixIndexBuilder.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexFAIL143ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1864src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Services/IFixIndexBuilder.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csprojBinaryIndexFAIL124FileLength>100Split file to stay <= 100 lines.
1865src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Abstractions/IBSimService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL169FileLength>100Split file to stay <= 100 lines.
1866src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Abstractions/IGhidraService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL145FileLength>100Split file to stay <= 100 lines.
1867src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Abstractions/IGhidriffBridge.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL208FileLength>100Split file to stay <= 100 lines.
1868src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Abstractions/IVersionTrackingService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL256FileLength>100Split file to stay <= 100 lines.
1869src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Exceptions/GhidraExceptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL246FileLength>100Split file to stay <= 100 lines.
1870src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Extensions/GhidraServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL115FileLength>100Split file to stay <= 100 lines.
1871src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Models/GhidraModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL158FileLength>100Split file to stay <= 100 lines.
1872src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Options/GhidraOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL189FileLength>100Split file to stay <= 100 lines.
1873src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/BSimService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL287AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1874src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/GhidraDisassemblyPlugin.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL547BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1875src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/GhidraHeadlessManager.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL452AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1876src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/GhidraService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL518AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1877src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/GhidriffBridge.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL709AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1878src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/VersionTrackingService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csprojBinaryIndexFAIL439AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1879src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/GoldenSetEnrichmentService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL283ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1880src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/GoldenSetExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL423ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1881src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/GoldenSetReviewService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL325ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1882src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/IGoldenSetEnrichmentService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL236FileLength>100Split file to stay <= 100 lines.
1883src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/IGoldenSetExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL267FileLength>100Split file to stay <= 100 lines.
1884src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/IGoldenSetReviewService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL225FileLength>100Split file to stay <= 100 lines.
1885src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/UpstreamCommitAnalyzer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL521ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1886src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/Extractors/CweToSinkMapper.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL175FileLength>100Split file to stay <= 100 lines.
1887src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/Extractors/FunctionHintExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL182FileLength>100Split file to stay <= 100 lines.
1888src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/Extractors/IGoldenSetSourceExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL198FileLength>100Split file to stay <= 100 lines.
1889src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/Extractors/NvdGoldenSetExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL150ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1890src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Configuration/GoldenSetOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL125FileLength>100Split file to stay <= 100 lines.
1891src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Extensions/GoldenSetServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL101FileLength>100Split file to stay <= 100 lines.
1892src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Models/GoldenSetDefinition.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL262FileLength>100Split file to stay <= 100 lines.
1893src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Serialization/GoldenSetYamlSerializer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL228FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1894src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Services/ISinkRegistry.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexPASS83
1895src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Services/SinkRegistry.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL216FileLength>100Split file to stay <= 100 lines.
1896src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Storage/IGoldenSetStore.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL347FileLength>100Split file to stay <= 100 lines.
1897src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Storage/PostgresGoldenSetStore.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL667AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1898src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Validation/GoldenSetValidator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL408AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1899src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Validation/ICveValidator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexPASS65
1900src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Validation/IGoldenSetValidator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csprojBinaryIndexFAIL199FileLength>100Split file to stay <= 100 lines.
1901src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/IKpiRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL606FileLength>100Split file to stay <= 100 lines.
1902src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/ISecurityPairService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL291FileLength>100Split file to stay <= 100 lines.
1903src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/ISymbolObservationRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL243FileLength>100Split file to stay <= 100 lines.
1904src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/ISymbolObservationWriteGuard.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL129FileLength>100Split file to stay <= 100 lines.
1905src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/ISymbolSourceConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL230FileLength>100Split file to stay <= 100 lines.
1906src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/IValidationHarness.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL699FileLength>100Split file to stay <= 100 lines.
1907src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/KpiComputation.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL257FileLength>100Split file to stay <= 100 lines.
1908src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/SymbolObservation.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL411FileLength>100Split file to stay <= 100 lines.
1909src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/SymbolObservationWriteGuard.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL265FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1910src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/SymbolSourceConnectorBase.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL156AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1911src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/SymbolSourceDefinitions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL315FileLength>100Split file to stay <= 100 lines.
1912src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/Services/SecurityPairService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csprojBinaryIndexFAIL176AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1913src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/BuildinfoConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csprojBinaryIndexFAIL242AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1914src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/BuildinfoConnectorPlugin.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csprojBinaryIndexFAIL29ServiceLocatorRemove service locator usage; use constructor injection.
1915src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/BuildinfoServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csprojBinaryIndexFAIL78ServiceLocatorRemove service locator usage; use constructor injection.
1916src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/Configuration/BuildinfoOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csprojBinaryIndexPASS96
1917src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/Internal/BuildinfoDiagnostics.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csprojBinaryIndexPASS92
1918src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/Internal/BuildinfoParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csprojBinaryIndexFAIL383FileLength>100Split file to stay <= 100 lines.
1919src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/DdebConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexFAIL583AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1920src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/DdebConnectorPlugin.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexFAIL42ServiceLocatorRemove service locator usage; use constructor injection.
1921src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/DdebServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexFAIL80ServiceLocatorRemove service locator usage; use constructor injection.
1922src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Configuration/DdebOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexFAIL105FileLength>100Split file to stay <= 100 lines.
1923src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/DdebCache.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexFAIL205AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1924src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/DdebDiagnostics.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexPASS91
1925src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/DebPackageExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexFAIL255AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1926src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/IDebPackageExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexFAIL105FileLength>100Split file to stay <= 100 lines.
1927src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/PackagesIndexParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csprojBinaryIndexFAIL162FileLength>100Split file to stay <= 100 lines.
1928src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/DebuginfodConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexFAIL462AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocatorAdd ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1929src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/DebuginfodConnectorPlugin.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexFAIL43ServiceLocatorRemove service locator usage; use constructor injection.
1930src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/DebuginfodServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexFAIL109FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1931src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Configuration/DebuginfodOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexPASS100
1932src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/DebuginfodCache.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexFAIL314AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1933src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/DebuginfodDiagnostics.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexPASS91
1934src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/ElfDwarfParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexFAIL89UsingInsideNamespaceMove using directives outside namespace.
1935src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/IDwarfParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexPASS81
1936src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/ImaVerificationService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csprojBinaryIndexFAIL332FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1937src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/IMirrorService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csprojBinaryIndexFAIL433FileLength>100Split file to stay <= 100 lines.
1938src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/MirrorService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csprojBinaryIndexFAIL683AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1939src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Connectors/DebianSnapshotMirrorConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csprojBinaryIndexFAIL431BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
1940src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Connectors/IMirrorConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csprojBinaryIndexPASS59
1941src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Connectors/OsvDumpMirrorConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csprojBinaryIndexFAIL287ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1942src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Models/MirrorManifest.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csprojBinaryIndexFAIL390FileLength>100Split file to stay <= 100 lines.
1943src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Parsing/OsvDumpParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csprojBinaryIndexFAIL1006FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
1944src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/AirGapRebuildBundle.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL448AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1945src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/BundleExportService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL923AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1946src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/BundleImportService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL1335AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1947src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/DeterminismValidator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL441AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1948src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/IBundleExportService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL160FileLength>100Split file to stay <= 100 lines.
1949src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/IBundleImportService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL136FileLength>100Split file to stay <= 100 lines.
1950src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/IRebuildService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexPASS94
1951src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/LocalRebuildBackend.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL461AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1952src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/RebuildModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL459FileLength>100Split file to stay <= 100 lines.
1953src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/RebuildService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL174ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1954src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/ReproduceDebianClient.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL334AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1955src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/SbomStabilityValidator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL501AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1956src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL166FileLength>100; ServiceLocatorRemove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
1957src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/SymbolExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL579AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1958src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/ValidationHarnessService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL573ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1959src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Models/BundleExportModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL283FileLength>100Split file to stay <= 100 lines.
1960src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Models/BundleImportModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL450FileLength>100Split file to stay <= 100 lines.
1961src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Models/KpiRegressionModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL314FileLength>100Split file to stay <= 100 lines.
1962src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Services/IKpiRegressionService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexPASS69
1963src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Services/KpiRegressionService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csprojBinaryIndexFAIL470AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1964src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/SecDbConnector.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csprojBinaryIndexFAIL296AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1965src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/SecDbConnectorPlugin.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csprojBinaryIndexFAIL29ServiceLocatorRemove service locator usage; use constructor injection.
1966src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/SecDbServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csprojBinaryIndexFAIL77ServiceLocatorRemove service locator usage; use constructor injection.
1967src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/Configuration/SecDbOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csprojBinaryIndexPASS96
1968src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/Internal/SecDbDiagnostics.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csprojBinaryIndexPASS78
1969src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/Internal/SecDbParser.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csprojBinaryIndexFAIL269FileLength>100Split file to stay <= 100 lines.
1970src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/BinaryCodeTokenizer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL270FileLength>100Split file to stay <= 100 lines.
1971src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/IEmbeddingService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL175FileLength>100Split file to stay <= 100 lines.
1972src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/InMemoryEmbeddingIndex.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL139FileLength>100Split file to stay <= 100 lines.
1973src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/MlServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexPASS76
1974src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Models.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL261FileLength>100Split file to stay <= 100 lines.
1975src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/OnnxInferenceEngine.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL383ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1976src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/B2R2IrTokenizer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL246FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1977src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/GhidraDecompilerAdapter.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL251ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
1978src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/GroundTruthCorpusBuilder.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL357ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1979src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/ICorpusBuilder.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL148FileLength>100Split file to stay <= 100 lines.
1980src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/IDecompilerAdapter.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL134FileLength>100Split file to stay <= 100 lines.
1981src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/IFunctionEmbeddingService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL124FileLength>100Split file to stay <= 100 lines.
1982src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/IIrTokenizer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexPASS74
1983src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/MlEmbeddingMatcherAdapter.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL173ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1984src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/OnnxFunctionEmbeddingService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL310ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
1985src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/TrainingCorpusModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexFAIL300FileLength>100Split file to stay <= 100 lines.
1986src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/TrainingServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csprojBinaryIndexPASS84
1987src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/INormalizationPipeline.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csprojBinaryIndexPASS42
1988src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/Models.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csprojBinaryIndexFAIL208FileLength>100Split file to stay <= 100 lines.
1989src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/NormalizationService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csprojBinaryIndexPASS88
1990src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csprojBinaryIndexPASS52
1991src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/Arm64/Arm64NormalizationPipeline.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csprojBinaryIndexFAIL461FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1992src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/X64/X64NormalizationPipeline.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csprojBinaryIndexFAIL664FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
1993src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/BinaryIndexDbContext.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL51AsyncNaming; ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
1994src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/BinaryIndexMigrationRunner.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL150AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1995src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/BinaryIdentityRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL257AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1996src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/BinaryVulnAssertionRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL32AsyncNaming; ConfigureAwaitMissingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
1997src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/CorpusSnapshotRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL155AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
1998src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/DeltaSignatureRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL769ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
1999src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/FingerprintRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL341AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
2000src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/FixIndexRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL338ConfigureAwaitMissing; FileLength>100; PrivateFieldNamingAdd ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
2001src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/FunctionCorpusRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL1338AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2002src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/IBinaryIdentityRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexPASS32
2003src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/IDeltaSignatureRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL382FileLength>100Split file to stay <= 100 lines.
2004src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/IRawDocumentRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexPASS82
2005src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/ISecurityPairRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL103FileLength>100Split file to stay <= 100 lines.
2006src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/ISourceStateRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexPASS64
2007src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/ISymbolObservationRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexPASS82
2008src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/ISymbolSourceRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexPASS49
2009src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/RawDocumentRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL189AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2010src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/SecurityPairRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL364AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2011src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/SourceStateRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL165AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2012src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/SymbolObservationRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL305AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2013src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/SymbolSourceRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL186AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2014src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Services/BinaryVulnerabilityService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csprojBinaryIndexFAIL632FileLength>100Split file to stay <= 100 lines.
2015src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/CallNgramGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL327FileLength>100; UsingInsideNamespaceMove using directives outside namespace.; Split file to stay <= 100 lines.
2016src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/IIrLiftingService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexPASS48
2017src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/IrLiftingService.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL460FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
2018src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/ISemanticFingerprintGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexPASS44
2019src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/ISemanticGraphExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexPASS47
2020src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/ISemanticMatcher.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexPASS55
2021src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/SemanticFingerprintGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL186FileLength>100Split file to stay <= 100 lines.
2022src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/SemanticGraphExtractor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL517FileLength>100Split file to stay <= 100 lines.
2023src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/SemanticMatcher.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL360FileLength>100Split file to stay <= 100 lines.
2024src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexPASS31
2025src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Internal/GraphCanonicalizer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL114FileLength>100Split file to stay <= 100 lines.
2026src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Internal/WeisfeilerLehmanHasher.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL229FileLength>100Split file to stay <= 100 lines.
2027src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Lifting/B2R2LifterPool.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL353AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespaceAdd ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
2028src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Models/FingerprintModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL310FileLength>100Split file to stay <= 100 lines.
2029src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Models/GraphModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL262FileLength>100Split file to stay <= 100 lines.
2030src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Models/IrModels.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csprojBinaryIndexFAIL319FileLength>100Split file to stay <= 100 lines.
2031src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/IValidationHarness.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csprojBinaryIndexPASS80
2032src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/MatchResult.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csprojBinaryIndexFAIL209FileLength>100Split file to stay <= 100 lines.
2033src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/MismatchAnalysis.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csprojBinaryIndexFAIL296FileLength>100Split file to stay <= 100 lines.
2034src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/ValidationConfig.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csprojBinaryIndexFAIL152FileLength>100Split file to stay <= 100 lines.
2035src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/ValidationMetrics.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csprojBinaryIndexFAIL197FileLength>100Split file to stay <= 100 lines.
2036src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/ValidationRun.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csprojBinaryIndexFAIL198FileLength>100Split file to stay <= 100 lines.
2037src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/GroundTruthOracle.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL198AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2038src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Interfaces.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL186FileLength>100Split file to stay <= 100 lines.
2039src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/MetricsCalculator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexPASS68
2040src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/MismatchAnalyzer.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL210BlockingAsync; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
2041src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/ValidationHarness.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL443AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2042src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/ValidationServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexPASS28
2043src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Attestation/ValidationRunAttestor.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL351FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
2044src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Matchers/MatcherAdapterFactory.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL106FileLength>100Split file to stay <= 100 lines.
2045src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Matchers/MatcherAdapters.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL249ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
2046src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Persistence/MatchResultRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL219AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2047src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Persistence/ValidationRunRepository.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL268AsyncNaming; ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
2048src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Reports/ReportGenerators.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csprojBinaryIndexFAIL463ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
2049src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/BinaryMatchEvidenceSchema.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csprojBinaryIndexFAIL186FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
2050src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/IDsseSigningAdapter.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csprojBinaryIndexPASS60
2051src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/IVexEvidenceGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csprojBinaryIndexPASS99
2052src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/ServiceCollectionExtensions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csprojBinaryIndexPASS51
2053src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/VexBridgeOptions.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csprojBinaryIndexPASS65
2054src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/VexEvidenceGenerator.cssrc/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csprojBinaryIndexFAIL524ConfigureAwaitMissing; FileLength>100Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
2055src/Cartographer/StellaOps.Cartographer/CartographerEntryPoint.cssrc/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csprojCartographerPASS6
2056src/Cartographer/StellaOps.Cartographer/Program.cssrc/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csprojCartographerPASS99
2057src/Cartographer/StellaOps.Cartographer/Options/CartographerAuthorityOptions.cssrc/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csprojCartographerFAIL102FileLength>100Split file to stay <= 100 lines.
2058src/Cartographer/StellaOps.Cartographer/Options/CartographerAuthorityOptionsConfigurator.cssrc/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csprojCartographerPASS39
2059src/Cartographer/StellaOps.Cartographer/Options/CartographerAuthorityOptionsValidator.cssrc/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csprojCartographerPASS21
2060src/Cartographer/StellaOps.Cartographer/Properties/AssemblyInfo.cssrc/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csprojCartographerPASS4
2061src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/ConnectorHttpClientSandboxAnalyzer.cssrc/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/StellaOps.Concelier.Analyzers.csprojConcelierFAIL97PrivateFieldNamingRename private fields to _camelCase.
2062src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/MergeUsageAnalyzer.cssrc/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/StellaOps.Concelier.Merge.Analyzers.csprojConcelierFAIL239FileLength>100; PrivateFieldNamingRename private fields to _camelCase.; Split file to stay <= 100 lines.
The file is too large to be shown. View Raw