15060 lines
4.3 MiB
15060 lines
4.3 MiB
file_path,project_path,module,status,line_count,issues,fix_guidance
|
|
src/__Analyzers/StellaOps.Determinism.Analyzers/CanonicalizationBoundaryAnalyzer.cs,src/__Analyzers/StellaOps.Determinism.Analyzers/StellaOps.Determinism.Analyzers.csproj,__Analyzers,FAIL,318,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Analyzers/StellaOps.TestKit.Analyzers/IntentAnalyzer.cs,src/__Analyzers/StellaOps.TestKit.Analyzers/StellaOps.TestKit.Analyzers.csproj,__Analyzers,FAIL,380,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/AiAttestationService.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,FAIL,276,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/AiAttestationServiceExtensions.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,PASS,59,,
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/IAiAttestationService.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/PromptTemplateRegistry.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiAttestationJsonContext.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,PASS,29,,
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiClaimAttestation.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,FAIL,140,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiModelInfo.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,PASS,53,,
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiRunAttestation.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiRunContext.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,PASS,49,,
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/AiTurnSummary.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,PASS,93,,
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/ClaimEvidence.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,PASS,69,,
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Models/PromptTemplateInfo.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,PASS,31,,
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Storage/IAiAttestationStore.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AdvisoryAI.Attestation/Storage/InMemoryAiAttestationStore.cs,src/__Libraries/StellaOps.AdvisoryAI.Attestation/StellaOps.AdvisoryAI.Attestation.csproj,__Libraries,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Artifact.Core/CycloneDxExtractor.cs,src/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.csproj,__Libraries,FAIL,554,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Artifact.Core/IArtifactStore.cs,src/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.csproj,__Libraries,FAIL,380,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Artifact.Core/Api/ArtifactController.cs,src/__Libraries/StellaOps.Artifact.Core/StellaOps.Artifact.Core.csproj,__Libraries,FAIL,612,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Artifact.Infrastructure/ArtifactIndexRepository.cs,src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj,__Libraries,FAIL,280,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Artifact.Infrastructure/ArtifactMigrationService.cs,src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj,__Libraries,FAIL,409,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/__Libraries/StellaOps.Artifact.Infrastructure/PostgresArtifactIndexRepository.cs,src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj,__Libraries,FAIL,311,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Artifact.Infrastructure/S3UnifiedArtifactStore.cs,src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj,__Libraries,FAIL,431,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Artifact.Infrastructure/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Artifact.Infrastructure/StellaOps.Artifact.Infrastructure.csproj,__Libraries,FAIL,203,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Audit.ReplayToken/DecisionReplayTokenExtensions.cs,src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj,__Libraries,PASS,72,,
|
|
src/__Libraries/StellaOps.Audit.ReplayToken/IReplayTokenGenerator.cs,src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj,__Libraries,PASS,51,,
|
|
src/__Libraries/StellaOps.Audit.ReplayToken/ReplayCliSnippetGenerator.cs,src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj,__Libraries,PASS,87,,
|
|
src/__Libraries/StellaOps.Audit.ReplayToken/ReplayToken.cs,src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj,__Libraries,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Audit.ReplayToken/ReplayTokenRequest.cs,src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj,__Libraries,PASS,53,,
|
|
src/__Libraries/StellaOps.Audit.ReplayToken/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj,__Libraries,PASS,27,,
|
|
src/__Libraries/StellaOps.Audit.ReplayToken/Sha256ReplayTokenGenerator.cs,src/__Libraries/StellaOps.Audit.ReplayToken/StellaOps.Audit.ReplayToken.csproj,__Libraries,FAIL,193,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Models/AuditBundleManifest.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Models/AuditPack.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,PASS,4,,
|
|
src/__Libraries/StellaOps.AuditPack/Services/AirGapTrustStoreIntegration.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,358,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Services/ArchiveUtilities.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,161,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Services/AuditBundleReader.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,669,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/StellaOps.AuditPack/Services/AuditBundleSigner.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,382,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Services/AuditBundleWriter.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,530,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/StellaOps.AuditPack/Services/AuditPackBuilder.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,251,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/StellaOps.AuditPack/Services/AuditPackExportService.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,432,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.AuditPack/Services/AuditPackIds.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,PASS,18,,
|
|
src/__Libraries/StellaOps.AuditPack/Services/AuditPackImporter.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,264,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/StellaOps.AuditPack/Services/AuditPackReplayer.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,136,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Services/CanonicalJson.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,63,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.AuditPack/Services/IsolatedReplayContext.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,372,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/StellaOps.AuditPack/Services/ReplayAttestationService.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,475,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Services/ReplayExecutor.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,522,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.AuditPack/Services/ReplayTelemetry.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,401,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Services/ScanSnapshotFetcher.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.AuditPack/Services/VerdictReplayPredicate.cs,src/__Libraries/StellaOps.AuditPack/StellaOps.AuditPack.csproj,__Libraries,FAIL,504,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/DpopNonceConsumeResult.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,PASS,51,,
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/DpopNonceIssueResult.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,PASS,57,,
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/DpopNonceUtilities.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,FAIL,71,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/DpopProofValidator.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,FAIL,260,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/DpopValidationOptions.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,FAIL,98,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/DpopValidationResult.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,PASS,41,,
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/IDpopNonceStore.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,PASS,46,,
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/IDpopProofValidator.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/IDpopReplayCache.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/InMemoryDpopNonceStore.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,FAIL,178,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/InMemoryDpopReplayCache.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,FAIL,67,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/MessagingDpopNonceStore.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,FAIL,164,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/MessagingDpopReplayCache.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,PASS,44,,
|
|
src/__Libraries/StellaOps.Auth.Security/Dpop/RedisDpopNonceStore.cs,src/__Libraries/StellaOps.Auth.Security/StellaOps.Auth.Security.csproj,__Libraries,FAIL,140,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Canonical.Json/CanonJson.cs,src/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj,__Libraries,FAIL,355,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Canonical.Json/CanonVersion.cs,src/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj,__Libraries,PASS,88,,
|
|
src/__Libraries/StellaOps.Canonical.Json/ICanonicalizable.cs,src/__Libraries/StellaOps.Canonical.Json/StellaOps.Canonical.Json.csproj,__Libraries,PASS,55,,
|
|
src/__Libraries/StellaOps.Canonicalization/Culture/InvariantCulture.cs,src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj,__Libraries,PASS,61,,
|
|
src/__Libraries/StellaOps.Canonicalization/Json/CanonicalJsonSerializer.cs,src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj,__Libraries,FAIL,143,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Canonicalization/Ordering/Orderers.cs,src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj,__Libraries,PASS,80,,
|
|
src/__Libraries/StellaOps.Canonicalization/Verification/DeterminismVerifier.cs,src/__Libraries/StellaOps.Canonicalization/StellaOps.Canonicalization.csproj,__Libraries,FAIL,128,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration.SettingsStore/NullSecretResolver.cs,src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj,__Libraries,FAIL,112,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration.SettingsStore/SettingsStoreConfigurationSource.cs,src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj,__Libraries,FAIL,232,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/__Libraries/StellaOps.Configuration.SettingsStore/Providers/AwsParameterStoreConfigurationProvider.cs,src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj,__Libraries,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration.SettingsStore/Providers/AzureAppConfigurationProvider.cs,src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj,__Libraries,FAIL,220,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration.SettingsStore/Providers/ConsulConfigurationProvider.cs,src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj,__Libraries,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration.SettingsStore/Providers/EtcdConfigurationProvider.cs,src/__Libraries/StellaOps.Configuration.SettingsStore/StellaOps.Configuration.SettingsStore.csproj,__Libraries,FAIL,220,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration/AuthorityAdvisoryAiOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,164,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration/AuthorityApiLifecycleOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,78,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Configuration/AuthorityConfigurationDiagnostic.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,29,,
|
|
src/__Libraries/StellaOps.Configuration/AuthorityNotificationsOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,249,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration/AuthorityPluginConfigurationAnalyzer.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,100,,
|
|
src/__Libraries/StellaOps.Configuration/AuthorityPluginConfigurationLoader.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration/AuthoritySigningAdditionalKeyOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,31,,
|
|
src/__Libraries/StellaOps.Configuration/AuthoritySigningOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,94,,
|
|
src/__Libraries/StellaOps.Configuration/AuthorityVulnerabilityExplorerOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsAuthorityConfiguration.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,58,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsAuthorityOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,1578,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsBootstrapOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,67,,
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsConfigurationBootstrapper.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsConfigurationContext.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,20,,
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsConfigurationOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,51,,
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsCryptoOptions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,24,,
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsCryptoServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Configuration/StellaOpsOptionsBinder.cs,src/__Libraries/StellaOps.Configuration/StellaOps.Configuration.csproj,__Libraries,PASS,28,,
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/CertificateStatusOptions.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj,__Libraries,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/CertificateStatusRequest.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj,__Libraries,PASS,69,,
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/CertificateStatusResult.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj,__Libraries,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/ICertificateStatusProvider.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj,__Libraries,PASS,51,,
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/RevocationEnums.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj,__Libraries,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StapledRevocationData.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus.Abstractions/StellaOps.Cryptography.CertificateStatus.Abstractions.csproj,__Libraries,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus/CertificateStatusProvider.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj,__Libraries,FAIL,264,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus/CertificateStatusServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj,__Libraries,PASS,73,,
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus/CrlFetcher.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj,__Libraries,FAIL,338,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.CertificateStatus/OcspClient.cs,src/__Libraries/StellaOps.Cryptography.CertificateStatus/StellaOps.Cryptography.CertificateStatus.csproj,__Libraries,FAIL,445,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.DependencyInjection/CryptoPluginServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj,__Libraries,FAIL,141,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.DependencyInjection/CryptoProviderRegistryOptions.cs,src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj,__Libraries,PASS,85,,
|
|
src/__Libraries/StellaOps.Cryptography.DependencyInjection/CryptoProviderRegistryValidator.cs,src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj,__Libraries,FAIL,144,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.DependencyInjection/CryptoServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj,__Libraries,FAIL,367,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOpsCryptoOptions.cs,src/__Libraries/StellaOps.Cryptography.DependencyInjection/StellaOps.Cryptography.DependencyInjection.csproj,__Libraries,FAIL,21,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/AwsKmsClient.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,252,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/AwsKmsFacade.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,191,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/AwsKmsOptions.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/Fido2KmsClient.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,190,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/Fido2Options.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,46,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/FileKmsClient.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,713,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/FileKmsOptions.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,PASS,28,,
|
|
src/__Libraries/StellaOps.Cryptography.Kms/GcpKmsClient.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,295,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/GcpKmsFacade.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,176,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/GcpKmsOptions.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,43,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/IFido2Authenticator.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,PASS,18,,
|
|
src/__Libraries/StellaOps.Cryptography.Kms/IKmsClient.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,PASS,52,,
|
|
src/__Libraries/StellaOps.Cryptography.Kms/InternalsVisibleTo.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,5,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/__Libraries/StellaOps.Cryptography.Kms/KmsAlgorithms.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,PASS,10,,
|
|
src/__Libraries/StellaOps.Cryptography.Kms/KmsCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,138,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/KmsKeyMaterial.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,PASS,15,,
|
|
src/__Libraries/StellaOps.Cryptography.Kms/KmsKeyMetadata.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,PASS,25,,
|
|
src/__Libraries/StellaOps.Cryptography.Kms/KmsKeyState.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,PASS,12,,
|
|
src/__Libraries/StellaOps.Cryptography.Kms/KmsSigner.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,57,AsyncNaming; BlockingAsync,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/KmsSignResult.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,PASS,11,,
|
|
src/__Libraries/StellaOps.Cryptography.Kms/Pkcs11Facade.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,288,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/Pkcs11KmsClient.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,233,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/Pkcs11Options.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,72,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Kms/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Kms/StellaOps.Cryptography.Kms.csproj,__Libraries,FAIL,168,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/OfflineVerificationCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Providers.OfflineVerification/StellaOps.Cryptography.Providers.OfflineVerification.csproj,__Libraries,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/Argon2idPasswordHasher.BouncyCastle.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,35,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/StellaOps.Cryptography/Argon2idPasswordHasher.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/Argon2idPasswordHasher.Sodium.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,37,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/StellaOps.Cryptography/CompliancePolicyCryptoProviders.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,287,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/ComplianceProfile.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/ComplianceProfiles.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,289,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/CryptoComplianceDiagnostics.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/CryptoComplianceException.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,57,,
|
|
src/__Libraries/StellaOps.Cryptography/CryptoComplianceOptions.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,71,,
|
|
src/__Libraries/StellaOps.Cryptography/CryptoComplianceService.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/CryptoHashFactory.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,14,,
|
|
src/__Libraries/StellaOps.Cryptography/CryptoHashOptions.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography/CryptoProvider.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/CryptoProviderDiagnostics.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Cryptography/CryptoProviderMetrics.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,31,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography/CryptoProviderRegistry.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,155,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/CryptoRegistryProfiles.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,47,,
|
|
src/__Libraries/StellaOps.Cryptography/CryptoSigningKey.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,224,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/DefaultCryptoHash.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,369,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/DefaultCryptoHasher.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,40,,
|
|
src/__Libraries/StellaOps.Cryptography/DefaultCryptoHmac.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,325,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/DefaultCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,193,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/EcdsaSigner.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,102,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/GostDigestUtilities.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,26,,
|
|
src/__Libraries/StellaOps.Cryptography/GostSignatureEncoding.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/GostSignatureFormat.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,14,,
|
|
src/__Libraries/StellaOps.Cryptography/HashAlgorithms.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,29,ConstNaming,Rename consts to PascalCase.
|
|
src/__Libraries/StellaOps.Cryptography/HashPurpose.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,75,,
|
|
src/__Libraries/StellaOps.Cryptography/HmacAlgorithms.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,56,,
|
|
src/__Libraries/StellaOps.Cryptography/HmacPurpose.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,47,,
|
|
src/__Libraries/StellaOps.Cryptography/ICryptoHash.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/ICryptoHmac.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/ICryptoSigner.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,47,,
|
|
src/__Libraries/StellaOps.Cryptography/LibsodiumCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,129,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/PasswordHashAlgorithms.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,24,,
|
|
src/__Libraries/StellaOps.Cryptography/PasswordHashing.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,82,,
|
|
src/__Libraries/StellaOps.Cryptography/Pbkdf2PasswordHasher.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/SignatureAlgorithms.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,25,ConstNaming,Rename consts to PascalCase.
|
|
src/__Libraries/StellaOps.Cryptography/Audit/AuthEventRecord.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,FAIL,279,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography/Digests/Sha256Digest.cs,src/__Libraries/StellaOps.Cryptography/StellaOps.Cryptography.csproj,__Libraries,PASS,94,,
|
|
src/__Libraries/StellaOps.DeltaVerdict/Bundles/GateEvaluator.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,393,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Bundles/IGateEvaluator.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,PASS,41,,
|
|
src/__Libraries/StellaOps.DeltaVerdict/Bundles/IVerdictBundleBuilder.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,PASS,41,,
|
|
src/__Libraries/StellaOps.DeltaVerdict/Bundles/VerdictBundle.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,535,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Bundles/VerdictBundleBuilder.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,481,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Bundles/VerdictRekorAnchorService.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,462,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Bundles/VerdictSigningService.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,483,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Engine/DeltaComputationEngine.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,298,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Inputs/PinnedInput.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,273,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Manifest/ScoringManifest.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,303,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Manifest/ScoringManifestVersioner.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,461,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Models/DeltaVerdict.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Models/Verdict.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,PASS,30,,
|
|
src/__Libraries/StellaOps.DeltaVerdict/Oci/DeltaOciAttacher.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,PASS,45,,
|
|
src/__Libraries/StellaOps.DeltaVerdict/Policy/RiskBudgetEvaluator.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,91,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Serialization/DeltaVerdictSerializer.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,46,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Serialization/VerdictInputsSerializer.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,351,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Serialization/VerdictSerializer.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,46,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Signing/DeltaSigningService.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,207,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Signing/ScoringManifestRekorAnchorService.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,502,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Signing/ScoringManifestSigningService.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,398,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Trust/IScoringTrustProvider.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Trust/ScoringTrustProvider.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,362,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Trust/TrustServiceCollectionExtensions.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,PASS,81,,
|
|
src/__Libraries/StellaOps.DeltaVerdict/Validation/AdversarialInputValidator.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,415,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Validation/IAdversarialInputValidator.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,315,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/Validation/ValidationServiceCollectionExtensions.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,PASS,71,,
|
|
src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/Serialization/VerdictInputsGoldenSnapshotTests.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,399,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/Serialization/VerdictInputsSerializerTests.cs,src/__Libraries/StellaOps.DeltaVerdict/StellaOps.DeltaVerdict.csproj,__Libraries,FAIL,458,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DependencyInjection/IDependencyInjectionRoutine.cs,src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj,__Libraries,PASS,11,,
|
|
src/__Libraries/StellaOps.DependencyInjection/ServiceBindingAttribute.cs,src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj,__Libraries,PASS,66,,
|
|
src/__Libraries/StellaOps.DependencyInjection/Validation/FailFastOptionsExtensions.cs,src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj,__Libraries,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DependencyInjection/Validation/OptionsValidationHostedService.cs,src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj,__Libraries,PASS,30,,
|
|
src/__Libraries/StellaOps.DependencyInjection/Validation/OptionsValidatorBase.cs,src/__Libraries/StellaOps.DependencyInjection/StellaOps.DependencyInjection.csproj,__Libraries,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Determinism.Abstractions/DeterminismServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj,__Libraries,PASS,40,,
|
|
src/__Libraries/StellaOps.Determinism.Abstractions/IGuidProvider.cs,src/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj,__Libraries,PASS,65,,
|
|
src/__Libraries/StellaOps.Determinism.Abstractions/ResolverBoundaryAttribute.cs,src/__Libraries/StellaOps.Determinism.Abstractions/StellaOps.Determinism.Abstractions.csproj,__Libraries,PASS,81,,
|
|
src/__Libraries/StellaOps.DistroIntel/DistroDerivative.cs,src/__Libraries/StellaOps.DistroIntel/StellaOps.DistroIntel.csproj,__Libraries,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/DependencyInjection/DoctorServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,85,,
|
|
src/__Libraries/StellaOps.Doctor/Detection/IRuntimeDetector.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,49,,
|
|
src/__Libraries/StellaOps.Doctor/Detection/RuntimeDetector.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,341,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Detection/RuntimeEnvironment.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,27,,
|
|
src/__Libraries/StellaOps.Doctor/Engine/CheckExecutor.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,217,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Engine/CheckRegistry.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Engine/DoctorCheckProgress.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,35,,
|
|
src/__Libraries/StellaOps.Doctor/Engine/DoctorEngine.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,216,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Export/ConfigurationSanitizer.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,113,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Export/DiagnosticBundle.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Export/DiagnosticBundleGenerator.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,342,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor/Export/DiagnosticBundleOptions.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,38,,
|
|
src/__Libraries/StellaOps.Doctor/Models/CheckResult.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,45,,
|
|
src/__Libraries/StellaOps.Doctor/Models/CommandType.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,23,,
|
|
src/__Libraries/StellaOps.Doctor/Models/DoctorCheckResult.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,63,,
|
|
src/__Libraries/StellaOps.Doctor/Models/DoctorReport.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Models/DoctorRunOptions.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,98,,
|
|
src/__Libraries/StellaOps.Doctor/Models/DoctorSeverity.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,67,,
|
|
src/__Libraries/StellaOps.Doctor/Models/Evidence.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,36,,
|
|
src/__Libraries/StellaOps.Doctor/Models/LikelyCause.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,37,,
|
|
src/__Libraries/StellaOps.Doctor/Models/RemediationCommand.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,98,,
|
|
src/__Libraries/StellaOps.Doctor/Models/RemediationStep.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,86,,
|
|
src/__Libraries/StellaOps.Doctor/Output/DoctorEvidenceArtifacts.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,18,,
|
|
src/__Libraries/StellaOps.Doctor/Output/DoctorEvidenceLogWriter.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,406,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor/Output/IDoctorReportFormatter.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,72,,
|
|
src/__Libraries/StellaOps.Doctor/Output/JsonReportFormatter.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,245,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Output/MarkdownReportFormatter.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,307,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Output/ReportFormatterFactory.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,63,,
|
|
src/__Libraries/StellaOps.Doctor/Output/TextReportFormatter.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Packs/DoctorPackCheck.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,509,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Packs/DoctorPackCommandRunner.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,245,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Packs/DoctorPackLoader.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,606,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Packs/DoctorPackModels.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Packs/DoctorPackPlugin.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,136,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Plugins/DoctorCategory.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,94,,
|
|
src/__Libraries/StellaOps.Doctor/Plugins/DoctorPluginContext.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Plugins/IDoctorCheck.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,98,,
|
|
src/__Libraries/StellaOps.Doctor/Plugins/IDoctorPlugin.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,95,,
|
|
src/__Libraries/StellaOps.Doctor/Plugins/Builders/CheckResultBuilder.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Plugins/Builders/EvidenceBuilder.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Plugins/Builders/RemediationBuilder.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Remediation/IPlaceholderResolver.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,PASS,62,,
|
|
src/__Libraries/StellaOps.Doctor/Remediation/IVerificationExecutor.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Remediation/PlaceholderResolver.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,159,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor/Remediation/VerificationExecutor.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,194,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor/__Tests/StellaOps.Doctor.Tests/Plugins/Builders/RemediationBuilderTests.cs,src/__Libraries/StellaOps.Doctor/StellaOps.Doctor.csproj,__Libraries,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Eventing/AssemblyInfo.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,PASS,4,,
|
|
src/__Libraries/StellaOps.Eventing/EventingOptions.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,PASS,66,,
|
|
src/__Libraries/StellaOps.Eventing/ITimelineEventEmitter.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,PASS,37,,
|
|
src/__Libraries/StellaOps.Eventing/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Eventing/TimelineEventEmitter.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,FAIL,155,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Eventing/Internal/EventIdGenerator.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,FAIL,58,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/__Libraries/StellaOps.Eventing/Models/TimelineEvent.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Eventing/Outbox/TimelineOutboxProcessor.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,FAIL,189,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Eventing/Signing/IEventSigner.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,PASS,39,,
|
|
src/__Libraries/StellaOps.Eventing/Storage/InMemoryTimelineEventStore.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Eventing/Storage/ITimelineEventStore.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,PASS,87,,
|
|
src/__Libraries/StellaOps.Eventing/Storage/PostgresTimelineEventStore.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,FAIL,314,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Eventing/Telemetry/EventingTelemetry.cs,src/__Libraries/StellaOps.Eventing/StellaOps.Eventing.csproj,__Libraries,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Bundle/BinaryDiffEvidence.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,FAIL,368,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Bundle/CallStackEvidence.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,24,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/DiffEvidence.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,27,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/EvidenceBundle.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,57,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/EvidenceBundleBuilder.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,63,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/EvidenceBundlePredicate.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,16,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/EvidenceHashSet.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,38,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/EvidenceStatus.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,17,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/EvidenceStatusSummary.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,18,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/GraphRevisionEvidence.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,15,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/ProvenanceEvidence.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,45,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/ReachabilityEvidence.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,34,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,25,,
|
|
src/__Libraries/StellaOps.Evidence.Bundle/VexStatusEvidence.cs,src/__Libraries/StellaOps.Evidence.Bundle/StellaOps.Evidence.Bundle.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Evidence.Core/EvidenceProvenance.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,67,,
|
|
src/__Libraries/StellaOps.Evidence.Core/EvidenceRecord.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core/EvidenceSignature.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,50,,
|
|
src/__Libraries/StellaOps.Evidence.Core/EvidenceType.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,93,,
|
|
src/__Libraries/StellaOps.Evidence.Core/IEvidence.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,57,,
|
|
src/__Libraries/StellaOps.Evidence.Core/IEvidenceStore.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,83,,
|
|
src/__Libraries/StellaOps.Evidence.Core/InMemoryEvidenceStore.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core/SignerType.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,32,,
|
|
src/__Libraries/StellaOps.Evidence.Core/Adapters/EvidenceAdapterBase.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,59,,
|
|
src/__Libraries/StellaOps.Evidence.Core/Adapters/EvidenceBundleAdapter.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,FAIL,371,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core/Adapters/EvidenceStatementAdapter.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core/Adapters/ExceptionApplicationAdapter.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,100,,
|
|
src/__Libraries/StellaOps.Evidence.Core/Adapters/IEvidenceAdapter.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,PASS,27,,
|
|
src/__Libraries/StellaOps.Evidence.Core/Adapters/ProofSegmentAdapter.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core/Adapters/VexObservationAdapter.cs,src/__Libraries/StellaOps.Evidence.Core/StellaOps.Evidence.Core.csproj,__Libraries,FAIL,249,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/EvidenceCardService.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,403,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/EvidencePackService.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,553,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/EvidenceResolver.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,258,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/IEvidenceCardService.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/IEvidencePackService.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/IEvidencePackSigner.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,PASS,73,,
|
|
src/__Libraries/StellaOps.Evidence.Pack/IEvidencePackStore.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,PASS,53,,
|
|
src/__Libraries/StellaOps.Evidence.Pack/IEvidenceResolver.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,PASS,59,,
|
|
src/__Libraries/StellaOps.Evidence.Pack/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,131,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/Models/EvidenceCard.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,304,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/Models/EvidencePack.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,349,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/Models/SignedEvidencePack.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Pack/Resolvers/NullTypeResolver.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,PASS,77,,
|
|
src/__Libraries/StellaOps.Evidence.Pack/Storage/InMemoryEvidencePackStore.cs,src/__Libraries/StellaOps.Evidence.Pack/StellaOps.Evidence.Pack.csproj,__Libraries,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Persistence/EfCore/Context/EvidenceDbContext.cs,src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Evidence.Persistence/Extensions/EvidencePersistenceExtensions.cs,src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj,__Libraries,PASS,43,,
|
|
src/__Libraries/StellaOps.Evidence.Persistence/Postgres/EvidenceDataSource.cs,src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj,__Libraries,PASS,40,,
|
|
src/__Libraries/StellaOps.Evidence.Persistence/Postgres/PostgresEvidenceStore.cs,src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj,__Libraries,FAIL,332,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Persistence/Postgres/PostgresEvidenceStoreFactory.cs,src/__Libraries/StellaOps.Evidence.Persistence/StellaOps.Evidence.Persistence.csproj,__Libraries,PASS,42,,
|
|
src/__Libraries/StellaOps.Evidence/Budgets/EvidenceBudget.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence/Budgets/EvidenceBudgetService.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,254,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence/Models/EvidenceIndex.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence/Models/ProofRecord.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence/Models/ProofStrength.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,PASS,56,,
|
|
src/__Libraries/StellaOps.Evidence/Models/ProofStrengthExtensions.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,PASS,89,,
|
|
src/__Libraries/StellaOps.Evidence/Retention/RetentionTierManager.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence/Serialization/EvidenceIndexSerializer.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,53,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Evidence/Services/EvidenceLinker.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence/Services/EvidenceQueryService.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,PASS,75,,
|
|
src/__Libraries/StellaOps.Evidence/Validation/EvidenceIndexValidator.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,97,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/__Libraries/StellaOps.Evidence/Validation/SchemaLoader.cs,src/__Libraries/StellaOps.Evidence/StellaOps.Evidence.csproj,__Libraries,FAIL,29,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/__Libraries/StellaOps.Facet/BuiltInFacets.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/DefaultCryptoHash.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,54,,
|
|
src/__Libraries/StellaOps.Facet/FacetCategory.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,47,,
|
|
src/__Libraries/StellaOps.Facet/FacetClassifier.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,92,,
|
|
src/__Libraries/StellaOps.Facet/FacetDefinition.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,56,,
|
|
src/__Libraries/StellaOps.Facet/FacetDrift.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/FacetDriftDetector.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,355,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/FacetDriftVexEmitter.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,350,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/FacetDriftVexServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,74,,
|
|
src/__Libraries/StellaOps.Facet/FacetDriftVexWorkflow.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/FacetEntry.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,60,,
|
|
src/__Libraries/StellaOps.Facet/FacetExtractionOptions.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,79,,
|
|
src/__Libraries/StellaOps.Facet/FacetExtractionResult.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,87,,
|
|
src/__Libraries/StellaOps.Facet/FacetFileEntry.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,19,,
|
|
src/__Libraries/StellaOps.Facet/FacetFileModification.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,27,,
|
|
src/__Libraries/StellaOps.Facet/FacetMerkleTree.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/FacetQuota.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,66,,
|
|
src/__Libraries/StellaOps.Facet/FacetSeal.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/FacetSealer.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/FacetServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,156,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/GlobFacetExtractor.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,381,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/GlobMatcher.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,71,,
|
|
src/__Libraries/StellaOps.Facet/ICryptoHash.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,33,,
|
|
src/__Libraries/StellaOps.Facet/IFacet.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,61,,
|
|
src/__Libraries/StellaOps.Facet/IFacetDriftDetector.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,36,,
|
|
src/__Libraries/StellaOps.Facet/IFacetDriftVexDraftStore.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,330,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/IFacetExtractor.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,48,,
|
|
src/__Libraries/StellaOps.Facet/IFacetSealStore.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/InMemoryFacetSealStore.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet/QuotaExceededAction.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,PASS,53,,
|
|
src/__Libraries/StellaOps.Facet/Serialization/FacetSealJsonConverter.cs,src/__Libraries/StellaOps.Facet/StellaOps.Facet.csproj,__Libraries,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.FeatureFlags/CompositeFeatureFlagService.cs,src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj,__Libraries,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.FeatureFlags/FeatureFlagModels.cs,src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj,__Libraries,PASS,97,,
|
|
src/__Libraries/StellaOps.FeatureFlags/FeatureFlagServiceCollectionExtensions.cs,src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj,__Libraries,FAIL,177,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.FeatureFlags/IFeatureFlagProvider.cs,src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj,__Libraries,FAIL,100,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/__Libraries/StellaOps.FeatureFlags/IFeatureFlagService.cs,src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj,__Libraries,PASS,75,,
|
|
src/__Libraries/StellaOps.FeatureFlags/Providers/ConfigurationFeatureFlagProvider.cs,src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj,__Libraries,FAIL,240,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.FeatureFlags/Providers/SettingsStoreFeatureFlagProvider.cs,src/__Libraries/StellaOps.FeatureFlags/StellaOps.FeatureFlags.csproj,__Libraries,FAIL,243,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/ConcurrentHlcBenchmarks.cs,src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj,__Libraries,PASS,92,,
|
|
src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/HlcBenchmarks.cs,src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj,__Libraries,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/HlcTimestampBenchmarks.cs,src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj,__Libraries,FAIL,133,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/Program.cs,src/__Libraries/StellaOps.HybridLogicalClock.Benchmarks/StellaOps.HybridLogicalClock.Benchmarks.csproj,__Libraries,PASS,32,,
|
|
src/__Libraries/StellaOps.HybridLogicalClock/HlcClockSkewException.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,PASS,50,,
|
|
src/__Libraries/StellaOps.HybridLogicalClock/HlcOptions.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,PASS,78,,
|
|
src/__Libraries/StellaOps.HybridLogicalClock/HlcServiceCollectionExtensions.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,FAIL,128,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock/HlcTimestamp.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,FAIL,207,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock/HlcTimestampJsonConverter.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock/HlcTimestampTypeHandler.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock/HybridLogicalClock.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,FAIL,318,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock/IHlcStateStore.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,PASS,45,,
|
|
src/__Libraries/StellaOps.HybridLogicalClock/IHybridLogicalClock.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,PASS,55,,
|
|
src/__Libraries/StellaOps.HybridLogicalClock/InMemoryHlcStateStore.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,PASS,85,,
|
|
src/__Libraries/StellaOps.HybridLogicalClock/PostgresHlcStateStore.cs,src/__Libraries/StellaOps.HybridLogicalClock/StellaOps.HybridLogicalClock.csproj,__Libraries,FAIL,229,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.EfCore/Context/StellaOpsDbContextBase.cs,src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj,__Libraries,FAIL,65,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Infrastructure.EfCore/Extensions/DbContextServiceExtensions.cs,src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj,__Libraries,FAIL,156,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.EfCore/Interceptors/TenantConnectionInterceptor.cs,src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj,__Libraries,FAIL,122,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.EfCore/Tenancy/AsyncLocalTenantContextAccessor.cs,src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj,__Libraries,PASS,57,,
|
|
src/__Libraries/StellaOps.Infrastructure.EfCore/Tenancy/ITenantContextAccessor.cs,src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj,__Libraries,PASS,15,,
|
|
src/__Libraries/StellaOps.Infrastructure.EfCore/Tenancy/SystemTenantContextAccessor.cs,src/__Libraries/StellaOps.Infrastructure.EfCore/StellaOps.Infrastructure.EfCore.csproj,__Libraries,PASS,17,,
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,PASS,42,,
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Connections/DataSourceBase.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,256,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Exceptions/PostgresExceptionHelper.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,PASS,95,,
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/IMigrationRunner.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationCategory.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,PASS,89,,
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationDependency.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,275,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationRunner.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,553,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationServiceExtensions.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,385,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationTelemetry.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,219,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/MigrationValidator.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Migrations/StartupMigrationHost.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,481,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Options/PostgresOptions.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,PASS,53,,
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Repositories/RepositoryBase.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,320,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Infrastructure.Postgres/Testing/PostgresFixture.cs,src/__Libraries/StellaOps.Infrastructure.Postgres/StellaOps.Infrastructure.Postgres.csproj,__Libraries,FAIL,283,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Ingestion.Telemetry/IngestionTelemetry.cs,src/__Libraries/StellaOps.Ingestion.Telemetry/StellaOps.Ingestion.Telemetry.csproj,__Libraries,FAIL,200,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Interop/ToolManager.cs,src/__Libraries/StellaOps.Interop/StellaOps.Interop.csproj,__Libraries,FAIL,153,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Metrics/Kpi/KpiCollector.cs,src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj,__Libraries,FAIL,256,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Metrics/Kpi/KpiModels.cs,src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj,__Libraries,FAIL,217,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Metrics/Kpi/KpiTrendService.cs,src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj,__Libraries,FAIL,101,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Metrics/Kpi/Repositories/IFindingRepository.cs,src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj,__Libraries,PASS,36,,
|
|
src/__Libraries/StellaOps.Metrics/Kpi/Repositories/IKpiRepository.cs,src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj,__Libraries,PASS,58,,
|
|
src/__Libraries/StellaOps.Metrics/Kpi/Repositories/IReplayRepository.cs,src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj,__Libraries,PASS,26,,
|
|
src/__Libraries/StellaOps.Metrics/Kpi/Repositories/IVerdictRepository.cs,src/__Libraries/StellaOps.Metrics/StellaOps.Metrics.csproj,__Libraries,PASS,26,,
|
|
src/__Libraries/StellaOps.Orchestrator.Schemas/AdvisoryEvidenceBundle.cs,src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj,__Libraries,PASS,76,,
|
|
src/__Libraries/StellaOps.Orchestrator.Schemas/OrchestratorEnvelope.cs,src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj,__Libraries,PASS,73,,
|
|
src/__Libraries/StellaOps.Orchestrator.Schemas/ScannerReportReadyPayload.cs,src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj,__Libraries,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Orchestrator.Schemas/ScannerScanCompletedPayload.cs,src/__Libraries/StellaOps.Orchestrator.Schemas/StellaOps.Orchestrator.Schemas.csproj,__Libraries,PASS,59,,
|
|
src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/Contracts.cs,src/__Libraries/StellaOps.PolicyAuthoritySignals.Contracts/StellaOps.PolicyAuthoritySignals.Contracts.csproj,__Libraries,PASS,40,,
|
|
src/__Libraries/StellaOps.Provcache.Postgres/PostgresEvidenceChunkRepository.cs,src/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.csproj,__Libraries,FAIL,265,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache.Postgres/PostgresProvcacheRepository.cs,src/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.csproj,__Libraries,FAIL,347,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache.Postgres/ProvcacheDbContext.cs,src/__Libraries/StellaOps.Provcache.Postgres/StellaOps.Provcache.Postgres.csproj,__Libraries,PASS,59,,
|
|
src/__Libraries/StellaOps.Provcache.Valkey/ValkeyProvcacheStore.cs,src/__Libraries/StellaOps.Provcache.Valkey/StellaOps.Provcache.Valkey.csproj,__Libraries,FAIL,372,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/DecisionDigestBuilder.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,344,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/IEvidenceChunkRepository.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/IProvcacheRepository.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/IProvcacheService.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,364,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/IProvcacheStore.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/ProvcacheOptions.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/ProvcacheService.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,397,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/ProvcacheServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,115,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/ProvcacheTelemetry.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,390,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/VeriKeyBuilder.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,390,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/WriteBehindQueue.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,273,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/__Libraries/StellaOps.Provcache/Chunking/EvidenceChunker.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,326,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Entities/ProvcacheItemEntity.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,218,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Entities/ProvRevocationEntity.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Events/FeedEpochAdvancedEvent.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Events/SignerRevokedEvent.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Export/IMinimalProofExporter.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,PASS,100,,
|
|
src/__Libraries/StellaOps.Provcache/Export/MinimalProofBundle.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,264,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Export/MinimalProofExporter.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,506,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Invalidation/FeedEpochInvalidator.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Invalidation/IProvcacheInvalidator.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,PASS,67,,
|
|
src/__Libraries/StellaOps.Provcache/Invalidation/SignerSetInvalidator.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,178,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/LazyFetch/FileChunkFetcher.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,259,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/LazyFetch/HttpChunkFetcher.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,338,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/StellaOps.Provcache/LazyFetch/ILazyEvidenceFetcher.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/LazyFetch/LazyFetchHttpOptions.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,PASS,34,,
|
|
src/__Libraries/StellaOps.Provcache/LazyFetch/LazyFetchOrchestrator.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,303,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Models/DecisionDigest.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Models/InputManifest.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Models/ProvcacheEntry.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,PASS,70,,
|
|
src/__Libraries/StellaOps.Provcache/Oci/ProvcacheOciAttestationBuilder.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,378,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Oci/ProvcachePredicateTypes.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,313,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Revocation/InMemoryRevocationLedger.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Revocation/IRevocationLedger.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache/Revocation/RevocationReplayService.cs,src/__Libraries/StellaOps.Provcache/StellaOps.Provcache.csproj,__Libraries,FAIL,296,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provenance/DocumentStubs.cs,src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj,__Libraries,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provenance/DsseProvenanceModels.cs,src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj,__Libraries,PASS,43,,
|
|
src/__Libraries/StellaOps.Provenance/ProvenanceExtensions.cs,src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj,__Libraries,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provenance/ProvenanceJsonParser.cs,src/__Libraries/StellaOps.Provenance/StellaOps.Provenance.csproj,__Libraries,FAIL,205,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/ConfidenceCalculator.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/EvidenceUriBuilder.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/HybridQueryOptions.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,77,,
|
|
src/__Libraries/StellaOps.Reachability.Core/HybridReachabilityResult.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/IReachabilityIndex.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/IReachGraphAdapter.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,81,,
|
|
src/__Libraries/StellaOps.Reachability.Core/ISignalsAdapter.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,98,,
|
|
src/__Libraries/StellaOps.Reachability.Core/LatticeState.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,85,,
|
|
src/__Libraries/StellaOps.Reachability.Core/NodeHashRecipe.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/PathHashRecipe.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/ReachabilityIndex.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,267,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/ReachabilityLattice.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/RuntimeReachabilityResult.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,47,,
|
|
src/__Libraries/StellaOps.Reachability.Core/StaticReachabilityResult.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,92,,
|
|
src/__Libraries/StellaOps.Reachability.Core/SymbolRef.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/CveSymbolMapping.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/CveSymbolMappingService.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,503,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/FunctionBoundaryDetector.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,352,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/GitDiffExtractor.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,312,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/ICveSymbolMappingService.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/IOsvEnricher.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,273,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/IPatchSymbolExtractor.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,45,,
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/MappingSource.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,34,,
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/OsvEnricher.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,529,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/PatchAnalysisResult.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,84,,
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/UnifiedDiffParser.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,301,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/VulnerabilityType.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,49,,
|
|
src/__Libraries/StellaOps.Reachability.Core/CveMapping/VulnerableSymbol.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,83,,
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/CanonicalSymbol.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/DotNetSymbolNormalizer.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,204,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/ISymbolCanonicalizer.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,68,,
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/ISymbolNormalizer.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,39,,
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/JavaSymbolNormalizer.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,230,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/NativeSymbolNormalizer.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,551,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/ProgrammingLanguage.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,67,,
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/RawSymbol.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,33,,
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/ScriptSymbolNormalizer.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,454,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolCanonicalizer.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,99,,
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolMatcher.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolMatchOptions.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,76,,
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolMatchResult.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,57,,
|
|
src/__Libraries/StellaOps.Reachability.Core/Symbols/SymbolSource.cs,src/__Libraries/StellaOps.Reachability.Core/StellaOps.Reachability.Core.csproj,__Libraries,PASS,78,,
|
|
src/__Libraries/StellaOps.ReachGraph.Cache/IReachGraphCache.cs,src/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.csproj,__Libraries,PASS,60,,
|
|
src/__Libraries/StellaOps.ReachGraph.Cache/ReachGraphCacheOptions.cs,src/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.csproj,__Libraries,PASS,41,,
|
|
src/__Libraries/StellaOps.ReachGraph.Cache/ReachGraphValkeyCache.cs,src/__Libraries/StellaOps.ReachGraph.Cache/StellaOps.ReachGraph.Cache.csproj,__Libraries,FAIL,263,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.ReachGraph.Persistence/IReachGraphRepository.cs,src/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.csproj,__Libraries,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.ReachGraph.Persistence/PostgresReachGraphRepository.cs,src/__Libraries/StellaOps.ReachGraph.Persistence/StellaOps.ReachGraph.Persistence.csproj,__Libraries,FAIL,350,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.ReachGraph/Deduplication/DeduplicatedEdge.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,FAIL,140,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.ReachGraph/Deduplication/EdgeDeduplicator.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.ReachGraph/Deduplication/EdgeSemanticKey.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.ReachGraph/Hashing/ReachGraphDigestComputer.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,FAIL,115,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.ReachGraph/Schema/EdgeExplanation.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,PASS,78,,
|
|
src/__Libraries/StellaOps.ReachGraph/Schema/ReachGraphEdge.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,PASS,25,,
|
|
src/__Libraries/StellaOps.ReachGraph/Schema/ReachGraphMinimal.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,PASS,77,,
|
|
src/__Libraries/StellaOps.ReachGraph/Schema/ReachGraphNode.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,PASS,82,,
|
|
src/__Libraries/StellaOps.ReachGraph/Schema/ReachGraphProvenance.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,PASS,72,,
|
|
src/__Libraries/StellaOps.ReachGraph/Serialization/CanonicalReachGraphSerializer.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,FAIL,464,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.ReachGraph/Signing/IReachGraphKeyStore.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,PASS,46,,
|
|
src/__Libraries/StellaOps.ReachGraph/Signing/IReachGraphSignerService.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,PASS,100,,
|
|
src/__Libraries/StellaOps.ReachGraph/Signing/ReachGraphSignerService.cs,src/__Libraries/StellaOps.ReachGraph/StellaOps.ReachGraph.csproj,__Libraries,FAIL,225,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/CanonicalJson.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,91,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Replay.Core/CasValidator.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,118,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/DeterministicHash.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,76,AsyncNaming,Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Replay.Core/DsseEnvelope.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,PASS,32,,
|
|
src/__Libraries/StellaOps.Replay.Core/PolicySimulationInputLock.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,114,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/ReachabilityReplayWriter.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/ReplayBundleEntry.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Replay.Core/ReplayBundleWriter.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,96,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Replay.Core/ReplayManifest.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/ReplayManifestExtensions.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,PASS,44,,
|
|
src/__Libraries/StellaOps.Replay.Core/ReplayManifestValidator.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,398,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/ReplayModels.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,95,ConstNaming,Rename consts to PascalCase.
|
|
src/__Libraries/StellaOps.Replay.Core/SerializationCompat.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,PASS,16,,
|
|
src/__Libraries/StellaOps.Replay.Core/Bundle/StellaReplayBundleWriter.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,210,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/Export/IReplayManifestExporter.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/Export/ReplayExportModels.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,399,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/Export/ReplayManifestExporter.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,366,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/FeedSnapshot/FeedSnapshotCoordinatorService.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,686,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/FeedSnapshot/IFeedSnapshotCoordinator.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,432,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/FeedSnapshot/IFeedSourceProvider.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/Manifest/ReplayManifestWriter.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/Models/KnowledgeSnapshot.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/Models/ReplayProof.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,205,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core/Validation/DeterminismManifestValidator.cs,src/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,__Libraries,FAIL,431,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay/Engine/ReplayEngine.cs,src/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj,__Libraries,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay/Loaders/FeedSnapshotLoader.cs,src/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj,__Libraries,FAIL,84,AsyncNaming,Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Replay/Loaders/PolicySnapshotLoader.cs,src/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj,__Libraries,FAIL,79,AsyncNaming,Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Replay/Models/ReplayModels.cs,src/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj,__Libraries,PASS,60,,
|
|
src/__Libraries/StellaOps.Replay/Models/ScanModels.cs,src/__Libraries/StellaOps.Replay/StellaOps.Replay.csproj,__Libraries,PASS,20,,
|
|
src/__Libraries/StellaOps.Resolver/CanonicalSerializerAdapter.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,24,,
|
|
src/__Libraries/StellaOps.Resolver/DefaultTrustLatticeEvaluator.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/DeterministicResolver.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/Edge.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,86,,
|
|
src/__Libraries/StellaOps.Resolver/EdgeDelta.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/EdgeId.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,93,,
|
|
src/__Libraries/StellaOps.Resolver/EvidenceGraph.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/GraphValidation.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,331,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/IDeterministicResolver.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,83,,
|
|
src/__Libraries/StellaOps.Resolver/NfcStringNormalizer.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,57,,
|
|
src/__Libraries/StellaOps.Resolver/Node.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,66,,
|
|
src/__Libraries/StellaOps.Resolver/NodeId.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,94,,
|
|
src/__Libraries/StellaOps.Resolver/Policy.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,55,,
|
|
src/__Libraries/StellaOps.Resolver/ResolutionResult.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/ResolutionVerifier.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/ResolverServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,61,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/__Libraries/StellaOps.Resolver/TopologicalGraphOrderer.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,PASS,95,,
|
|
src/__Libraries/StellaOps.Resolver/Verdict.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/VerdictDelta.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver/Purity/RuntimePurity.cs,src/__Libraries/StellaOps.Resolver/StellaOps.Resolver.csproj,__Libraries,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Signals.Contracts/Abstractions/ISignalConsumer.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,39,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Abstractions/ISignalContext.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,59,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Abstractions/ISignalEmitter.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,23,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Extensions/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,64,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/EntropySignal.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,65,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/ExploitabilitySignal.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,65,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/ReachabilitySignal.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,59,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/SignalEnvelope.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,65,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/SignalType.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,43,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/TrustSignal.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,77,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/UnknownSymbolSignal.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,59,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/CallPath.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,FAIL,306,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/CodeAnchor.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/ReachabilityEvidenceChain.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,FAIL,301,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/ReachabilityExplainRequest.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,FAIL,320,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/ReachabilityState.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,PASS,96,,
|
|
src/__Libraries/StellaOps.Signals.Contracts/Models/Evidence/RuntimeHit.cs,src/__Libraries/StellaOps.Signals.Contracts/StellaOps.Signals.Contracts.csproj,__Libraries,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/ISpdx3Parser.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Spdx3Parser.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,899,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Spdx3VersionDetector.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,205,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/JsonLd/Spdx3ContextResolver.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,249,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Spdx3CreationInfo.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,140,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Spdx3Document.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Spdx3Element.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Spdx3ExternalIdentifier.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Spdx3ExternalRef.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,292,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Spdx3IntegrityMethod.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Spdx3ProfileIdentifier.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Spdx3Relationship.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,289,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Build/BuildProfileValidator.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Build/Spdx3Build.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Security/Spdx3CvssVulnAssessmentRelationship.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,PASS,86,,
|
|
src/__Libraries/StellaOps.Spdx3/Model/Security/Spdx3Vulnerability.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Software/Spdx3Package.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,320,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Model/Software/Spdx3SpdxDocument.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,PASS,82,,
|
|
src/__Libraries/StellaOps.Spdx3/Validation/ISpdx3Validator.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Spdx3/Validation/Spdx3Validator.cs,src/__Libraries/StellaOps.Spdx3/StellaOps.Spdx3.csproj,__Libraries,FAIL,346,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/TestCategories.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Analysis/IntentCoverageReport.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,398,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Assertions/CanonicalJsonAssert.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,150,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Assertions/SnapshotAssert.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,115,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/BlastRadius/BlastRadiusTestRunner.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,280,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/BlastRadius/BlastRadiusValidator.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Connectors/ConnectorHttpFixture.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,219,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Connectors/ConnectorLiveSchemaTestBase.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,210,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/__Libraries/StellaOps.TestKit/Connectors/ConnectorResilienceTestBase.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,163,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Connectors/ConnectorSecurityTestBase.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,288,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.TestKit/Connectors/ConnectorTestBase.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Connectors/FixtureUpdater.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,194,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Deterministic/DeterministicRandom.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Deterministic/DeterministicTime.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Environment/EnvironmentProfile.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,271,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Environment/SkewTestRunner.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,399,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Evidence/EvidenceChainAssert.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Evidence/EvidenceChainReporter.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,340,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Evidence/RequirementAttribute.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Extensions/HttpClientTestExtensions.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,112,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Fixtures/ContractTestHelper.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,244,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.TestKit/Fixtures/HttpFixtureServer.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/StellaOps.TestKit/Fixtures/PostgresFixture.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,342,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.TestKit/Fixtures/ValkeyFixture.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,254,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Fixtures/WebServiceFixture.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,193,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Incident/IncidentMetadata.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Incident/IncidentTestGenerator.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,360,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Incident/TestScaffold.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,233,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Interop/SchemaVersionMatrix.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,353,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Interop/VersionCompatibilityFixture.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,410,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Longevity/StabilityMetrics.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,384,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Longevity/StabilityTestRunner.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,232,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Observability/ContractViolationException.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,PASS,30,,
|
|
src/__Libraries/StellaOps.TestKit/Observability/LogContractAssert.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,244,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Observability/MetricsContractAssert.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,361,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Observability/OtelCapture.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,164,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Observability/OTelContractAssert.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,224,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Templates/CacheIdempotencyTests.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Templates/FlakyToDeterministicPattern.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,288,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Templates/QueryDeterminismTests.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,260,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Templates/StorageConcurrencyTests.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,231,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Templates/StorageIdempotencyTests.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,149,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.TestKit/Templates/WebServiceTestBase.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,FAIL,327,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.TestKit/Traits/IntentAttribute.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,PASS,78,,
|
|
src/__Libraries/StellaOps.TestKit/Traits/TestIntents.cs,src/__Libraries/StellaOps.TestKit/StellaOps.TestKit.csproj,__Libraries,PASS,95,,
|
|
src/__Libraries/StellaOps.Verdict/IPolicyLockGenerator.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,PASS,57,,
|
|
src/__Libraries/StellaOps.Verdict/IVerdictBuilder.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,247,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/PolicyLockGenerator.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,214,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/VerdictBuilderOptions.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/VerdictBuilderService.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,455,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/VerdictServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,176,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/Api/VerdictContracts.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,188,FileLength>100; NamespaceNotFileScoped,Convert to file-scoped namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/Api/VerdictEndpoints.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,469,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/StellaOps.Verdict/Export/VerdictBundleExporter.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,448,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Verdict/Oci/OciAttestationPublisher.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,828,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/Persistence/IVerdictStore.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/Persistence/PostgresVerdictStore.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,306,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/__Libraries/StellaOps.Verdict/Persistence/VerdictRow.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,PASS,85,,
|
|
src/__Libraries/StellaOps.Verdict/Schema/StellaVerdict.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,636,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/Services/VerdictAssemblyService.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,407,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Verdict/Services/VerdictSigningService.cs,src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.csproj,__Libraries,FAIL,306,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.VersionComparison/IVersionComparator.cs,src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj,__Libraries,PASS,82,,
|
|
src/__Libraries/StellaOps.VersionComparison/Comparers/DebianVersionComparer.cs,src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj,__Libraries,FAIL,263,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.VersionComparison/Comparers/RpmVersionComparer.cs,src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj,__Libraries,FAIL,261,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.VersionComparison/Comparers/StringVersionComparer.cs,src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj,__Libraries,PASS,69,,
|
|
src/__Libraries/StellaOps.VersionComparison/Models/ApkVersion.cs,src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj,__Libraries,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.VersionComparison/Models/DebianVersion.cs,src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj,__Libraries,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.VersionComparison/Models/RpmVersion.cs,src/__Libraries/StellaOps.VersionComparison/StellaOps.VersionComparison.csproj,__Libraries,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/AdvisoryAiGuardrailOptions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,PASS,26,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/AdvisoryAiMetrics.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,FAIL,29,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/AdvisoryAiServiceOptions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,PASS,84,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/AdvisoryAiServiceOptionsValidator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/FileSystemAdvisoryOutputStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,FAIL,182,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/FileSystemAdvisoryPlanCache.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,FAIL,470,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/FileSystemAdvisoryTaskQueue.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,FAIL,192,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/GuardrailAllowlistLoader.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,FAIL,99,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/GuardrailPhraseLoader.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,FAIL,46,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/IGuidProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,PASS,27,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/ServiceCollectionExtensions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,FAIL,282,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/Properties/AssemblyInfo.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Hosting/StellaOps.AdvisoryAI.Hosting.csproj,AdvisoryAI,PASS,2,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/AdvisoryRetrievalRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,14,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/AdvisoryRetrievalResult.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,40,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/IAdvisoryDocumentProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,9,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/IAdvisoryStructuredRetriever.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,7,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/IAdvisoryVectorRetriever.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,26,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/ISbomContextRetriever.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,12,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Abstractions/SbomContextRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,83,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionAuditLedger.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionDefinition.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionExecutor.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,458,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionPolicyGate.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,361,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ActionRegistry.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,434,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/ApprovalWorkflowAdapter.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,277,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IActionAuditLedger.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,277,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IActionExecutor.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,350,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IActionPolicyGate.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,359,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IActionRegistry.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,79,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IApprovalWorkflowAdapter.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IdempotencyHandler.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,215,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IGuidGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,32,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Actions/IIdempotencyHandler.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,84,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Caching/IAdvisoryPlanCache.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ActionProposalParser.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,290,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/AttestationIntegration.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,350,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ChatPromptAssembler.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,272,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ChatResponseStreamer.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,490,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ConversationContextBuilder.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,378,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/ConversationService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,734,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/EvidencePackChatIntegration.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,348,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/GroundingValidator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,603,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/OpsMemoryIntegration.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,296,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/OpsMemoryLinkResolver.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/DataProviders.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,363,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/EvidenceBundleAssembler.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,687,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/IEvidenceBundleAssembler.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/BinaryPatchDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,123,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/ContextDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,111,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/FixDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,193,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/OpsMemoryDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,208,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/PolicyDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,125,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/ProvenanceDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,211,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/ReachabilityDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,170,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/SbomDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,211,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Assembly/Providers/VexDataProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,155,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Audit/AdvisoryChatAuditEnvelopeBuilder.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,710,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Audit/ChatAuditRecords.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,90,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/DependencyInjection/AdvisoryChatServiceCollectionExtensions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,203,FileLength>100; NamespaceNotStellaOps; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/ClaudeInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,344,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/IAdvisoryChatInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,89,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/LocalInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,320,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/OllamaInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,297,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/OpenAIInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,330,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Inference/SystemPromptLoader.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,106,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Models/AdvisoryChatModels.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,407,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Models/AdvisoryChatResponseModels.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,331,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Options/AdvisoryChatOptions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,330,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Routing/AdvisoryChatIntentRouter.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,464,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/AdvisoryChatQuotaService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,308,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/AdvisoryChatService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,897,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/LocalChatInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,32,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/NullAdvisoryChatAuditLogger.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,58,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Services/PostgresAdvisoryChatAuditLogger.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,531,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Settings/AdvisoryChatSettingsModels.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,65,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Settings/AdvisoryChatSettingsService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Settings/AdvisoryChatSettingsStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chat/Settings/AdvisoryChatToolPolicy.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,236,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/CsafDocumentChunker.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,280,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/DocumentChunkerFactory.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,27,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/IDocumentChunker.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,11,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/JsonElementExtensions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,42,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/MarkdownDocumentChunker.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,88,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/OpenVexDocumentChunker.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,201,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Chunking/OsvDocumentChunker.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,140,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Context/SbomContextResult.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/DependencyInjection/ActionsServiceCollectionExtensions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,87,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/DependencyInjection/SbomContextServiceCollectionExtensions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,43,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/DependencyInjection/ToolsetServiceCollectionExtensions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Diagnostics/AdvisoryAiActivitySource.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,9,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Documents/AdvisoryChunk.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,65,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Documents/AdvisoryDocument.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,47,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Documents/DocumentFormat.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,11,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Documents/DocumentFormatMapper.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,25,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Evidence/NullEvidencePackSigner.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,53,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Execution/AdvisoryPipelineExecutor.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/DefaultExplanationPromptService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/EvidenceAnchoredExplanationGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,218,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/ExplanationPromptTemplates.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/ExplanationRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,91,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/ExplanationResult.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/IEvidenceRetrievalService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/IExplanationGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,34,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/IExplanationRequestStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,16,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/InMemoryExplanationStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,45,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/NullCitationExtractor.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,14,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/NullEvidenceRetrievalService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,44,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Explanation/NullExplanationInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,34,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Guardrails/AdvisoryGuardrailPipeline.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,383,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/AdvisoryInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,217,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/ILocalLlmRuntime.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlamaCppRuntime.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,184,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmBenchmark.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,310,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LocalInferenceOptions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LocalLlmConfig.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/ModelBundle.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,282,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/OnnxRuntime.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/ProviderBasedAdvisoryInferenceClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,237,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/SignedModelBundleManager.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,398,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/ClaudeLlmProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,569,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/GeminiLlmProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,577,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/ILlmProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/ILlmProviderPlugin.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/LlamaServerLlmProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,594,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/LlmInferenceCache.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,572,BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/LlmProviderFactory.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/LlmProviderOptions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/OllamaLlmProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,538,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Inference/LlmProviders/OpenAiLlmProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,592,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Metrics/AdvisoryPipelineMetrics.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryPipelineOptions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,160,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryPipelineOrchestrator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,427,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryPipelinePlanResponse.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryTaskPlan.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,72,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryTaskRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,50,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/AdvisoryTaskType.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,9,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Orchestration/IAdvisoryPipelineOrchestrator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,10,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Outputs/AdvisoryOutputStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/AiPolicyIntentParser.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,278,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/InMemoryPolicyIntentStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,26,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/IPolicyIntentParser.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,60,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/IPolicyRuleGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/ITestCaseSynthesizer.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/LatticeRuleGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,269,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/NullPolicyIntentParser.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/PolicyBundleCompiler.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,775,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/PolicyIntent.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/PolicyStudio/PropertyBasedTestSynthesizer.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,327,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Prompting/AdvisoryPromptAssembler.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,392,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Properties/AssemblyInfo.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,4,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/ConcelierAdvisoryDocumentProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,127,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/ExcititorVexDocumentProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,204,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/ISbomContextClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/NullAdvisoryDocumentProvider.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,19,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/NullSbomContextClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,18,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/SbomContextClientOptions.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,31,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Providers/SbomContextHttpClient.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,236,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Queue/IAdvisoryTaskQueue.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,100,AsyncNaming; BlockingAsync,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/AiRemediationPlanner.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,365,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/AzureDevOpsPullRequestGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,143,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/GitHubPullRequestGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,312,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/GitLabMergeRequestGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,122,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/IPackageVersionResolver.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,89,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/IPullRequestGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/IRemediationPlanner.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,34,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/NullRemediationPlanner.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/PrTemplateBuilder.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,326,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/RemediationDeltaService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,325,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/RemediationPlan.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/RemediationPlanRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,86,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/AzureDevOpsScmConnector.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,387,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/GiteaScmConnector.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,328,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/GitHubScmConnector.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,324,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/GitLabScmConnector.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,336,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/IScmConnector.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,273,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/ScmConnectorBase.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,160,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Remediation/ScmConnector/ScmConnectorCatalog.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,190,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Replay/AIArtifactReplayer.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,463,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Retrievers/AdvisoryStructuredRetriever.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,73,AsyncNaming,Rename async methods to end with Async.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Retrievers/AdvisoryVectorRetriever.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,74,AsyncNaming,Rename async methods to end with Async.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Retrievers/SbomContextRetriever.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,211,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/InMemoryRunStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/IRunService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,430,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/IRunStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/RunService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,725,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/Models/Run.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,279,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/Models/RunArtifact.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Runs/Models/RunEvent.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,429,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Storage/ConversationStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,378,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/DependencyAnalysisResult.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,86,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/DeterministicToolset.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,384,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/IDeterministicToolset.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,PASS,25,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/SemanticVersion.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Tools/SemanticVersionRange.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,122,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI/Vectorization/DeterministicHashVectorEncoder.cs,src/AdvisoryAI/StellaOps.AdvisoryAI/StellaOps.AdvisoryAI.csproj,AdvisoryAI,FAIL,73,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Extractors/AdvisorySnapshotExtractor.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,271,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Extractors/PolicySnapshotExtractor.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,376,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Extractors/VexSnapshotExtractor.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,297,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/FunctionMap/FunctionMapBundleIntegration.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/BundleExportMode.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,PASS,42,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/BundleFormatV2.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,267,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/BundleManifest.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/BundleSubject.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,PASS,18,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/KnowledgeSnapshotManifest.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/RekorProofEntry.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,PASS,22,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/TimestampEntry.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,PASS,37,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Models/TrustProfile.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,PASS,56,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Serialization/BundleManifestSerializer.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,64,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Serialization/TimestampEntryJsonConverter.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,67,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/Abstractions.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/BundleBuilder.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,641,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/BundleLoader.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,80,AsyncNaming,Rename async methods to end with Async.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/ConcelierAdvisoryImportTarget.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,271,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/CrlFetcher.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,162,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/ExcititorVexImportTarget.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,267,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/KnowledgeSnapshotImporter.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,569,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/LocalRbacBundleExtensions.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/OcspResponseFetcher.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,140,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/PolicyRegistryImportTarget.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,253,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/SnapshotBundleReader.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,622,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/SnapshotBundleWriter.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,603,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/SnapshotManifestSigner.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,490,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/TimeAnchorService.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,320,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/TrustProfileLoader.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,113,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/TsaChainBundler.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,272,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Services/TsaRevocationBlob.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,PASS,4,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/TrustSnapshot/IGuidProvider.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,PASS,36,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/TrustSnapshot/TrustSnapshotBuilder.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,596,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/TrustSnapshot/TrustSnapshotImporter.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,687,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/TrustSnapshot/TrustSnapshotManifest.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,360,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Validation/BundleSizeValidator.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,PASS,20,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Bundle/Validation/BundleValidator.cs,src/AirGap/__Libraries/StellaOps.AirGap.Bundle/StellaOps.AirGap.Bundle.csproj,AirGap,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Persistence/EfCore/Context/AirGapDbContext.cs,src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csproj,AirGap,PASS,36,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Extensions/AirGapPersistenceExtensions.cs,src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csproj,AirGap,FAIL,89,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Postgres/AirGapDataSource.cs,src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csproj,AirGap,PASS,45,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Postgres/AirGapStartupMigrationHost.cs,src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csproj,AirGap,PASS,23,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Postgres/Repositories/PostgresAirGapStateStore.cs,src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csproj,AirGap,FAIL,343,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Persistence/Postgres/Repositories/PostgresBundleVersionStore.cs,src/AirGap/__Libraries/StellaOps.AirGap.Persistence/StellaOps.AirGap.Persistence.csproj,AirGap,FAIL,362,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/AirGapSyncServiceCollectionExtensions.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,154,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/AirGapBundle.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,PASS,52,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/ConflictResolution.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,PASS,69,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/MergeResult.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,PASS,88,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/NodeJobLog.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,PASS,34,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/OfflineJobLogEntry.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,PASS,59,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Models/SyncResult.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,PASS,73,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/AirGapBundleDsseSigner.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,277,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/AirGapBundleExporter.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,272,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/AirGapBundleImporter.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,318,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/AirGapSyncService.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/ConflictResolver.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/HlcMergeService.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Services/OfflineHlcManager.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,174,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Stores/FileBasedOfflineJobLogStore.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,248,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Stores/IOfflineJobLogStore.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,PASS,59,,
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Telemetry/AirGapSyncMetrics.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,163,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Transport/FileBasedJobSyncTransport.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Transport/IJobSyncTransport.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/StellaOps.AirGap.Sync/Transport/RouterJobSyncTransport.cs,src/AirGap/__Libraries/StellaOps.AirGap.Sync/StellaOps.AirGap.Sync.csproj,AirGap,FAIL,274,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Controller/AssemblyInfo.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,4,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Program.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,28,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Auth/HeaderScopeAuthenticationHandler.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Controller/DependencyInjection/AirGapControllerServiceCollectionExtensions.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/AirGap/StellaOps.AirGap.Controller/Domain/AirGapState.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,30,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Endpoints/AirGapEndpoints.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Controller/Endpoints/RequestValidation.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Controller/Endpoints/Contracts/AirGapStatusResponse.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,55,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Endpoints/Contracts/SealRequest.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,22,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Endpoints/Contracts/VerifyRequest.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,24,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Options/AirGapStartupOptions.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,45,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Options/AirGapTelemetryOptions.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,7,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Services/AirGapStartupDiagnosticsHostedService.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,FAIL,175,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Controller/Services/AirGapStateService.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,FAIL,119,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Controller/Services/AirGapTelemetry.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,FAIL,179,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Controller/Services/ReplayVerificationService.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,FAIL,40,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/AirGap/StellaOps.AirGap.Controller/Stores/IAirGapStateStore.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,10,,
|
|
src/AirGap/StellaOps.AirGap.Controller/Stores/InMemoryAirGapStateStore.cs,src/AirGap/StellaOps.AirGap.Controller/StellaOps.AirGap.Controller.csproj,AirGap,PASS,29,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Contracts/ReplayDepth.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,15,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Contracts/ReplayVerificationRequest.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,22,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Contracts/TrustRootConfig.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,18,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Models/BundleCatalogEntry.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,9,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Models/BundleItem.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,9,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Planning/BundleImportPlan.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,35,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Planning/BundleImportPlanner.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,40,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Policy/OfflineVerificationPolicy.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Policy/OfflineVerificationPolicyLoader.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,134,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Quarantine/FileSystemQuarantineService.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,397,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Quarantine/IQuarantineService.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,56,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Quarantine/QuarantineOptions.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,31,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/ArtifactIndex.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/EvidenceDirectoryDiscovery.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,91,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/EvidenceGraph.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,334,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/EvidenceReconciler.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,396,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/JsonNormalizer.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,282,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/SourcePrecedenceLattice.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,265,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/AttestationCollector.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,440,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/CycloneDxParser.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,344,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/DsseAttestationParser.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,302,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/IAttestationParser.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/ISbomParser.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/OpenVexParser.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,184,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/SbomCollector.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,175,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/SbomNormalizer.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,513,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/SbomParserFactory.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,92,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Parsers/SpdxParser.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,317,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AirGap/StellaOps.AirGap.Importer/Reconciliation/Signing/EvidenceGraphDsseSigner.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,184,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Repositories/IBundleCatalogRepository.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,10,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Repositories/IBundleItemRepository.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,10,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Repositories/InMemoryBundleRepositories.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,64,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Telemetry/OfflineKitLogFields.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,25,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Telemetry/OfflineKitLogScopes.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,22,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Telemetry/OfflineKitMetrics.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/BundleValidationResult.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,16,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/DsseEnvelope.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,30,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/DssePreAuthenticationEncoding.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,29,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/DsseVerifier.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,212,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/ImportValidator.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,450,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/MerkleRootCalculator.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,80,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/ReferrerValidator.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,482,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/RekorOfflineReceiptVerifier.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,657,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/ReplayVerifier.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,61,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/RootRotationPolicy.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,33,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/RuleBundleValidator.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,434,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/TrustStore.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,54,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Validation/TufMetadataValidator.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,65,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Versioning/BundleVersion.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Importer/Versioning/IBundleVersionStore.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,34,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Versioning/IVersionMonotonicityChecker.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,27,,
|
|
src/AirGap/StellaOps.AirGap.Importer/Versioning/VersionMonotonicityChecker.cs,src/AirGap/StellaOps.AirGap.Importer/StellaOps.AirGap.Importer.csproj,AirGap,PASS,96,,
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/HttpClientUsageAnalyzer.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers/StellaOps.AirGap.Policy.Analyzers.csproj,AirGap,FAIL,108,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/AirGapEgressBlockedException.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressDecision.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,PASS,44,,
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressHttpClientFactory.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,PASS,94,,
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressPolicy.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,FAIL,245,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressPolicyMode.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,PASS,18,,
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressPolicyOptions.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,PASS,100,,
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressPolicyServiceCollectionExtensions.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,FAIL,295,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressRequest.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,PASS,87,,
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressRule.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/EgressTransport.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,PASS,28,,
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/IEgressPolicy.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.csproj,AirGap,PASS,50,,
|
|
src/AirGap/StellaOps.AirGap.Time/Program.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,51,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/AirGap/StellaOps.AirGap.Time/Config/AirGapOptionsValidator.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,46,,
|
|
src/AirGap/StellaOps.AirGap.Time/Controllers/TimeStatusController.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,87,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AirGap/StellaOps.AirGap.Time/Health/TimeAnchorHealthCheck.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,52,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AirGap/StellaOps.AirGap.Time/Hooks/StartupValidationExtensions.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,32,BlockingAsync; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/AirGap/StellaOps.AirGap.Time/Models/AirGapOptions.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,35,,
|
|
src/AirGap/StellaOps.AirGap.Time/Models/SetAnchorRequest.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,27,,
|
|
src/AirGap/StellaOps.AirGap.Time/Models/StalenessBudget.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,23,,
|
|
src/AirGap/StellaOps.AirGap.Time/Models/StalenessEvaluation.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,13,,
|
|
src/AirGap/StellaOps.AirGap.Time/Models/TimeAnchor.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,15,,
|
|
src/AirGap/StellaOps.AirGap.Time/Models/TimeStatus.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,17,,
|
|
src/AirGap/StellaOps.AirGap.Time/Models/TimeStatusDto.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,48,,
|
|
src/AirGap/StellaOps.AirGap.Time/Models/TimeTrustRoot.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,4,,
|
|
src/AirGap/StellaOps.AirGap.Time/Parsing/TimeAnchorValidationResult.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,11,,
|
|
src/AirGap/StellaOps.AirGap.Time/Parsing/TimeTokenFormat.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,8,,
|
|
src/AirGap/StellaOps.AirGap.Time/Parsing/TimeTokenParser.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,43,,
|
|
src/AirGap/StellaOps.AirGap.Time/Services/ITimeTokenVerifier.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,15,,
|
|
src/AirGap/StellaOps.AirGap.Time/Services/Rfc3161Verifier.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,341,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Time/Services/RoughtimeVerifier.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,432,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Time/Services/SealedStartupValidator.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,49,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AirGap/StellaOps.AirGap.Time/Services/StalenessCalculator.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,39,,
|
|
src/AirGap/StellaOps.AirGap.Time/Services/TimeAnchorLoader.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,80,,
|
|
src/AirGap/StellaOps.AirGap.Time/Services/TimeAnchorPolicyService.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,307,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/StellaOps.AirGap.Time/Services/TimeStatusService.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,64,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AirGap/StellaOps.AirGap.Time/Services/TimeTelemetry.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,94,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/AirGap/StellaOps.AirGap.Time/Services/TimeTokenVerificationOptions.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,13,,
|
|
src/AirGap/StellaOps.AirGap.Time/Services/TimeVerificationService.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,32,,
|
|
src/AirGap/StellaOps.AirGap.Time/Services/TrustRootProvider.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,FAIL,100,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/AirGap/StellaOps.AirGap.Time/Stores/InMemoryTimeAnchorStore.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,32,,
|
|
src/AirGap/StellaOps.AirGap.Time/Stores/ITimeAnchorStore.cs,src/AirGap/StellaOps.AirGap.Time/StellaOps.AirGap.Time.csproj,AirGap,PASS,10,,
|
|
src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/AocForbiddenFieldAnalyzer.cs,src/Aoc/__Analyzers/StellaOps.Aoc.Analyzers/StellaOps.Aoc.Analyzers.csproj,Aoc,FAIL,633,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/Results/AocHttpResults.cs,src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.csproj,Aoc,PASS,96,,
|
|
src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/Routing/AocGuardEndpointFilter.cs,src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.csproj,Aoc,FAIL,144,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/Routing/AocGuardEndpointFilterExtensions.cs,src/Aoc/__Libraries/StellaOps.Aoc.AspNetCore/StellaOps.Aoc.AspNetCore.csproj,Aoc,PASS,62,,
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocError.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,FAIL,46,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocForbiddenKeys.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,FAIL,26,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocGuardException.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,PASS,18,,
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocGuardExtensions.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,PASS,23,,
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocGuardOptions.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,FAIL,59,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocGuardResult.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,PASS,15,,
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocViolation.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,PASS,14,,
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocViolationCode.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,PASS,35,,
|
|
src/Aoc/__Libraries/StellaOps.Aoc/AocWriteGuard.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,FAIL,194,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Aoc/__Libraries/StellaOps.Aoc/ServiceCollectionExtensions.cs,src/Aoc/__Libraries/StellaOps.Aoc/StellaOps.Aoc.csproj,Aoc,PASS,18,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Builder/SigstoreBundleBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj,Attestor,FAIL,312,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Models/InclusionProof.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj,Attestor,PASS,59,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Models/SigstoreBundle.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj,Attestor,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Models/TransparencyLogEntry.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj,Attestor,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Models/VerificationMaterial.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj,Attestor,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Serialization/SigstoreBundleSerializer.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj,Attestor,FAIL,196,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Verification/BundleVerificationResult.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj,Attestor,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundle/Verification/SigstoreBundleVerifier.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundle/StellaOps.Attestor.Bundle.csproj,Attestor,FAIL,672,BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Abstractions/IAttestationBundler.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Abstractions/IBundleAggregator.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,PASS,52,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Abstractions/IBundleStore.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Abstractions/IOrgKeySigner.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,PASS,73,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Configuration/BundlingOptions.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,FAIL,388,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Models/AttestationBundle.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,FAIL,362,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Services/AttestationBundler.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,FAIL,399,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Services/OfflineKitBundleProvider.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,FAIL,364,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Services/RetentionPolicyEnforcer.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,FAIL,534,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Bundling/Signing/KmsOrgKeySigner.cs,src/Attestor/__Libraries/StellaOps.Attestor.Bundling/StellaOps.Attestor.Bundling.csproj,Attestor,FAIL,363,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/ReleaseEvidencePackBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csproj,Attestor,FAIL,416,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/ReleaseEvidencePackSerializer.cs,src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csproj,Attestor,FAIL,775,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/Models/ReleaseEvidencePackManifest.cs,src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csproj,Attestor,FAIL,347,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/Models/VerificationReplayLog.cs,src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csproj,Attestor,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/Services/ReplayLogSerializerContext.cs,src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csproj,Attestor,PASS,24,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/Services/VerificationReplayLogBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.EvidencePack/StellaOps.Attestor.EvidencePack.csproj,Attestor,FAIL,336,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainAttestationService.cs,src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csproj,Attestor,FAIL,508,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainModels.cs,src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csproj,Attestor,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csproj,Attestor,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainStatementBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csproj,Attestor,FAIL,278,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.FixChain/FixChainValidator.cs,src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csproj,Attestor,FAIL,249,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.FixChain/ServiceCollectionExtensions.cs,src/Attestor/__Libraries/StellaOps.Attestor.FixChain/StellaOps.Attestor.FixChain.csproj,Attestor,PASS,67,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/GraphRootAttestor.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,FAIL,694,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/GraphRootAttestorOptions.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,PASS,34,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/GraphRootServiceCollectionExtensions.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,FAIL,58,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/GraphType.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,PASS,63,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/IGraphRootAttestor.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,PASS,40,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/IMerkleRootComputer.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,PASS,23,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Sha256MerkleRootComputer.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,PASS,57,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Models/GraphRootAttestation.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,PASS,67,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Models/GraphRootAttestationRequest.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,PASS,71,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Models/GraphRootPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/Models/GraphRootResults.cs,src/Attestor/__Libraries/StellaOps.Attestor.GraphRoot/StellaOps.Attestor.GraphRoot.csproj,Attestor,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/IOciAttestationAttacher.cs,src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csproj,Attestor,FAIL,361,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/IOciRegistryClient.cs,src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csproj,Attestor,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/ISbomOciPublisher.cs,src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csproj,Attestor,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/OrasAttestationAttacher.cs,src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csproj,Attestor,FAIL,473,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Oci/Services/SbomOciPublisher.cs,src/Attestor/__Libraries/StellaOps.Attestor.Oci/StellaOps.Attestor.Oci.csproj,Attestor,FAIL,307,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Offline/Abstractions/IOfflineRootStore.cs,src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj,Attestor,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Offline/Abstractions/IOfflineVerifier.cs,src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj,Attestor,PASS,71,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Offline/Abstractions/IRuleBundleSignatureVerifier.cs,src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj,Attestor,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Offline/Models/OfflineVerificationResult.cs,src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj,Attestor,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Offline/Services/FileSystemRootStore.cs,src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj,Attestor,FAIL,644,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Offline/Services/OfflineVerifier.cs,src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj,Attestor,FAIL,1070,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Offline/Services/RuleBundleSignatureVerifier.cs,src/Attestor/__Libraries/StellaOps.Attestor.Offline/StellaOps.Attestor.Offline.csproj,Attestor,FAIL,348,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/ProofChainDbContext.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/AuditLogEntity.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,PASS,61,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/DsseEnvelopeEntity.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,PASS,81,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/RekorEntryEntity.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,PASS,77,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/SbomEntryEntity.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,PASS,79,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/SpineEntity.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,PASS,83,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/TrustAnchorEntity.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,PASS,77,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Entities/VerdictLedgerEntry.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,PASS,76,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Repositories/IProofChainRepository.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Repositories/IVerdictLedgerRepository.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,PASS,98,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Repositories/PostgresVerdictLedgerRepository.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,FAIL,241,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Persistence/Services/TrustAnchorMatcher.cs,src/Attestor/__Libraries/StellaOps.Attestor.Persistence/StellaOps.Attestor.Persistence.csproj,Attestor,FAIL,327,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/ProofHashing.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,48,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Assembly/IProofSpineAssembler.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Audit/AuditHashLogger.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,285,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Builders/IStatementBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Builders/StatementBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/ChangeTrace/ChangeTraceAttestationService.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/ChangeTrace/IChangeTraceAttestationService.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,59,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Generators/BackportProofGenerator.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,557,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Generators/BinaryFingerprintEvidenceGenerator.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,216,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Generators/VexProofIntegrator.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,299,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Graph/InMemoryProofGraphService.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,292,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Graph/IProofGraphService.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,277,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/ContentAddressedId.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/ContentAddressedIdGenerator.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,171,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/GraphRevisionId.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,33,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/IContentAddressedIdGenerator.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,33,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/SbomEntryId.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,85,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Identifiers/TrustAnchorId.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,16,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Internal/Hex.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,34,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Json/IJsonCanonicalizer.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,25,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Json/IJsonSchemaValidator.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,362,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Json/Rfc8785JsonCanonicalizer.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,317,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Linking/ComponentRefExtractor.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/MediaTypes/AIArtifactMediaTypes.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,90,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Merkle/DeterministicMerkleTreeBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Merkle/IMerkleTreeBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Models/ProofBlob.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Models/UnknownsSummary.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,56,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Pipeline/IProofChainPipeline.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/BinaryFingerprintEvidencePredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/BinaryMicroWitnessPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,263,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/BudgetCheckPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ChangeTracePredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/DeltaVerdictPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/EvidencePredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,30,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/PolicyDecisionPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ProofSpinePredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,27,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ReachabilityDriftPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ReachabilitySubgraphPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,95,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/ReasoningPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,28,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/SbomDeltaPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/UnknownsBudgetPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/VerdictDeltaPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/VexAttestationPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,218,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/VexDeltaPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/VexPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,29,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIArtifactBasePredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIAuthorityClassifier.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,367,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIExplanationPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIPolicyDraftPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIRemediationPlanPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,274,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Predicates/AI/AIVexDraftPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Receipts/IReceiptGenerator.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Rekor/EnhancedRekorProof.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,289,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Replay/AIArtifactReplayManifest.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Replay/IAIArtifactReplayer.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Sbom/CycloneDxSubjectExtractor.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,83,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Sbom/ISbomSubjectExtractor.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,15,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Services/UnknownsAggregator.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,138,BlockingAsync; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Signing/DssePreAuthenticationEncoding.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,43,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Signing/IProofChainKeyStore.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,21,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Signing/IProofChainSigner.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Signing/ProofChainSigner.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,198,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/BinaryMicroWitnessStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,30,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ChangeTraceStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,29,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/DeltaVerdictStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,23,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/EvidenceStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,71,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/InTotoStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,49,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ProofSpineStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,79,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ReachabilityDriftStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,258,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ReachabilitySubgraphStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,23,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ReachabilityWitnessStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,317,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/ReasoningStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,90,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/SbomLinkageStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/UncertaintyBudgetStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,258,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/UncertaintyStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/VerdictReceiptStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,202,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/VexVerdictStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,70,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/AI/AIExplanationStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,25,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/AI/AIPolicyDraftStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,25,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/AI/AIRemediationPlanStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,25,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Statements/AI/AIVexDraftStatement.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,PASS,25,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Verification/AIArtifactVerificationStep.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,444,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Verification/IVerificationPipeline.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/Verification/VerificationPipeline.cs,src/Attestor/__Libraries/StellaOps.Attestor.ProofChain/StellaOps.Attestor.ProofChain.csproj,Attestor,FAIL,718,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/BuildAttestationMapper.cs,src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csproj,Attestor,FAIL,149,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/BuildRelationshipBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csproj,Attestor,FAIL,162,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/CombinedDocumentBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csproj,Attestor,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/DsseSpdx3Signer.cs,src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csproj,Attestor,FAIL,478,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/IBuildAttestationMapper.cs,src/Attestor/__Libraries/StellaOps.Attestor.Spdx3/StellaOps.Attestor.Spdx3.csproj,Attestor,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/IPredicateParser.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,33,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/IPredicateTimestampMetadata.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,60,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/IStandardPredicateRegistry.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,33,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/JsonCanonicalizer.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,42,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/PredicateParseResult.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,67,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/SbomExtractionResult.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,36,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StandardPredicateRegistry.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,87,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffDsseSigner.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,86,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffDsseVerifier.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,215,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffModels.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffOptions.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,13,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffPredicateBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,305,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffPredicateSerializer.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,160,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/BinaryDiffSchema.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,249,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/BinaryDiff/ServiceCollectionExtensions.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,33,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Canonicalization/ISbomCanonicalizer.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,56,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Canonicalization/SbomCanonicalizer.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,126,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Licensing/SpdxLicenseExpressions.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,36,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Licensing/SpdxLicenseList.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,408,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Models/SbomDocument.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,3784,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Parsers/CycloneDxPredicateParser.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,302,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Parsers/SlsaProvenancePredicateParser.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,269,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Parsers/SpdxPredicateParser.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Validation/SlsaSchemaValidator.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,437,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Validation/SlsaValidationOptions.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,95,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/VexOverride/VexOverridePredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/VexOverride/VexOverridePredicateBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,335,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/VexOverride/VexOverridePredicateParser.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,440,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/CycloneDxTimestampExtension.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/CycloneDxWriter.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,3655,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/ISbomWriter.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,63,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/SpdxTimestampExtension.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/SpdxWriter.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,FAIL,3523,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/Writers/SpdxWriterOptions.cs,src/Attestor/__Libraries/StellaOps.Attestor.StandardPredicates/StellaOps.Attestor.StandardPredicates.csproj,Attestor,PASS,19,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/AttestationTimestampPolicyContext.cs,src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csproj,Attestor,FAIL,236,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/AttestationTimestampService.cs,src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csproj,Attestor,FAIL,310,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/IAttestationTimestampService.cs,src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csproj,Attestor,FAIL,268,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/ITimeCorrelationValidator.cs,src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csproj,Attestor,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/TimeCorrelationValidator.cs,src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csproj,Attestor,FAIL,202,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/TimestampedAttestation.cs,src/Attestor/__Libraries/StellaOps.Attestor.Timestamping/StellaOps.Attestor.Timestamping.csproj,Attestor,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/ITufClient.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,189,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/SigstoreServiceMapLoader.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,331,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TrustRepoOptions.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TrustRepoServiceCollectionExtensions.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,175,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TufClient.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,602,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TufKeyLoader.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,321,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TufMetadataStore.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,369,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/TufMetadataVerifier.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,343,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/Models/SigstoreServiceMap.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/Models/TufModels.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustRepo/StellaOps.Attestor.TrustRepo.csproj,Attestor,FAIL,232,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/JsonCanonicalizer.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,58,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/TrustVerdictServiceCollectionExtensions.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Caching/TrustVerdictCache.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,544,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Evidence/TrustEvidenceMerkleBuilder.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,382,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Oci/TrustVerdictOciAttacher.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,406,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Persistence/TrustVerdictRepository.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,629,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Predicates/TrustVerdictPredicate.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,502,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Services/TrustVerdictService.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,612,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/Telemetry/TrustVerdictMetrics.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict/StellaOps.Attestor.TrustVerdict.csproj,Attestor,FAIL,300,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/ServiceCollectionExtensions.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,104,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Events/IdentityAlertEvent.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Events/IdentityAlertEventKinds.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,PASS,47,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Matching/IdentityMatcher.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,219,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Matching/IIdentityMatcher.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,PASS,38,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Matching/PatternCompiler.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,341,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/IdentityAlertSeverity.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,PASS,33,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/IdentityMatchResult.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/WatchedIdentity.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/WatchlistMatchMode.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,PASS,43,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Models/WatchlistScope.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,PASS,36,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Monitoring/IdentityMonitorBackgroundService.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,271,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Monitoring/IdentityMonitorService.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,237,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Monitoring/IIdentityAlertPublisher.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,PASS,84,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Monitoring/WatchlistMonitorOptions.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,PASS,99,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Storage/InMemoryWatchlistRepository.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Storage/IWatchlistRepository.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/Storage/PostgresWatchlistRepository.cs,src/Attestor/__Libraries/StellaOps.Attestor.Watchlist/StellaOps.Attestor.Watchlist.csproj,Attestor,FAIL,399,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/StellaOps.Attestation/DsseEnvelopeExtensions.cs,src/Attestor/StellaOps.Attestation/StellaOps.Attestation.csproj,Attestor,PASS,95,,
|
|
src/Attestor/StellaOps.Attestation/DsseHelper.cs,src/Attestor/StellaOps.Attestation/StellaOps.Attestation.csproj,Attestor,FAIL,67,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Attestor/StellaOps.Attestation/DsseVerifier.cs,src/Attestor/StellaOps.Attestation/StellaOps.Attestation.csproj,Attestor,FAIL,303,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestation/IAuthoritySigner.cs,src/Attestor/StellaOps.Attestation/StellaOps.Attestation.csproj,Attestor,PASS,12,,
|
|
src/Attestor/StellaOps.Attestation/IDsseVerifier.cs,src/Attestor/StellaOps.Attestation/StellaOps.Attestation.csproj,Attestor,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestation/Models.cs,src/Attestor/StellaOps.Attestation/StellaOps.Attestation.csproj,Attestor,PASS,15,,
|
|
src/Attestor/StellaOps.Attestor.Envelope/DsseCompressionAlgorithm.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,PASS,9,,
|
|
src/Attestor/StellaOps.Attestor.Envelope/DsseDetachedPayloadReference.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,PASS,61,,
|
|
src/Attestor/StellaOps.Attestor.Envelope/DsseEnvelope.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,PASS,49,,
|
|
src/Attestor/StellaOps.Attestor.Envelope/DsseEnvelopeSerializationOptions.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,PASS,15,,
|
|
src/Attestor/StellaOps.Attestor.Envelope/DsseEnvelopeSerializationResult.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,PASS,39,,
|
|
src/Attestor/StellaOps.Attestor.Envelope/DsseEnvelopeSerializer.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,319,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.Envelope/DssePreAuthenticationEncoding.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,48,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Attestor/StellaOps.Attestor.Envelope/DsseSignature.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,PASS,49,,
|
|
src/Attestor/StellaOps.Attestor.Envelope/EnvelopeKey.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,303,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.Envelope/EnvelopeKeyIdCalculator.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,56,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Attestor/StellaOps.Attestor.Envelope/EnvelopeSignature.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,49,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Attestor/StellaOps.Attestor.Envelope/EnvelopeSignatureResult.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,57,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Attestor/StellaOps.Attestor.Envelope/EnvelopeSignatureService.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,192,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/DsseEnvelopeSerializerTests.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,161,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/EnvelopeSignatureServiceTests.cs,src/Attestor/StellaOps.Attestor.Envelope/StellaOps.Attestor.Envelope.csproj,Attestor,FAIL,60,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Attestor/StellaOps.Attestor.TileProxy/Program.cs,src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csproj,Attestor,FAIL,138,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.TileProxy/TileProxyOptions.cs,src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csproj,Attestor,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.TileProxy/Endpoints/TileEndpoints.cs,src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csproj,Attestor,FAIL,288,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.TileProxy/Jobs/TileSyncJob.cs,src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csproj,Attestor,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.TileProxy/Services/ContentAddressedTileStore.cs,src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csproj,Attestor,FAIL,435,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.TileProxy/Services/TileProxyService.cs,src/Attestor/StellaOps.Attestor.TileProxy/StellaOps.Attestor.TileProxy.csproj,Attestor,FAIL,411,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Attestor/StellaOps.Attestor.Verify/AttestorVerificationEngine.cs,src/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.csproj,Attestor,FAIL,1016,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.Verify/IAttestorVerificationEngine.cs,src/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.csproj,Attestor,PASS,15,,
|
|
src/Attestor/StellaOps.Attestor.Verify/Providers/DistributedVerificationProvider.cs,src/Attestor/StellaOps.Attestor.Verify/StellaOps.Attestor.Verify.csproj,Attestor,FAIL,440,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/IProofEmitter.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/PathWitnessPredicateTypes.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,70,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/PoEArtifactGenerator.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,246,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/PoEModels.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Audit/AttestorAuditRecord.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,43,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Bulk/BulkVerificationModels.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,96,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Bulk/IBulkVerificationJobStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,19,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationChain.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,244,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationChainBuilder.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,346,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationChainValidator.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,335,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationLink.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/AttestationLinkResolver.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,565,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/DependencyInjectionRoutine.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,62,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/IAttestationLinkResolver.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/InMemoryAttestationLinkStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,170,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/InMemoryAttestationNodeProvider.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Chain/InTotoStatementMaterials.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,194,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Configuration/RekorVerificationOptions.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Delta/DeltaAttestationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,324,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Delta/IDeltaAttestationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/ArtifactDigests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,165,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/IInTotoLinkEmitter.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,74,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/IInTotoLinkSigningService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/ILinkRecorder.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,61,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/InTotoLink.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/InTotoLinkPredicate.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/LinkBuilder.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,294,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/LinkRecorder.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,302,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/MaterialSpec.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/Layout/ILayoutVerifier.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/Layout/InTotoLayout.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,267,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/InToto/Layout/LayoutVerifier.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,410,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Layers/ILayerAttestationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Layers/LayerAttestation.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Layers/LayerAttestationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,447,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Observability/AttestorActivitySource.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,60,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Observability/AttestorMetrics.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Observability/AttestorTelemetryTags.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,11,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Offline/AttestorOfflineBundle.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,76,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Offline/IAttestorBundleService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,12,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Options/AttestorOptions.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,432,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Options/RekorQueueOptions.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,65,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Options/RekorVerificationOptions.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Queue/IRekorSubmissionQueue.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Queue/QueueDepthSnapshot.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,41,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Queue/RekorQueueItem.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,57,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Queue/RekorSubmissionStatus.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,40,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/CheckpointDivergenceAlertPublisher.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,295,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/CheckpointDivergenceDetector.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,472,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/FileSystemRekorTileCache.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,354,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/ICheckpointDivergenceDetector.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,375,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorBackendResolver.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,50,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorCheckpointStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,34,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorTileCache.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/IRekorTileClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,209,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorBackend.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,80,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorEntryEvent.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,334,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorInclusionVerificationResult.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,74,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorProofResponse.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,46,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorReceipt.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,430,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorSubmissionResponse.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,38,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Rekor/RekorSyncBackgroundService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,364,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Resilience/CircuitBreaker.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,369,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Resilience/CircuitBreakerOptions.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,77,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Serialization/CanonicalJsonSerializer.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,219,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/AttestationSignRequest.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,52,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/AttestationSignResult.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,26,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/AttestorSigningException.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,21,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/DssePreAuthenticationEncoding.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,44,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/DsseSigningService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,292,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/DsseVerificationReportSigner.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,85,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/FileKeyProvider.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/IAttestationSigningService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,15,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Signing/IVerificationReportSigner.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,28,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/AttestorArchiveBundle.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,20,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/AttestorEntry.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/AttestorEntryContinuationToken.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,84,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/AttestorEntryQuery.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,37,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/IAttestorArchiveStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,12,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/IAttestorAuditSink.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,11,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/IAttestorDedupeStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,13,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Storage/IAttestorEntryRepository.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,19,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorSubmissionRequest.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,80,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorSubmissionResult.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorSubmissionValidationResult.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,12,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorSubmissionValidator.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,234,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/AttestorValidationException.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,15,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/IAttestorSubmissionService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,13,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/IDsseCanonicalizer.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,10,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Submission/SubmissionContext.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,22,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/ITransparencyWitnessClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,10,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyServiceExtensions.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,47,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyStatus.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,426,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyStatusProvider.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyWitnessObservation.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,23,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Transparency/TransparencyWitnessRequest.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,10,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Validation/PredicateSchemaValidator.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,193,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/AttestorVerificationException.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,15,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/AttestorVerificationRequest.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,28,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/AttestorVerificationResult.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,24,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/CheckpointSignatureVerifier.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,568,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/IAttestorVerificationCache.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,14,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/IAttestorVerificationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,14,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/InstrumentedTimeSkewValidator.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/IRekorVerificationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,417,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/MerkleProofVerifier.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorOfflineReceiptVerifier.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,219,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorVerificationHealthCheck.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,369,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorVerificationJob.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,382,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorVerificationMetrics.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,211,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/RekorVerificationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,488,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/TimeSkewValidationException.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,36,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/TimeSkewValidator.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/VerificationReport.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/Verification/VerificationSectionStatus.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core/StellaOps.Attestor.Core.csproj,Attestor,PASS,13,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/ServiceCollectionExtensions.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,210,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Bulk/BulkVerificationWorker.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,242,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Bulk/InMemoryBulkVerificationJobStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,PASS,71,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/InToto/InTotoLinkSigningService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Offline/AttestorBundleService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,271,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Properties/AssemblyInfo.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,PASS,5,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Queue/PostgresRekorSubmissionQueue.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,539,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/HttpRekorClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,390,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/HttpRekorTileClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,471,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/RekorBackendResolver.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,PASS,91,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/ResilientRekorClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,364,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/ServiceMapAwareRekorBackendResolver.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,286,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Rekor/StubRekorClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Signing/AttestorSigningKeyRegistry.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,406,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Signing/AttestorSigningService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,262,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/CachingAttestorDedupeStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,58,AsyncNaming,Rename async methods to end with Async.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/InMemoryAttestorAuditSink.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,PASS,24,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/InMemoryAttestorDedupeStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,PASS,46,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/InMemoryAttestorEntryRepository.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/NullAttestorArchiveStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,PASS,30,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/RedisAttestorDedupeStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,36,AsyncNaming,Rename async methods to end with Async.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Storage/S3AttestorArchiveStore.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,185,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Submission/AttestorSubmissionService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,788,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Submission/DefaultDsseCanonicalizer.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,56,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Transparency/HttpTransparencyWitnessClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,225,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Transparency/NullTransparencyWitnessClient.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,PASS,15,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/AttestorVerificationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,383,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/CachedAttestorVerificationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,98,AsyncNaming,Rename async methods to end with Async.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/InMemoryAttestorVerificationCache.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/MessagingAttestorVerificationCache.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,109,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Verification/NoOpAttestorVerificationCache.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,PASS,19,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Watchlist/PostgresWatchlistRepository.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,416,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/Workers/RekorRetryWorker.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Infrastructure/StellaOps.Attestor.Infrastructure.csproj,Attestor,FAIL,257,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/InMemoryVerdictManifestStore.cs,src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csproj,Authority,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/IVerdictManifestSigner.cs,src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csproj,Authority,PASS,82,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/IVerdictManifestStore.cs,src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csproj,Authority,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/VerdictManifest.cs,src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csproj,Authority,FAIL,200,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/VerdictManifestBuilder.cs,src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csproj,Authority,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Core/Verdicts/VerdictReplayVerifier.cs,src/Authority/__Libraries/StellaOps.Authority.Core/StellaOps.Authority.Core.csproj,Authority,FAIL,235,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/EfCore/Context/AuthorityDbContext.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,22,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Extensions/AuthorityPersistenceExtensions.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,42,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Documents/AuthorityDocuments.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Documents/TokenUsage.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,18,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Driver/InMemoryDriverShim.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Extensions/ServiceCollectionExtensions.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,81,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Initialization/AuthorityStorageInitializer.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,18,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Serialization/SerializationAttributes.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,61,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Serialization/SerializationTypes.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,80,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Sessions/IClientSessionHandle.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,29,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Stores/AuthorityInMemoryIdGenerator.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,21,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Stores/IAuthorityStores.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/InMemory/Stores/InMemoryStores.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,721,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/AuthorityDataSource.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,50,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/ServiceCollectionExtensions.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,92,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/VerdictManifestStore.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,358,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming,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.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/AirgapAuditEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,26,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/BootstrapInviteEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,23,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/ClientEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,47,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/LoginAttemptEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,30,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/OfflineKitAuditEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,17,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/OidcTokenEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,36,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/RevocationEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,21,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/RevocationExportStateEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,13,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/RoleEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,54,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/ServiceAccountEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,20,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/SessionEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,40,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/TenantEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,63,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/TokenEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,75,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Models/UserEntity.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/AirgapAuditRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,92,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ApiKeyRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,140,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/AuditRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,140,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/BootstrapInviteRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,196,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ClientRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,164,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IAirgapAuditRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,10,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IApiKeyRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,16,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IAuditRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,14,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IBootstrapInviteRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,14,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IClientRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,11,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ILoginAttemptRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,10,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IOfflineKitAuditEmitter.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,10,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IOfflineKitAuditRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,18,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IOidcTokenRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,26,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IPermissionRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,18,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IRevocationRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,11,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IRoleRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,17,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IServiceAccountRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,12,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ISessionRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,16,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ITenantRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,49,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ITokenRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,26,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/IUserRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,PASS,82,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/LoginAttemptRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,97,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/OfflineKitAuditEmitter.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,41,AsyncNaming,Rename async methods to end with Async.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/OfflineKitAuditRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,104,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/OidcTokenRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,412,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/PermissionRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,159,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/RevocationExportStateRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,72,AsyncNaming,Rename async methods to end with Async.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/RevocationRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,123,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/RoleRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,157,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/ServiceAccountRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,143,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/SessionRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,139,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/TenantRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,195,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/TokenRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,253,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Persistence/Postgres/Repositories/UserRepository.cs,src/Authority/__Libraries/StellaOps.Authority.Persistence/StellaOps.Authority.Persistence.csproj,Authority,FAIL,379,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/ITimeStampAuthorityClient.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj,Authority,PASS,65,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampRequest.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj,Authority,FAIL,125,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampResponse.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj,Authority,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampToken.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj,Authority,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampVerificationOptions.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj,Authority,PASS,98,,
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TimeStampVerificationResult.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj,Authority,FAIL,248,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/TsaClientOptions.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping.Abstractions/StellaOps.Authority.Timestamping.Abstractions.csproj,Authority,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/HttpTsaClient.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,FAIL,219,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/ITsaProviderRegistry.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,FAIL,220,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/TimestampingServiceCollectionExtensions.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/TimeStampTokenVerifier.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/TsaProviderRegistry.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,FAIL,264,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/Asn1/TimeStampReqEncoder.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,FAIL,167,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/Asn1/TimeStampRespDecoder.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,FAIL,364,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/Caching/InMemoryTsaCacheStore.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/__Libraries/StellaOps.Authority.Timestamping/Caching/ITsaCacheStore.cs,src/Authority/__Libraries/StellaOps.Authority.Timestamping/StellaOps.Authority.Timestamping.csproj,Authority,PASS,83,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/AuthorityTelemetry.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,PASS,57,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/NetworkMask.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,FAIL,182,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/NetworkMaskMatcher.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,FAIL,140,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsAuthenticationDefaults.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,PASS,23,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsClaimTypes.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsHttpHeaderNames.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,PASS,13,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsPrincipalBuilder.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,FAIL,288,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsProblemResultFactory.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsScopes.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,FAIL,626,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsServiceIdentities.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,PASS,28,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOpsTenancyDefaults.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions/StellaOps.Auth.Abstractions.csproj,Authority,PASS,13,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/ServiceCollectionExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj,Authority,FAIL,94,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsAuthorityConfigurationManager.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj,Authority,FAIL,211,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsAuthorizationPolicyBuilderExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj,Authority,PASS,58,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsBypassEvaluator.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj,Authority,FAIL,64,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsResourceServerOptions.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj,Authority,FAIL,195,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsResourceServerPolicies.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj,Authority,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsScopeAuthorizationHandler.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj,Authority,FAIL,1085,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOpsScopeRequirement.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration/StellaOps.Auth.ServerIntegration.csproj,Authority,PASS,49,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityHttpHeaders.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,8,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityIdentityProviderRegistry.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,159,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityPluginRegistry.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,25,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityRateLimiter.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,119,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/AuthorityTelemetryConfiguration.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,62,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/LegacyAuthDeprecationMiddleware.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,256,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Program.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,3205,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Program.Partial.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,4,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/ServiceAccountAdminContracts.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,32,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/AdvisoryAi/AdvisoryAiRemoteInferenceLogRequest.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,23,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/AdvisoryAi/AuthorityAdvisoryAiConsentEvaluator.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,153,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Airgap/AirgapAuditEndpointExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,323,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Airgap/AuthorityAirgapAuditService.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,148,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Airgap/AuthoritySealedModeEvidenceValidator.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,271,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Audit/AuthorityAuditSink.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,239,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Audit/AuthorityCredentialAuditContextAccessor.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,60,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Bootstrap/BootstrapApiKeyFilter.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,31,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Bootstrap/BootstrapInviteCleanupService.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,108,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Bootstrap/BootstrapRequests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,99,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Console/ConsoleEndpointExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,942,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Console/ConsoleWorkspaceModels.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,485,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Console/ConsoleWorkspaceSampleService.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,625,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Console/TenantHeaderFilter.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,77,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Console/Admin/ConsoleAdminEndpointExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,748,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Console/Admin/ConsoleBrandingEndpointExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,403,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/BreakGlassSessionManager.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,553,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/FileBasedPolicyStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,485,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/ILocalPolicyStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/LocalPolicyModels.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,320,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/LocalPolicyStoreOptions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/LocalPolicy/PolicyStoreFallback.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,379,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/AuthorityWebhookAllowlistEvaluator.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,109,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AckTokenModels.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,85,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AckTokenPayload.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,255,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AckTokenSigningUtilities.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,44,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AuthorityAckTokenIssuer.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,212,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AuthorityAckTokenKeyManager.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,427,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Notifications/Ack/AuthorityAckTokenVerifier.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,145,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Observability/IncidentAuditEndpointExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenApi/AuthorityOpenApiDocumentProvider.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,321,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenApi/OpenApiDiscoveryEndpointExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,145,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/AuthorityIdentityProviderSelector.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,66,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/AuthorityOpenIddictConstants.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,81,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/AuthoritySenderConstraintHelper.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/AuthorityTokenKinds.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,7,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/TokenRequestTamperInspector.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,129,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/ClientCredentialsAuditHelper.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/ClientCredentialsHandlers.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,2194,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/DiscoveryHandlers.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,95,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/DpopHandlers.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,764,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/PasswordGrantHandlers.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,1785,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/RefreshTokenHandlers.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,168,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/RevocationHandlers.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,144,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/TokenPersistenceHandlers.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,285,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/OpenIddict/Handlers/TokenValidationHandlers.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,677,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Permalinks/VulnPermalinkRequest.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,12,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Permalinks/VulnPermalinkResponse.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,12,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Permalinks/VulnPermalinkService.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,195,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Plugins/AuthorityPluginLoader.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,344,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Plugins/AuthorityPluginRegistrationSummary.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,21,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Properties/AssemblyInfo.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,4,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterFeature.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,27,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterMetadata.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,82,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterMetadataAccessor.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,131,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterMetadataMiddleware.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,298,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimiterPartitionKeyResolver.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,66,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/RateLimiting/AuthorityRateLimitingApplicationBuilderExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,15,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/AuthorityRevocationExportService.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,39,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleBuilder.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,222,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleBuildResult.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,11,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleModel.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,54,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleSignature.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,4,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationBundleSigner.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,124,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationEntryModel.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,71,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationExportPackage.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,6,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Revocation/RevocationExportResponse.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,74,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Security/AuthorityClientCertificateValidationResult.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,34,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Security/AuthorityClientCertificateValidator.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,321,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Security/AuthoritySecretHasherInitializer.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,42,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Security/AuthoritySenderConstraintKinds.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,11,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Security/IAuthorityClientCertificateValidator.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,13,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthorityDsseStatementSigner.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,118,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthorityJwksService.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,185,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthoritySignerAdapter.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,34,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthoritySigningKeyManager.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,429,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthoritySigningKeyRequest.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,58,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/AuthoritySigningKeyStatus.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,9,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/FileAuthoritySigningKeySource.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,142,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/IAuthoritySigningKeySource.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,11,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/KmsAuthoritySigningKeySource.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,119,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Signing/SigningRotationRequest.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,19,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/AuthorityIdGenerator.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,12,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresAirgapAuditStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,148,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresBootstrapInviteStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,122,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresClientStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,126,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresLoginAttemptStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,138,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresRevocationExportStateStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,44,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresRevocationStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,75,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresServiceAccountStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,89,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Storage/Postgres/PostgresTokenStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,541,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Tenants/AuthorityTenantCatalog.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,44,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/VulnTokenSigner.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,83,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/VulnTokenUtilities.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/VulnTokenVerificationUtilities.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,117,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Attachments/VulnAttachmentTokenIssuer.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,145,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Attachments/VulnAttachmentTokenModels.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,61,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Attachments/VulnAttachmentTokenPayload.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,22,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Attachments/VulnAttachmentTokenVerifier.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,117,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Workflow/VulnWorkflowAntiForgeryModels.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,56,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Workflow/VulnWorkflowAntiForgeryPayload.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,PASS,28,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Workflow/VulnWorkflowAntiForgeryTokenIssuer.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,236,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority/Vulnerability/Workflow/VulnWorkflowAntiForgeryTokenVerifier.cs,src/Authority/StellaOps.Authority/StellaOps.Authority/StellaOps.Authority.csproj,Authority,FAIL,124,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/BenchmarkConfig.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,FAIL,105,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/NodeBenchMetrics.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,FAIL,269,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Program.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,FAIL,397,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/ScenarioResult.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,PASS,27,,
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/ScenarioRunners.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,FAIL,298,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Baseline/BaselineEntry.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,PASS,10,,
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Baseline/BaselineLoader.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,FAIL,89,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Reporting/BenchmarkJsonWriter.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,FAIL,111,BlockingAsync; FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Reporting/BenchmarkScenarioReport.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,FAIL,63,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/Reporting/PrometheusWriter.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers/StellaOps.Bench.ScannerAnalyzers.csproj,Bench,FAIL,79,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/GoldenSetAnalysisPipeline.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,370,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Implementations.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,280,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Interfaces.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,409,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/ReachGraphBinaryReachabilityService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,293,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/SignatureMatcher.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,361,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/TaintGateExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Models/AnalysisResultModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,350,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Models/FingerprintModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,286,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/Models/SignatureIndexModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Analysis/StellaOps.BinaryIndex.Analysis.csproj,BinaryIndex,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/BuilderOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/FingerprintClaimModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,305,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/GuidProvider.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,PASS,18,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/IFunctionFingerprintExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/IPatchDiffEngine.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,234,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/IReproducibleBuilder.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,429,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/PatchDiffEngine.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,489,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/ReproducibleBuildJobTypes.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,430,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,PASS,69,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/AbiCompatibility.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/DynamicLinkingDiff.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/ISymbolTableDiffAnalyzer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/NameDemangler.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,388,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/SymbolDiffServiceExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,PASS,41,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/SymbolTableDiff.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,316,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/SymbolTableDiffAnalyzer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,807,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/SymbolDiff/VersionMapDiff.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Builders/StellaOps.BinaryIndex.Builders.csproj,BinaryIndex,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/BinaryCacheOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj,BinaryIndex,PASS,64,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/BinaryCacheServiceExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj,BinaryIndex,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/CachedBinaryVulnerabilityService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj,BinaryIndex,FAIL,541,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/CacheOptionsValidation.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj,BinaryIndex,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/FunctionIrCacheService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj,BinaryIndex,FAIL,318,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/RandomSource.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj,BinaryIndex,PASS,24,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/ResolutionCacheService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Cache/StellaOps.BinaryIndex.Cache.csproj,BinaryIndex,FAIL,330,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/Resolution/VulnResolutionContracts.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Contracts/StellaOps.BinaryIndex.Contracts.csproj,BinaryIndex,FAIL,249,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Configuration/BinaryIndexOpsModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,FAIL,495,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Configuration/BinaryIndexOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,FAIL,277,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Models/BinaryIdentity.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,PASS,64,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Models/FixModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,PASS,41,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Resolution/ResolutionService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,FAIL,465,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/BinaryIdentityService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,FAIL,77,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/ElfFeatureExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/IBinaryFeatureExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,PASS,47,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/IBinaryVulnAssertionRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,PASS,22,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/IBinaryVulnerabilityService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,FAIL,388,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/ITenantContext.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,PASS,13,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/MachoFeatureExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,FAIL,307,AsyncNaming; ConfigureAwaitMissing; ConstNaming; FileLength>100,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/PeFeatureExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,FAIL,283,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/Services/StreamGuard.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Core/StellaOps.BinaryIndex.Core.csproj,BinaryIndex,PASS,19,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/AlpineCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csproj,BinaryIndex,FAIL,164,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/AlpinePackageExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csproj,BinaryIndex,FAIL,229,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/ApkBuildSecfixesExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csproj,BinaryIndex,FAIL,112,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/IAlpinePackageSource.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Alpine/StellaOps.BinaryIndex.Corpus.Alpine.csproj,BinaryIndex,PASS,89,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/DebianCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csproj,BinaryIndex,FAIL,180,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/DebianMirrorPackageSource.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csproj,BinaryIndex,FAIL,277,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/DebianPackageExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csproj,BinaryIndex,FAIL,225,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/IDebianPackageSource.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Debian/StellaOps.BinaryIndex.Corpus.Debian.csproj,BinaryIndex,PASS,37,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/IRpmPackageSource.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csproj,BinaryIndex,PASS,95,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/RpmCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csproj,BinaryIndex,FAIL,177,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/RpmPackageExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csproj,BinaryIndex,FAIL,384,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/SrpmChangelogExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus.Rpm/StellaOps.BinaryIndex.Corpus.Rpm.csproj,BinaryIndex,FAIL,134,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/GuidProvider.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,PASS,12,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/IBinaryCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ICorpusIngestionService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ICorpusQueryService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ICorpusRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,329,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ICorpusSnapshotRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,PASS,27,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/ILibraryCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Connectors/CurlCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,449,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Connectors/GlibcCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,551,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Connectors/OpenSslCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,556,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Connectors/ZlibCorpusConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,454,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Models/FunctionCorpusModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,274,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/BatchFingerprintPipeline.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,466,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/CorpusIngestionService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,468,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/CorpusQueryService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,421,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/CveFunctionMappingUpdater.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,425,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/Services/FunctionClusteringService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Corpus/StellaOps.BinaryIndex.Corpus.csproj,BinaryIndex,FAIL,533,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/AstComparisonEngine.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj,BinaryIndex,FAIL,393,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/CodeNormalizer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj,BinaryIndex,FAIL,535,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/DecompiledCodeParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj,BinaryIndex,FAIL,951,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/DecompilerServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj,BinaryIndex,PASS,54,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/GhidraDecompilerAdapter.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj,BinaryIndex,FAIL,293,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/IDecompilerService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj,BinaryIndex,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/Models.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Decompiler/StellaOps.BinaryIndex.Decompiler.csproj,BinaryIndex,FAIL,378,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/CfgExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,504,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSignatureGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,489,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSignatureMatcher.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,438,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSigService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,618,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSigServiceV2.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,421,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/DeltaSigV2ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,PASS,72,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IDeltaSignatureGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,PASS,74,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IDeltaSignatureMatcher.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,PASS,51,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IDeltaSigService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,445,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/ISymbolChangeTracer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,PASS,31,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Models.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,464,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,108,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/SymbolChangeTracer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Attestation/DeltaSigAttestorIntegration.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,487,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Attestation/DeltaSigPredicate.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,492,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Attestation/DeltaSigPredicateConverter.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,252,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Attestation/DeltaSigPredicateV2.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,549,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IrDiff/IIrDiffGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,278,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/IrDiff/IrDiffGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,224,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Policy/DeltaScopePolicyGate.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,430,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Provenance/GroundTruthProvenanceResolver.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,284,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/Provenance/ISymbolProvenanceResolver.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/VexIntegration/DeltaSigVexBridge.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.DeltaSig/StellaOps.BinaryIndex.DeltaSig.csproj,BinaryIndex,FAIL,347,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/FunctionDiffer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,332,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/FunctionRenameDetector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Interfaces.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/PatchDiffEngine.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,286,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,PASS,29,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/VerdictCalculator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Models/BinaryReference.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,48,AsyncNaming,Rename async methods to end with Async.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Models/DiffEvidenceModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,336,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Models/PatchDiffModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,377,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Storage/IDiffResultStore.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/Storage/InMemoryDiffResultStore.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Diff/StellaOps.BinaryIndex.Diff.csproj,BinaryIndex,FAIL,246,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/IDisassemblyPlugin.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.csproj,BinaryIndex,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/Models.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Abstractions/StellaOps.BinaryIndex.Disassembly.Abstractions.csproj,BinaryIndex,FAIL,349,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/B2R2DisassemblyPlugin.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csproj,BinaryIndex,FAIL,688,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/B2R2LifterPool.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csproj,BinaryIndex,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/B2R2LowUirLiftingService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csproj,BinaryIndex,FAIL,699,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/B2R2ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.B2R2/StellaOps.BinaryIndex.Disassembly.B2R2.csproj,BinaryIndex,PASS,94,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/IcedDisassemblyPlugin.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.csproj,BinaryIndex,FAIL,598,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/IcedServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly.Iced/StellaOps.BinaryIndex.Disassembly.Iced.csproj,BinaryIndex,PASS,29,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/DisassemblyPluginRegistry.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csproj,BinaryIndex,PASS,79,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/DisassemblyService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csproj,BinaryIndex,FAIL,222,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/DisassemblyServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csproj,BinaryIndex,FAIL,147,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/HybridDisassemblyService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Disassembly/StellaOps.BinaryIndex.Disassembly.csproj,BinaryIndex,FAIL,574,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/EnsembleDecisionEngine.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj,BinaryIndex,FAIL,462,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/EnsembleServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj,BinaryIndex,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/FunctionAnalysisBuilder.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj,BinaryIndex,FAIL,166,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/IEnsembleDecisionEngine.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj,BinaryIndex,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/Models.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj,BinaryIndex,FAIL,448,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/WeightTuningService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ensemble/StellaOps.BinaryIndex.Ensemble.csproj,BinaryIndex,FAIL,182,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/GuidProvider.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,PASS,13,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/IFingerprintRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,PASS,69,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/BasicBlockFingerprintGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,466,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/CombinedFingerprintGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,187,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/ControlFlowGraphFingerprintGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,435,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/IVulnFingerprintGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Generators/StringRefsFingerprintGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,284,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Matching/FingerprintMatcher.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,379,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Matching/IFingerprintMatcher.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Models/VulnFingerprint.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Pipeline/ReferenceBuildPipeline.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,428,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Storage/FingerprintBlobStorage.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,FAIL,105,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/Storage/IFingerprintBlobStorage.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Fingerprints/StellaOps.BinaryIndex.Fingerprints.csproj,BinaryIndex,PASS,51,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Models/FixEvidence.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,PASS,96,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/AlpineSecfixesParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/DebianChangelogParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,PASS,100,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/FixIndexParserOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,PASS,100,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/IChangelogParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,PASS,19,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/IPatchParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,PASS,20,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/ISecfixesParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,PASS,19,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/PatchHeaderParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,PASS,84,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Parsers/RpmChangelogParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Repositories/IFixIndexRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Services/FixIndexBuilder.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,FAIL,143,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/Services/IFixIndexBuilder.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.FixIndex/StellaOps.BinaryIndex.FixIndex.csproj,BinaryIndex,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Abstractions/IBSimService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Abstractions/IGhidraService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Abstractions/IGhidriffBridge.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Abstractions/IVersionTrackingService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Exceptions/GhidraExceptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Extensions/GhidraServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Models/GhidraModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Options/GhidraOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/BSimService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,287,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/GhidraDisassemblyPlugin.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,547,BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/GhidraHeadlessManager.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,452,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/GhidraService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,518,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/GhidriffBridge.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,709,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/Services/VersionTrackingService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Ghidra/StellaOps.BinaryIndex.Ghidra.csproj,BinaryIndex,FAIL,439,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/GoldenSetEnrichmentService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,283,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/GoldenSetExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,423,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/GoldenSetReviewService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,325,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/IGoldenSetEnrichmentService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,236,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/IGoldenSetExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,267,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/IGoldenSetReviewService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/UpstreamCommitAnalyzer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,521,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/Extractors/CweToSinkMapper.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/Extractors/FunctionHintExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/Extractors/IGoldenSetSourceExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Authoring/Extractors/NvdGoldenSetExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,150,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Configuration/GoldenSetOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Extensions/GoldenSetServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Models/GoldenSetDefinition.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,262,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Serialization/GoldenSetYamlSerializer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,228,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Services/ISinkRegistry.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,PASS,83,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Services/SinkRegistry.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Storage/IGoldenSetStore.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,347,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Storage/PostgresGoldenSetStore.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,667,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Validation/GoldenSetValidator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,408,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Validation/ICveValidator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,PASS,65,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/Validation/IGoldenSetValidator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GoldenSet/StellaOps.BinaryIndex.GoldenSet.csproj,BinaryIndex,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/IKpiRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,606,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/ISecurityPairService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,291,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/ISymbolObservationRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/ISymbolObservationWriteGuard.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/ISymbolSourceConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/IValidationHarness.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,699,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/KpiComputation.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/SymbolObservation.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,411,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/SymbolObservationWriteGuard.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,265,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/SymbolSourceConnectorBase.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,156,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/SymbolSourceDefinitions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,315,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/Services/SecurityPairService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Abstractions/StellaOps.BinaryIndex.GroundTruth.Abstractions.csproj,BinaryIndex,FAIL,176,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/BuildinfoConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csproj,BinaryIndex,FAIL,242,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/BuildinfoConnectorPlugin.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csproj,BinaryIndex,FAIL,29,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/BuildinfoServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csproj,BinaryIndex,FAIL,78,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/Configuration/BuildinfoOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csproj,BinaryIndex,PASS,96,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/Internal/BuildinfoDiagnostics.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csproj,BinaryIndex,PASS,92,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/Internal/BuildinfoParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Buildinfo/StellaOps.BinaryIndex.GroundTruth.Buildinfo.csproj,BinaryIndex,FAIL,383,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/DdebConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,FAIL,583,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/DdebConnectorPlugin.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,FAIL,42,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/DdebServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,FAIL,80,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Configuration/DdebOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/DdebCache.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,FAIL,205,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/DdebDiagnostics.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,PASS,91,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/DebPackageExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,FAIL,255,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/IDebPackageExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/Internal/PackagesIndexParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Ddeb/StellaOps.BinaryIndex.GroundTruth.Ddeb.csproj,BinaryIndex,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/DebuginfodConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,FAIL,462,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/DebuginfodConnectorPlugin.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,FAIL,43,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/DebuginfodServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,FAIL,109,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Configuration/DebuginfodOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,PASS,100,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/DebuginfodCache.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,FAIL,314,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/DebuginfodDiagnostics.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,PASS,91,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/ElfDwarfParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,FAIL,89,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/IDwarfParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,PASS,81,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/Internal/ImaVerificationService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Debuginfod/StellaOps.BinaryIndex.GroundTruth.Debuginfod.csproj,BinaryIndex,FAIL,332,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/IMirrorService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj,BinaryIndex,FAIL,433,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/MirrorService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj,BinaryIndex,FAIL,683,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Connectors/DebianSnapshotMirrorConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj,BinaryIndex,FAIL,431,BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Connectors/IMirrorConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj,BinaryIndex,PASS,59,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Connectors/OsvDumpMirrorConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj,BinaryIndex,FAIL,287,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Models/MirrorManifest.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj,BinaryIndex,FAIL,390,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/Parsing/OsvDumpParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Mirror/StellaOps.BinaryIndex.GroundTruth.Mirror.csproj,BinaryIndex,FAIL,1006,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/AirGapRebuildBundle.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,448,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/BundleExportService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,923,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/BundleImportService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,1335,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/DeterminismValidator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,441,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/IBundleExportService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/IBundleImportService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/IRebuildService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,PASS,94,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/LocalRebuildBackend.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,461,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/RebuildModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,459,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/RebuildService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,174,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/ReproduceDebianClient.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,334,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/SbomStabilityValidator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,501,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,166,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/SymbolExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,579,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/ValidationHarnessService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,573,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Models/BundleExportModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Models/BundleImportModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,450,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Models/KpiRegressionModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,314,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Services/IKpiRegressionService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,PASS,69,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/Services/KpiRegressionService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.Reproducible/StellaOps.BinaryIndex.GroundTruth.Reproducible.csproj,BinaryIndex,FAIL,470,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/SecDbConnector.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csproj,BinaryIndex,FAIL,296,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/SecDbConnectorPlugin.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csproj,BinaryIndex,FAIL,29,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/SecDbServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csproj,BinaryIndex,FAIL,77,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/Configuration/SecDbOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csproj,BinaryIndex,PASS,96,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/Internal/SecDbDiagnostics.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csproj,BinaryIndex,PASS,78,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/Internal/SecDbParser.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.GroundTruth.SecDb/StellaOps.BinaryIndex.GroundTruth.SecDb.csproj,BinaryIndex,FAIL,269,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/BinaryCodeTokenizer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,270,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/IEmbeddingService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/InMemoryEmbeddingIndex.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/MlServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,PASS,76,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Models.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,261,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/OnnxInferenceEngine.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,383,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/B2R2IrTokenizer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,246,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/GhidraDecompilerAdapter.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,251,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/GroundTruthCorpusBuilder.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,357,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/ICorpusBuilder.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/IDecompilerAdapter.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/IFunctionEmbeddingService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/IIrTokenizer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,PASS,74,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/MlEmbeddingMatcherAdapter.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,173,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/OnnxFunctionEmbeddingService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,310,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/TrainingCorpusModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,FAIL,300,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/Training/TrainingServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.ML/StellaOps.BinaryIndex.ML.csproj,BinaryIndex,PASS,84,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/INormalizationPipeline.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csproj,BinaryIndex,PASS,42,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/Models.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csproj,BinaryIndex,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/NormalizationService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csproj,BinaryIndex,PASS,88,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csproj,BinaryIndex,PASS,52,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/Arm64/Arm64NormalizationPipeline.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csproj,BinaryIndex,FAIL,461,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/X64/X64NormalizationPipeline.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Normalization/StellaOps.BinaryIndex.Normalization.csproj,BinaryIndex,FAIL,664,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/BinaryIndexDbContext.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,51,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/BinaryIndexMigrationRunner.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,150,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/BinaryIdentityRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,257,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/BinaryVulnAssertionRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,32,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/CorpusSnapshotRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,155,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/DeltaSignatureRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,769,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/FingerprintRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,341,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/FixIndexRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,338,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/FunctionCorpusRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,1338,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/IBinaryIdentityRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,PASS,32,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/IDeltaSignatureRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,382,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/IRawDocumentRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,PASS,82,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/ISecurityPairRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/ISourceStateRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,PASS,64,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/ISymbolObservationRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,PASS,82,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/ISymbolSourceRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,PASS,49,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/RawDocumentRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,189,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/SecurityPairRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,364,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/SourceStateRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/SymbolObservationRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,305,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Repositories/GroundTruth/SymbolSourceRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,186,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/Services/BinaryVulnerabilityService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Persistence/StellaOps.BinaryIndex.Persistence.csproj,BinaryIndex,FAIL,632,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/CallNgramGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,327,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/IIrLiftingService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,PASS,48,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/IrLiftingService.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,460,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/ISemanticFingerprintGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,PASS,44,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/ISemanticGraphExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,PASS,47,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/ISemanticMatcher.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,PASS,55,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/SemanticFingerprintGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/SemanticGraphExtractor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,517,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/SemanticMatcher.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,360,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,PASS,31,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Internal/GraphCanonicalizer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Internal/WeisfeilerLehmanHasher.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Lifting/B2R2LifterPool.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,353,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Models/FingerprintModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,310,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Models/GraphModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,262,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/Models/IrModels.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Semantic/StellaOps.BinaryIndex.Semantic.csproj,BinaryIndex,FAIL,319,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/IValidationHarness.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csproj,BinaryIndex,PASS,80,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/MatchResult.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csproj,BinaryIndex,FAIL,209,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/MismatchAnalysis.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csproj,BinaryIndex,FAIL,296,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/ValidationConfig.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csproj,BinaryIndex,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/ValidationMetrics.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csproj,BinaryIndex,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/ValidationRun.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation.Abstractions/StellaOps.BinaryIndex.Validation.Abstractions.csproj,BinaryIndex,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/GroundTruthOracle.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,198,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Interfaces.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/MetricsCalculator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,PASS,68,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/MismatchAnalyzer.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,210,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/ValidationHarness.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,443,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/ValidationServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,PASS,28,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Attestation/ValidationRunAttestor.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,351,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Matchers/MatcherAdapterFactory.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Matchers/MatcherAdapters.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,249,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Persistence/MatchResultRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Persistence/ValidationRunRepository.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,268,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/Reports/ReportGenerators.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.Validation/StellaOps.BinaryIndex.Validation.csproj,BinaryIndex,FAIL,463,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/BinaryMatchEvidenceSchema.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csproj,BinaryIndex,FAIL,186,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/IDsseSigningAdapter.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csproj,BinaryIndex,PASS,60,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/IVexEvidenceGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csproj,BinaryIndex,PASS,99,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/ServiceCollectionExtensions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csproj,BinaryIndex,PASS,51,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/VexBridgeOptions.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csproj,BinaryIndex,PASS,65,,
|
|
src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/VexEvidenceGenerator.cs,src/BinaryIndex/__Libraries/StellaOps.BinaryIndex.VexBridge/StellaOps.BinaryIndex.VexBridge.csproj,BinaryIndex,FAIL,524,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cartographer/StellaOps.Cartographer/CartographerEntryPoint.cs,src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csproj,Cartographer,PASS,6,,
|
|
src/Cartographer/StellaOps.Cartographer/Program.cs,src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csproj,Cartographer,PASS,99,,
|
|
src/Cartographer/StellaOps.Cartographer/Options/CartographerAuthorityOptions.cs,src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csproj,Cartographer,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cartographer/StellaOps.Cartographer/Options/CartographerAuthorityOptionsConfigurator.cs,src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csproj,Cartographer,PASS,39,,
|
|
src/Cartographer/StellaOps.Cartographer/Options/CartographerAuthorityOptionsValidator.cs,src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csproj,Cartographer,PASS,21,,
|
|
src/Cartographer/StellaOps.Cartographer/Properties/AssemblyInfo.cs,src/Cartographer/StellaOps.Cartographer/StellaOps.Cartographer.csproj,Cartographer,PASS,4,,
|
|
src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/ConnectorHttpClientSandboxAnalyzer.cs,src/Concelier/__Analyzers/StellaOps.Concelier.Analyzers/StellaOps.Concelier.Analyzers.csproj,Concelier,FAIL,97,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/MergeUsageAnalyzer.cs,src/Concelier/__Analyzers/StellaOps.Concelier.Merge.Analyzers/StellaOps.Concelier.Merge.Analyzers.csproj,Concelier,FAIL,239,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/Models/FixRuleModels.cs,src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj,Concelier,FAIL,191,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/Repositories/IFixRuleRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj,Concelier,PASS,59,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/Services/BackportStatusService.cs,src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj,Concelier,FAIL,345,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/Services/FixIndexService.cs,src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj,Concelier,FAIL,362,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/Services/IBackportStatusService.cs,src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj,Concelier,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/Services/IFixIndexService.cs,src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj,Concelier,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/Services/IVersionComparatorFactory.cs,src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj,Concelier,PASS,92,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/Services/ServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.BackportProof/StellaOps.Concelier.BackportProof.csproj,Concelier,PASS,42,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/AdvisoryCacheKeys.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,313,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/CacheWarmupHostedService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,86,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/ConcelierCacheConnectionFactory.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,204,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/ConcelierCacheMetrics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,195,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/ConcelierCacheOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/IAdvisoryCacheService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/IdfRefreshHostedService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,140,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/IPackageIdfService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/PackageIdfMetrics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,250,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/ServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,182,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/ValkeyAdvisoryCacheService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,592,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/ValkeyCanonicalAdvisoryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,336,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/ValkeyPackageIdfService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Cache.Valkey/StellaOps.Concelier.Cache.Valkey.csproj,Concelier,FAIL,423,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMerger.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,909,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/CanonicalMergeResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,21,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/AirGapServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,82,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/BundleCatalogService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,253,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/BundleSourceRegistry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/BundleTimelineEmitter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/IBundleCatalogService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,40,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/IBundleSourceRegistry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,45,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/IBundleTimelineEmitter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,83,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/ISealedModeEnforcer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,75,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/SealedModeEnforcer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/Models/AggregatedCatalog.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,41,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/Models/AirGapEgressBlockedPayload.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/Models/BundleCatalogEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/Models/BundleImportTimelineEvent.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/Models/BundleSourceInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,97,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/Models/BundleSourceRegistration.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/Models/BundleSourceValidationResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,70,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/AirGap/Models/SealedModeStatus.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,72,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AdvisoryObservationWriteGuard.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AdvisoryRawWriteGuard.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,96,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AdvisorySchemaValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,132,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AocServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,52,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/AppendOnlyViolationException.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/ConcelierAocGuardException.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,34,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/IAdvisoryObservationWriteGuard.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,45,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/IAdvisoryRawWriteGuard.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Aoc/IAdvisorySchemaValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,49,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Attestation/EvidenceBundleAttestationBuilder.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,146,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/CachingCanonicalAdvisoryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,265,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/CanonicalAdvisory.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/CanonicalAdvisoryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,382,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/ICanonicalAdvisoryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/ICanonicalAdvisoryStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/IMergeHashCalculator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,55,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/IngestResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/ISourceEdgeSigner.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,85,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Canonical/SourceEdge.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,93,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Configuration/MirrorRateLimitConfig.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,309,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Configuration/SourceConfiguration.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Diagnostics/VulnExplorerTelemetry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,145,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryDsseMetadataResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,78,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventContracts.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Events/AdvisoryEventLog.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,344,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Events/IAdvisoryEventLog.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Events/IAdvisoryEventRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,40,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/IJob.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/IJobCoordinator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,19,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/IJobStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,21,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/ILeaseStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/InMemoryJobStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobCoordinator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,637,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobDefinition.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobExecutionContext.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,43,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobLease.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobPluginRegistrationExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobRunCompletion.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobRunCreateRequest.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobRunSnapshot.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,22,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobRunStatus.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobSchedulerBuilder.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,49,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobSchedulerHostedService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,167,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobSchedulerOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/JobTriggerResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,41,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Jobs/ServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,29,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinkset.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,86,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetBackfillService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,87,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,6,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetEventPublisherOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,38,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,325,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetNormalization.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,235,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetQueryOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetQueryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,113,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryLinksetUpdatedEvent.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,383,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/AdvisoryObservationFactory.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,307,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/IAdvisoryLinksetBackfillService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/IAdvisoryLinksetEventOutbox.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,27,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/IAdvisoryLinksetEventPublisher.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/IAdvisoryLinksetMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/IAdvisoryLinksetSink.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/IAdvisoryLinksetStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,21,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/IAdvisoryObservationFactory.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,12,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/ILinksetCacheTelemetry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,31,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/ILinksetCorrelationService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,75,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/IPolicyDeltaCheckpointStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,49,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/LinksetCorrelation.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,387,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/LinksetCorrelationService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/LinksetCorrelationV2.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,912,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/LinksetNormalization.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,97,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/LinksetServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/ObservationPipelineServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,54,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/PolicyAuthSignalFactory.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,39,NamespaceNotFileScoped,Convert to file-scoped namespace.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/PolicyDeltaCheckpoint.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,87,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/ReadThroughLinksetCacheService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,308,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Linksets/TextSimilarityScorer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,332,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Noise/INoisePriorRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,27,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Noise/INoisePriorService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,26,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorComputationRequest.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorComputationResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,402,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,26,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Noise/NoisePriorSummary.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,25,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,9,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationEventPublisherOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,12,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationLinksetAggregate.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,60,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryModels.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,76,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationQueryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,304,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/AdvisoryObservationUpdatedEvent.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/IAdvisoryObservationEventOutbox.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/IAdvisoryObservationEventPublisher.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/IAdvisoryObservationEventTransport.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/IAdvisoryObservationLookup.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,40,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/IAdvisoryObservationQueryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Observations/IAdvisoryObservationSink.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,12,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/BackfillExecutor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,276,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/ConnectorMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/ConnectorRegistrationService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/ConnectorWorker.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,361,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/IConnectorWorker.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/InMemoryOrchestratorRegistryStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/IOrchestratorRegistryStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/OrchestrationServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/OrchestratorModels.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,223,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Orchestration/OrchestratorTelemetry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,270,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,4,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryCanonicalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,197,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawQueryOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,84,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawRecord.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Raw/AdvisoryRawService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,621,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Raw/IAdvisoryRawRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,47,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Raw/IAdvisoryRawService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,63,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Raw/RawServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/AdvisoryFieldChangeEmitter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,399,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/AdvisoryFieldChangeNotification.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/FixAvailabilityEmitter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,343,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/FixAvailabilityMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,191,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/IAdvisoryFieldChangeEmitter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,63,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/IFixAvailabilityEmitter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/InMemoryAdvisoryFieldChangeNotificationPublisher.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,77,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/InMemorySourceCoverageMetricsStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,67,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/ISourceCoverageMetricsPublisher.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,91,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/IVendorRiskSignalProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/RiskServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/SourceCoverageMetrics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/SourceCoverageMetricsPublisher.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,416,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/VendorRiskSignal.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/VendorRiskSignalExtractor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,265,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/PolicyStudio/IPolicyStudioSignalPicker.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,93,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/PolicyStudio/PolicyStudioSignalInput.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Risk/PolicyStudio/PolicyStudioSignalPicker.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Signals/AffectedSymbol.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,399,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Signals/IAffectedSymbolProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,705,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Signals/SignalsServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,74,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Sources/ISourceRegistry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,99,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Sources/SourceCheckResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Sources/SourceConnectivityResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,232,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Sources/SourceDefinitions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,971,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Sources/SourceErrorDetails.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,428,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Sources/SourceRegistry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,371,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Sources/SourcesServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Tenancy/TenantCapabilitiesEndpoint.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Tenancy/TenantScope.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Tenancy/TenantScopeNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/IUnknownStateLedger.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/IUnknownStateRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,21,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateLedger.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,315,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateLedgerRequest.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,31,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateLedgerResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,29,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateMarkerKinds.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,23,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/Unknown/UnknownStateSnapshot.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,74,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/VexLens/IVexLensAdvisoryKeyProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/VexLens/VexLensAdvisoryKeyProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,419,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/VexLens/VexLensCrossLinks.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Core/VexLens/VexLensServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Core/StellaOps.Concelier.Core.csproj,Concelier,PASS,40,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/ExportDigestCalculator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,54,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/ExporterVersion.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,PASS,29,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/IJsonExportPathResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonExporterDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,PASS,66,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonExporterPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,25,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonExportFile.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,PASS,38,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonExportJob.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,32,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonExportManifestWriter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,67,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonExportOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonExportResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,PASS,57,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonExportSnapshotBuilder.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,247,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonFeedExporter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,210,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/JsonMirrorBundleWriter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,625,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/VulnListJsonExportPathResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.Json/StellaOps.Concelier.Exporter.Json.csproj,Concelier,FAIL,458,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/ITrivyDbBuilder.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/ITrivyDbOrasPusher.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/OciDescriptor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/OciIndex.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,9,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/OciManifest.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyConfigDocument.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,12,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbBlob.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,79,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbBoltBuilder.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,378,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbBuilderResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbExporterDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,66,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbExporterPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,25,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbExportJob.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,96,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbExportMode.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,9,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbExportOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbExportOverrides.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,51,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbExportPlan.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbExportPlanner.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbFeedExporter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,517,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbMediaTypes.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbMirrorBundleWriter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,394,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbOciWriter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,377,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbOciWriteResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,9,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbOrasPusher.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,211,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbPackage.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbPackageBuilder.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,FAIL,117,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/TrivyDbPackageRequest.cs,src/Concelier/__Libraries/StellaOps.Concelier.Exporter.TrivyDb/StellaOps.Concelier.Exporter.TrivyDb.csproj,Concelier,PASS,12,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Compression/ZstdCompression.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,133,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Events/CanonicalImportedEvent.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,PASS,45,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Export/BundleExportService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,308,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Export/DeltaQueryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,319,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Export/IBundleExportService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,PASS,46,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Export/IDeltaQueryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,PASS,72,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Import/BundleImportService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,453,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Import/BundleMergeService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,215,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Import/BundleReader.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,267,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Import/BundleVerifier.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,279,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Import/IBundleImportService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Import/IBundleMergeService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Import/IBundleVerifier.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Models/BundleItems.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,PASS,98,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Models/BundleManifest.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Serialization/BundleSerializer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,139,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Signing/IBundleSigner.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Federation/Signing/NullBundleSigner.cs,src/Concelier/__Libraries/StellaOps.Concelier.Federation/StellaOps.Concelier.Federation.csproj,Concelier,PASS,39,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/IInterestScoreRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/IInterestScoringService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/InterestScoreCalculator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/InterestScoreOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/InterestScoringMetrics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/InterestScoringService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,344,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/ServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,PASS,89,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/Jobs/InterestScoreRecalculationJob.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,188,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/Jobs/StubDegradationJob.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,129,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/Models/InterestScore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,PASS,66,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Interest/Models/InterestScoreInput.cs,src/Concelier/__Libraries/StellaOps.Concelier.Interest/StellaOps.Concelier.Interest.csproj,Concelier,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/BackportServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,83,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Class1.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,2,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/MergeServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,57,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Backport/BackportEvidenceResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,308,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Backport/IBackportEvidenceResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Backport/IProvenanceScopeService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Backport/ProvenanceScope.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Backport/ProvenanceScopeService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,352,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Comparers/ApkVersionComparer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,512,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Comparers/DebianEvr.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Comparers/IVersionComparator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,26,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Comparers/Nevra.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,260,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Comparers/SemanticVersionRangeResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,75,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Comparers/VersionComparisonResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,39,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/AdvisoryIdentityCluster.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,58,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/AdvisoryIdentityResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,305,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/AliasIdentity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,25,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/IMergeHashCalculator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,82,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/MergeHashCalculator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,290,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/MergeHashShadowWriteService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,160,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/Normalizers/CpeNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/Normalizers/CveNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,72,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/Normalizers/CweNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,83,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/Normalizers/INormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,96,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/Normalizers/PatchLineageNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/Normalizers/PurlNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,179,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Identity/Normalizers/VersionRangeNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Jobs/MergeHashBackfillJob.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,69,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Jobs/MergeJobKinds.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,8,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Jobs/MergeReconcileJob.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,46,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Options/AdvisoryPrecedenceDefaults.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,97,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Options/AdvisoryPrecedenceOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Options/AdvisoryPrecedenceTable.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,36,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Precedence/ConfigurableSourcePrecedenceLattice.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,285,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Precedence/ISourcePrecedenceLattice.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/AdvisoryMergeService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,608,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/AdvisoryPrecedenceMerger.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,623,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/AffectedPackagePrecedenceResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/AliasGraphResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,141,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/CanonicalHashCalculator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,27,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/ConflictDetailPayload.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,45,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/MergeConflictDetail.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,19,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/MergeConflictExplainerPayload.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,36,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/MergeConflictSummary.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/MergeEventWriter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/MergeHashBackfillService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Merge/Services/PrecedenceMergeResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Merge/StellaOps.Concelier.Merge.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/Advisory.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AdvisoryCredit.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AdvisoryProvenance.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,71,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AdvisoryReference.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,37,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AdvisoryWeakness.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,57,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AffectedPackage.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AffectedPackageStatus.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,47,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AffectedPackageStatusCatalog.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,158,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AffectedVersionRange.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,150,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AffectedVersionRangeExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,287,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AliasSchemeRegistry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,167,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/AliasSchemes.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,32,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/CanonicalJsonSerializer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,205,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/CvssMetric.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,32,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/EvrPrimitiveExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,88,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/NevraPrimitiveExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,88,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/NormalizedVersionRule.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/OsvGhsaParityDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,73,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/OsvGhsaParityInspector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/ProvenanceFieldMasks.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,18,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/ProvenanceInspector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,299,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/RangePrimitives.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,268,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/SemVerPrimitiveExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/SeverityNormalization.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,153,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/SnapshotSerializer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,28,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/Validation.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,58,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/Documents/DocumentTypes.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,551,FileLength>100; NamespaceNotFileScoped; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/InMemoryStore/Bootstrapping.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,39,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/InMemoryStore/DriverStubs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,379,FileLength>100; NamespaceNotFileScoped,Convert to file-scoped namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/InMemoryStore/StorageStubs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,887,AsyncNaming; ConfigureAwaitMissing; FileLength>100; NamespaceNotFileScoped; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Convert to file-scoped namespace.; Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservation.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,372,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/Observations/AdvisoryObservationV1.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,FAIL,241,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Models/StorageContracts/Contracts.cs,src/Concelier/__Libraries/StellaOps.Concelier.Models/StellaOps.Concelier.Models.csproj,Concelier,PASS,77,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,PASS,9,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/Cvss/CvssMetricNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,FAIL,531,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/Distro/ApkVersion.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/Distro/DebianEvr.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/Distro/Nevra.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,FAIL,193,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/Identifiers/Cpe23.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,FAIL,353,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/Identifiers/IdentifierNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,PASS,33,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/Identifiers/PackageUrl.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,FAIL,300,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/SemVer/SemVerRangeRuleBuilder.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,FAIL,651,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Normalization/Text/DescriptionNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Normalization/StellaOps.Concelier.Normalization.csproj,Concelier,FAIL,119,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/EfCore/Context/ConcelierDbContext.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,22,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Extensions/ConcelierPersistenceExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,120,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/ConcelierDataSource.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,51,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/ContractsMappingExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,127,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/DocumentStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,127,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/ServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,123,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/SourceStateAdapter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,218,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Advisories/IPostgresAdvisoryStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,52,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Advisories/PostgresAdvisoryStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,744,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Conversion/AdvisoryConversionResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,57,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Conversion/AdvisoryConverter.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,309,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryAffectedEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryAliasEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryCanonicalEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,86,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryCreditEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryCvssEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,21,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,83,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryLinksetCacheEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,22,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryReferenceEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,15,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisorySnapshotEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,15,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisorySourceEdgeEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,72,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/AdvisoryWeaknessEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/DocumentRecordEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,19,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/FeedSnapshotEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/KevFlagEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,21,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/MergeEventEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/ProvenanceScopeEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,65,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/SitePolicyEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,75,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/SourceEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,63,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/SourceStateEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Models/SyncLedgerEntity.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,50,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryAffectedRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,144,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryAliasRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,101,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryCanonicalRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,442,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryCreditRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,84,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryCvssRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,98,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryLinksetCacheRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,273,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryReferenceRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,82,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,762,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisorySnapshotRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,73,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/AdvisoryWeaknessRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,84,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/DocumentRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,129,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/FeedSnapshotRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,79,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisoryAffectedRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisoryAliasRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,15,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisoryCanonicalRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisoryCreditRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisoryCvssRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisoryReferenceRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisoryRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisorySnapshotRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IAdvisoryWeaknessRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IFeedSnapshotRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IKevFlagRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,15,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IMergeEventRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/InterestScoreRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,371,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/IProvenanceScopeRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/ISourceRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/ISourceStateRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/ISyncLedgerRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/KevFlagRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,115,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/MergeEventRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,80,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/PostgresChangeHistoryStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,100,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/PostgresDtoStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,148,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/PostgresExportStateStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,121,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/PostgresJpFlagStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,76,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/PostgresProvenanceScopeStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,156,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/PostgresPsirtFlagStore.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,89,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/ProvenanceScopeRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,429,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/SbomRegistryRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,512,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/SbomRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,1080,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/SourceRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,137,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/SourceStateRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,93,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Repositories/SyncLedgerRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,388,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Persistence/Postgres/Sync/SitePolicyEnforcementService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Persistence/StellaOps.Concelier.Persistence.csproj,Concelier,FAIL,411,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/PostgresDistroAdvisoryRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/StellaOps.Concelier.ProofService.Postgres.csproj,Concelier,FAIL,75,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/PostgresPatchRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/StellaOps.Concelier.ProofService.Postgres.csproj,Concelier,FAIL,210,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/PostgresSourceArtifactRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.ProofService.Postgres/StellaOps.Concelier.ProofService.Postgres.csproj,Concelier,FAIL,72,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.ProofService/BackportProofService.cs,src/Concelier/__Libraries/StellaOps.Concelier.ProofService/StellaOps.Concelier.ProofService.csproj,Concelier,FAIL,336,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.RawModels/AdvisoryRawDocument.cs,src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.csproj,Concelier,PASS,95,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.RawModels/Class1.cs,src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.RawModels/JsonElementExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.csproj,Concelier,FAIL,14,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.RawModels/RawDocumentFactory.cs,src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.csproj,Concelier,FAIL,44,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.RawModels/VexRawDocument.cs,src/Concelier/__Libraries/StellaOps.Concelier.RawModels/StellaOps.Concelier.RawModels.csproj,Concelier,PASS,27,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/ISbomAdvisoryMatcher.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,57,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/ISbomRegistryRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/ISbomRegistryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/ISbomRepository.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/SbomAdvisoryMatcher.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,486,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/SbomRegistryService.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,546,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/ServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Events/SbomLearnedEvent.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,52,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Events/ScanCompletedEventHandler.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,226,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Events/ScannerEventHandler.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,308,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Index/IPurlCanonicalIndex.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Index/ValkeyPurlCanonicalIndex.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,398,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming,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.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Licensing/ILicenseExpressionValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,28,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Licensing/SpdxLicenseExpressionValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,520,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Matching/SbomAdvisoryMatcher.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,485,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Models/ParsedSbom.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,734,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Models/SbomRegistration.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Parsing/IParsedSbomParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,28,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Parsing/ISbomParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,91,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Parsing/ParsedSbomParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,5501,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Parsing/SbomParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,519,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/IVexConsumer.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,18,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexConflictResolver.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,91,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexConsumer.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexConsumptionModels.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexConsumptionOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexConsumptionPolicy.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,94,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexConsumptionPolicyLoader.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,83,AsyncNaming; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexConsumptionReporter.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,168,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexExtractors.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,74,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexMerger.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexStatementMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexTrustEvaluator.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/Vex/VexTrustLevelExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.SbomIntegration/StellaOps.Concelier.SbomIntegration.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/ChangelogParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.csproj,Concelier,FAIL,515,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/PatchHeaderParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.csproj,Concelier,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/Services/BugCveMappingRouter.cs,src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.csproj,Concelier,FAIL,143,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/Services/DebianSecurityTrackerClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.csproj,Concelier,FAIL,240,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/Services/IBugCveMappingService.cs,src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.csproj,Concelier,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/Services/RedHatErrataClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.SourceIntel/StellaOps.Concelier.SourceIntel.csproj,Concelier,FAIL,244,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Profiles.Ecdsa/EcdsaP256Signer.cs,src/Cryptography/StellaOps.Cryptography.Profiles.Ecdsa/StellaOps.Cryptography.Profiles.Ecdsa.csproj,Cryptography,PASS,68,,
|
|
src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/Ed25519Signer.cs,src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/StellaOps.Cryptography.Profiles.EdDsa.csproj,Cryptography,PASS,95,,
|
|
src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/Ed25519Verifier.cs,src/Cryptography/StellaOps.Cryptography.Profiles.EdDsa/StellaOps.Cryptography.Profiles.EdDsa.csproj,Cryptography,PASS,81,,
|
|
src/Cryptography/StellaOps.Cryptography/IContentSigner.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,PASS,44,,
|
|
src/Cryptography/StellaOps.Cryptography/IContentVerifier.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,PASS,32,,
|
|
src/Cryptography/StellaOps.Cryptography/MultiProfileSigner.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,FAIL,154,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography/SignatureProfile.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,PASS,73,,
|
|
src/Cryptography/StellaOps.Cryptography/KeyEscrow/CeremonyAuthorizedRecoveryService.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,FAIL,385,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography/KeyEscrow/GaloisField256.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,FAIL,261,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography/KeyEscrow/IEscrowAgentStore.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography/KeyEscrow/IKeyEscrowService.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography/KeyEscrow/KeyEscrowModels.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,FAIL,255,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography/KeyEscrow/KeyEscrowService.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,FAIL,507,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography/KeyEscrow/ShamirSecretSharing.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography/Models/MultiSignatureResult.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,PASS,39,,
|
|
src/Cryptography/StellaOps.Cryptography/Models/Signature.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,PASS,50,,
|
|
src/Cryptography/StellaOps.Cryptography/Models/SignatureResult.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,PASS,41,,
|
|
src/Cryptography/StellaOps.Cryptography/Models/VerificationResult.cs,src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj,Cryptography,PASS,67,,
|
|
src/Doctor/StellaOps.Doctor.Scheduler/DoctorScheduleWorker.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,FAIL,137,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Program.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,FAIL,170,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Models/DoctorSchedule.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Models/ScheduleExecution.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,PASS,92,,
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Models/TrendDataPoint.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Options/DoctorSchedulerOptions.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,PASS,70,,
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Services/IAlertService.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,PASS,27,,
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Services/IScheduleRepository.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,PASS,70,,
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Services/ITrendRepository.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,PASS,71,,
|
|
src/Doctor/StellaOps.Doctor.Scheduler/Services/ScheduleExecutor.cs,src/Doctor/StellaOps.Doctor.Scheduler/StellaOps.Doctor.Scheduler.csproj,Doctor,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/ChecksumFileWriter.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/DependencyInjectionRoutine.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,PASS,44,,
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/IBundleDataProvider.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/IEvidenceBundleExporter.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/MerkleTreeBuilder.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,FAIL,194,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/TarGzBundleExporter.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,FAIL,547,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/VerifyScriptGenerator.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,FAIL,431,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/Models/BundleManifest.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,FAIL,253,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/Models/BundleMetadata.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.csproj,EvidenceLocker,FAIL,371,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/IRetimestampService.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/ITimestampEvidenceRepository.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/RetimestampService.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,315,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/TimestampEvidenceRepository.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,383,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/Bundle/TimestampBundleExporter.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,240,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/Bundle/TimestampBundleImporter.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,194,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/Models/RevocationEvidence.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/Models/TimestampEvidence.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/Verification/OfflineTimestampVerifier.cs,src/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.csproj,EvidenceLocker,FAIL,442,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Builders/EvidenceBundleBuildModels.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,65,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Builders/IEvidenceBundleBuilder.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,9,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Builders/MerkleTreeCalculator.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,85,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Configuration/EvidenceLockerOptions.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Domain/EvidenceBundleMetadata.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,55,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Domain/EvidenceBundleSignature.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,22,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Domain/EvidenceIdentifiers.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,42,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Domain/EvidenceSnapshotModels.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,51,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Incident/IIncidentModeState.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,22,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Notifications/IEvidenceIncidentNotifier.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,19,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Reindexing/IEvidenceReindexService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Repositories/IEvidenceBundleRepository.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,64,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Signing/IEvidenceSignatureService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,18,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Signing/ITimestampAuthorityClient.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,19,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Storage/EvidenceObjectStore.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,41,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Timeline/IEvidenceTimelinePublisher.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/StellaOps.EvidenceLocker.Core.csproj,EvidenceLocker,PASS,27,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Api/ExportEndpoints.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,234,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Api/ExportJobService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,221,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Api/IExportJobService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Api/VerdictContracts.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Api/VerdictEndpoints.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,344,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Export/IEvidenceBundleExporter.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,90,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Builders/EvidenceBundleBuildModels.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,65,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Builders/IEvidenceBundleBuilder.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,9,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Builders/MerkleTreeCalculator.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,85,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Configuration/EvidenceLockerOptions.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Domain/EvidenceBundleMetadata.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,55,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Domain/EvidenceBundleSignature.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,22,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Domain/EvidenceIdentifiers.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,42,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Domain/EvidenceSnapshotModels.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,51,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Incident/IIncidentModeState.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,22,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Notifications/IEvidenceIncidentNotifier.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,19,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Reindexing/IEvidenceReindexService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Repositories/IEvidenceBundleRepository.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,64,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Signing/IEvidenceSignatureService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,18,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Signing/ITimestampAuthorityClient.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,19,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Storage/EvidenceObjectStore.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,41,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Core/Timeline/IEvidenceTimelinePublisher.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,27,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/AssemblyInfo.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,4,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Builders/EvidenceBundleBuilder.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,123,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Db/EvidenceLockerDataSource.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,72,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Db/EvidenceLockerMigrationRunner.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,138,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Db/MigrationLoader.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,42,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Db/MigrationScript.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,57,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/DependencyInjection/EvidenceLockerInfrastructureServiceCollectionExtensions.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,226,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/DependencyInjection/EvidenceLockerMigrationHostedService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,31,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Reindexing/EvidenceReindexService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,504,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Repositories/EvidenceBundleRepository.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,440,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Services/EvidenceBundlePackagingService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,322,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Services/EvidencePortableBundleService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,424,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Services/EvidenceSnapshotService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,490,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Services/IncidentModeManager.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,137,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Signing/EvidenceSignatureService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,293,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Signing/NullTimestampAuthorityClient.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,29,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Signing/Rfc3161TimestampAuthorityClient.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,175,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Storage/FileSystemEvidenceObjectStore.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,163,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Storage/S3EvidenceObjectStore.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,380,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Storage/StorageKeyGenerator.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,59,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Timeline/NullEvidenceTimelinePublisher.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,50,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Timeline/TimelineIndexerEvidenceTimelinePublisher.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,324,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/DatabaseMigrationTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,107,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceBundleBuilderTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceBundleImmutabilityTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,414,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceBundlePackagingServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,485,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerIntegrationTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,426,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerTestCollection.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,13,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerWebApplicationFactory.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,458,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerWebServiceContractTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,492,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerWebServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,372,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidencePortableBundleServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,372,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceReindexIntegrationTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,326,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceReindexServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,459,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceSignatureServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,374,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceSnapshotServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,522,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/ExportEndpointsTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/FileSystemEvidenceObjectStoreTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,90,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/GoldenFixturesTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,88,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/PostgreSqlFixture.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,164,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/Rfc3161TimestampAuthorityClientTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,86,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/S3EvidenceObjectStoreTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/TimelineIndexerEvidenceTimelinePublisherTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,186,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/Program.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,386,FileLength>100; NamespaceNotFileScoped,Convert to file-scoped namespace.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/Audit/EvidenceAuditLogger.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,341,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/Contracts/EvidenceContracts.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/Security/TenantResolution.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,30,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/Program.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,11,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/Worker.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,27,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Storage/IEvidenceLockerStorage.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,61,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Storage/IVerdictRepository.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,PASS,100,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/Storage/PostgresVerdictRepository.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.csproj,EvidenceLocker,FAIL,386,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/AssemblyInfo.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,PASS,4,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Builders/EvidenceBundleBuilder.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,123,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Db/EvidenceLockerDataSource.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,72,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Db/EvidenceLockerMigrationRunner.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,138,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Db/MigrationLoader.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,42,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Db/MigrationScript.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,57,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/DependencyInjection/EvidenceLockerInfrastructureServiceCollectionExtensions.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,226,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/DependencyInjection/EvidenceLockerMigrationHostedService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,31,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Reindexing/EvidenceReindexService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,504,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Repositories/EvidenceBundleRepository.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,440,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Services/EvidenceBundlePackagingService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,322,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Services/EvidencePortableBundleService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,424,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Services/EvidenceSnapshotService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,490,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Services/IncidentModeManager.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,137,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Signing/EvidenceSignatureService.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,293,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Signing/NullTimestampAuthorityClient.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,PASS,29,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Signing/Rfc3161TimestampAuthorityClient.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,175,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Storage/FileSystemEvidenceObjectStore.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,163,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Storage/S3EvidenceObjectStore.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,380,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Storage/StorageKeyGenerator.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,PASS,59,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Timeline/NullEvidenceTimelinePublisher.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,PASS,50,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/Timeline/TimelineIndexerEvidenceTimelinePublisher.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Infrastructure/StellaOps.EvidenceLocker.Infrastructure.csproj,EvidenceLocker,FAIL,324,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/S3ArtifactClient.cs,src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/StellaOps.Excititor.ArtifactStores.S3.csproj,Excititor,FAIL,86,AsyncNaming,Rename async methods to end with Async.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/Extensions/ServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.ArtifactStores.S3/StellaOps.Excititor.ArtifactStores.S3.csproj,Excititor,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/VexAttestationClient.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,FAIL,113,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Dsse/DsseEnvelope.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,10,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Dsse/VexDsseBuilder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,85,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Evidence/VexEvidenceAttestor.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Extensions/ServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,31,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Models/VexAttestationPredicate.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,46,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,4,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Signing/IVexSigner.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,13,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Transparency/ITransparencyLogClient.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,16,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Transparency/RekorHttpClient.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,FAIL,93,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Transparency/RekorHttpClientOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,14,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Verification/IVexAttestationVerifier.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,12,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Verification/VexAttestationActivitySource.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,11,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Verification/VexAttestationMetrics.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,36,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Verification/VexAttestationVerificationOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,PASS,56,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Attestation/Verification/VexAttestationVerifier.cs,src/Excititor/__Libraries/StellaOps.Excititor.Attestation/StellaOps.Excititor.Attestation.csproj,Excititor,FAIL,634,BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/BaselineVexConsensusPolicy.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,68,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/IVexConsensusPolicy.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,33,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/MirrorDistributionOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/MirrorExportPlanner.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,48,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/PortableEvidenceBundle.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,252,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexAttestationAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,39,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexAttestationDiagnostics.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,58,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexAttestationPayload.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,100,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexCacheEntry.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,57,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexCanonicalJsonSerializer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,682,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexClaim.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,362,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexConnectorAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,91,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexConsensus.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexConsensusHold.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,50,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexConsensusPolicyOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexConsensusResolver.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,332,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexExporterAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,36,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexExportManifest.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,295,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexNormalizerAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,29,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexProvider.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexQuery.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,147,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexQuietProvenance.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,79,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexScoreEnvelope.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexSignals.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,65,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexSignatureVerifiers.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,18,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/VexTelemetryAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,44,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Aoc/AocServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Aoc/ExcititorAocGuardException.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,24,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Aoc/IVexRawWriteGuard.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,17,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Aoc/VexRawWriteGuard.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,59,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/AutoVex/AutoVexDowngradeService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,652,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/AutoVex/DriftGateIntegration.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,515,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/AutoVex/ReachabilityLatticeUpdater.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,342,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/AutoVex/TimeBoxedConfidence.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,577,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/AutoVex/VexDowngradeGenerator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,264,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/AutoVex/VexNotReachableJustification.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,718,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Calibration/CalibrationComparisonEngine.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Calibration/CalibrationManifest.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,37,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Calibration/TrustCalibrationService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,321,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Calibration/TrustVectorCalibrator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,90,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Canonicalization/VexAdvisoryKeyCanonicalizer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,315,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Canonicalization/VexProductKeyCanonicalizer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,480,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Dsse/DsseEnvelope.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,24,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/BinaryDiffEvidenceLinker.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,25,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/DsseEvidenceSignatureValidator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,73,AsyncNaming,Rename async methods to end with Async.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/InMemoryVexEvidenceLinkStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,55,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/IVexEvidenceAttestor.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/IVexEvidenceLockerService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/PortableEvidenceBundleBuilder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,499,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexAttestationStoreAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexEvidenceLinker.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,348,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexEvidenceLinkerAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexEvidenceLinkerDefaults.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,37,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexEvidenceLinkModels.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,95,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexEvidenceLinkOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,31,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexEvidenceServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,35,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexEvidenceSnapshot.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,300,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Evidence/VexTimelineEventRecorder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,325,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Justification/ReachabilityJustificationGenerator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Lattice/ClaimScoreMerger.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Lattice/IVexLatticeProvider.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,48,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Lattice/PolicyLatticeAdapter.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Lattice/TrustWeightRegistry.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/AppendOnlyLinksetExtractionService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,384,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IAppendOnlyLinksetStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,251,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IVexLinksetEventPublisher.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,19,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IVexLinksetStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,97,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IVexObservationAttestationService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,223,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IVexObservationLookup.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,33,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IVexObservationQueryService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,12,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IVexObservationStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IVexTimelineEventEmitter.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/IVexTimelineEventStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,93,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/RekorLinkage.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,294,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/TimelineEvent.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,77,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexDeltaModels.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,449,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexLinkset.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,307,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexLinksetDisagreementService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexLinksetExtractionService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexLinksetUpdatedEvent.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexObservation.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,663,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexObservationQueryModels.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,81,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexObservationQueryService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,313,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexProductScope.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,19,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Observations/VexStatementChangeEvent.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,331,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Orchestration/IVexWorkerOrchestratorClient.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,442,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Reachability/ISliceVerdictConsumer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Reachability/SliceVerdictConsumer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/RiskFeed/IRiskFeedService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,55,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/RiskFeed/RiskFeedContracts.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,295,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/RiskFeed/RiskFeedService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,314,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Storage/AirgapImportAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,91,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Storage/ConnectorStateAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,69,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Storage/IAppendOnlyCheckpointStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,499,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Storage/InMemoryVexStores.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,889,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Storage/VexConsensusStoreAbstractions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,30,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Storage/VexRawStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,81,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Storage/VexStorageOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,39,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Testing/AuthorityTenantSeeder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,265,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/ClaimScoreCalculator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,58,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/ClaimStrength.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,23,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/CoverageScorer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,37,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/DefaultTrustVectors.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,50,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/FreshnessCalculator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,48,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/ProvenanceScorer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,55,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/ReplayabilityScorer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,35,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/SourceClassificationService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/TrustVector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,68,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/TrustVector/TrustWeights.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,PASS,49,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/CryptoProfileSelector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/IssuerDirectoryClient.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,392,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/IVexSignatureVerifierV2.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/ProductionVexSignatureVerifier.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,819,BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/VerificationCacheService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,177,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/VexSignatureVerifierOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/VexVerificationMetrics.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,93,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/VexVerificationModels.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,342,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Core/Verification/VexVerificationServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Core/StellaOps.Excititor.Core.csproj,Excititor,FAIL,156,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/ExportEngine.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,333,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/FileSystemArtifactStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,162,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/IVexArtifactStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,PASS,30,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/IVexExportStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,PASS,36,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/OfflineBundleArtifactStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,246,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/PortableEvidenceBundleBuilder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,279,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/ReachabilityEvidenceEnricher.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/S3ArtifactStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,185,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/VexExportCacheService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,55,AsyncNaming,Rename async methods to end with Async.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/VexExportEnvelopeBuilder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/VexMirrorBundlePublisher.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,FAIL,723,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Export/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Export/StellaOps.Excititor.Export.csproj,Excititor,PASS,4,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/CsafExporter.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/StellaOps.Excititor.Formats.CSAF.csproj,Excititor,FAIL,514,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/CsafNormalizer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/StellaOps.Excititor.Formats.CSAF.csproj,Excititor,FAIL,901,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/ServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.CSAF/StellaOps.Excititor.Formats.CSAF.csproj,Excititor,PASS,16,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/CycloneDxComponentReconciler.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.csproj,Excititor,FAIL,244,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/CycloneDxExporter.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.csproj,Excititor,FAIL,370,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/CycloneDxNormalizer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.csproj,Excititor,FAIL,478,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/ServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.CycloneDX/StellaOps.Excititor.Formats.CycloneDX.csproj,Excititor,PASS,16,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/MergeTraceWriter.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.csproj,Excititor,PASS,94,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/OpenVexExporter.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.csproj,Excititor,FAIL,274,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/OpenVexNormalizer.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.csproj,Excititor,FAIL,369,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/OpenVexStatementMerger.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.csproj,Excititor,FAIL,501,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/ServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Formats.OpenVEX/StellaOps.Excititor.Formats.OpenVEX.csproj,Excititor,PASS,21,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/EfCore/Context/ExcititorDbContext.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,PASS,22,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Extensions/ExcititorPersistenceExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,PASS,85,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/ExcititorDataSource.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,PASS,51,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Models/ProjectEntity.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,PASS,68,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Models/VexStatementEntity.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/IVexStatementRepository.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,PASS,76,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresAppendOnlyCheckpointStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,480,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresAppendOnlyLinksetStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,860,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresConnectorStateRepository.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,208,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresVexAttestationStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,340,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresVexDeltaRepository.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,409,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresVexObservationStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,879,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresVexProviderStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,331,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresVexRawStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,451,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/PostgresVexTimelineEventStore.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,444,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Postgres/Repositories/VexStatementRepository.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,386,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Persistence/Repositories/IVexDeltaRepository.cs,src/Excititor/__Libraries/StellaOps.Excititor.Persistence/StellaOps.Excititor.Persistence.csproj,Excititor,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Policy/IVexPolicyProvider.cs,src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj,Excititor,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Policy/VexPolicyBinder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj,Excititor,FAIL,98,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Policy/VexPolicyDiagnostics.cs,src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj,Excititor,PASS,88,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Policy/VexPolicyDigest.cs,src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj,Excititor,PASS,42,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Policy/VexPolicyOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj,Excititor,PASS,37,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Policy/VexPolicyProcessing.cs,src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj,Excititor,FAIL,286,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Policy/VexPolicyTelemetry.cs,src/Excititor/__Libraries/StellaOps.Excititor.Policy/StellaOps.Excititor.Policy.csproj,Excititor,FAIL,25,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/ExportCenter/StellaOps.ExportCenter.RiskBundles/FileSystemRiskBundleObjectStore.cs,src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj,ExportCenter,PASS,74,,
|
|
src/ExportCenter/StellaOps.ExportCenter.RiskBundles/RiskBundleBuilder.cs,src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj,ExportCenter,FAIL,363,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter.RiskBundles/RiskBundleJob.cs,src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj,ExportCenter,FAIL,132,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter.RiskBundles/RiskBundleModels.cs,src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj,ExportCenter,PASS,48,,
|
|
src/ExportCenter/StellaOps.ExportCenter.RiskBundles/RiskBundleObjectStore.cs,src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj,ExportCenter,PASS,14,,
|
|
src/ExportCenter/StellaOps.ExportCenter.RiskBundles/RiskBundleSigning.cs,src/ExportCenter/StellaOps.ExportCenter.RiskBundles/StellaOps.ExportCenter.RiskBundles.csproj,ExportCenter,FAIL,103,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/CombinedRuntimeAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,453,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/ExportAdapterModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,362,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/ExportAdapterRegistry.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,296,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/ExportCompressor.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,324,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/IExportAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/JsonNormalizer.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,440,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/JsonPolicyAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,471,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/JsonRawAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,480,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/MirrorAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,679,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/MirrorDeltaAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,667,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/Trivy/TrivyDbAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,536,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/Trivy/TrivyDbModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,375,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/Trivy/TrivyJavaDbAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,628,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Adapters/Trivy/TrivySchemaMapper.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,465,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/AttestationBundle/AttestationBundleBuilder.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,301,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/AttestationBundle/AttestationBundleModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,72,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/BootstrapPack/BootstrapPackBuilder.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,552,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/BootstrapPack/BootstrapPackModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/ChangeTrace/ChangeTraceBundleBuilder.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,292,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/ChangeTrace/IChangeTraceBundleBuilder.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Configuration/ExportCenterOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/CryptoServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/ExportCryptoService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/Encryption/AesGcmBundleEncryptor.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,398,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/Encryption/AgeBundleKeyWrapper.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,368,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/Encryption/BundleEncryptionModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,303,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/Encryption/BundleEncryptionOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,94,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/Encryption/BundleEncryptionServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/Encryption/BundleKeyWrapperFactory.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,53,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/Encryption/IBundleEncryptor.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Crypto/Encryption/KmsBundleKeyWrapper.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,272,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/DevPortalOffline/DevPortalOfflineBundleBuilder.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,417,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/DevPortalOffline/DevPortalOfflineBundleManifest.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,31,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/DevPortalOffline/DevPortalOfflineBundleRequest.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,29,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/DevPortalOffline/DevPortalOfflineBundleResult.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,11,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/DevPortalOffline/DevPortalOfflineJob.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,178,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/DevPortalOffline/DevPortalOfflineJobModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,35,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/DevPortalOffline/DevPortalOfflineManifestSignature.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,57,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/DevPortalOffline/DevPortalOfflineObjectStore.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,31,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Distribution/DistributionLifecycleService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,274,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Distribution/IDistributionLifecycleService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Domain/ExportDistribution.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Domain/ExportDistributionTarget.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,287,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Domain/ExportInput.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Domain/ExportProfile.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,98,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Domain/ExportRun.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Domain/LineageEvidencePack.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,488,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Encryption/BundleEncryptionModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,352,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Encryption/BundleEncryptionService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,445,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Encryption/IBundleEncryptionService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Encryption/StubAgeKeyWrapper.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,166,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/EvidenceCache/CacheManifest.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/EvidenceCache/CacheModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/EvidenceCache/IEvidenceCacheService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,63,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/EvidenceCache/LocalEvidenceCacheService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,498,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Manifest/ExportManifestModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Manifest/ExportManifestWriter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,399,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Manifest/IExportManifestWriter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,94,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Manifest/ManifestServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,70,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/MirrorBundle/InMemoryMirrorStores.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,314,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/MirrorBundle/IReferrerDiscoveryService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,303,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/MirrorBundle/MirrorBundleBuilder.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,629,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/MirrorBundle/MirrorBundleModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,471,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/MirrorBundle/MirrorBundleSigning.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,192,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/MirrorBundle/MirrorDeltaModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,305,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/MirrorBundle/MirrorDeltaService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,214,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Notifications/ExportNotificationEmitter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,479,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Notifications/ExportNotificationModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Notifications/ExportWebhookClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,210,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/OfflineBundle/BundleManifest.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,94,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/OfflineBundle/BundleModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/OfflineBundle/BundlePredicate.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,59,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/OfflineBundle/IOfflineBundlePackager.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,38,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/OfflineBundle/OfflineBundlePackager.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,633,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/OfflineKit/OfflineKitDistributor.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,309,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/OfflineKit/OfflineKitModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/OfflineKit/OfflineKitPackager.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,432,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/PackRun/InMemoryPackRunStores.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,237,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/PackRun/IPackRunIntegrationService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/PackRun/PackRunIntegrationModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,354,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/PackRun/PackRunIntegrationService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,480,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/PackRun/PackRunIntegrationServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,40,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Planner/ExportPlanModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,362,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Planner/ExportPlanner.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,374,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Planner/ExportScopeModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Planner/ExportScopeResolver.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,457,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Planner/IExportPlanner.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,36,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Planner/IExportScopeResolver.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,45,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/PortableEvidence/PortableEvidenceExportBuilder.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,340,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/PortableEvidence/PortableEvidenceExportModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,64,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Provcache/ProvcacheOciExporter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,294,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Provcache/ProvcacheOciOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Scheduling/ExportRetentionService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,290,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Scheduling/ExportSchedulerService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,341,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Scheduling/ExportSchedulingModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,623,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Scheduling/ExportSchedulingServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,45,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Scheduling/IExportSchedulerService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Scheduling/InMemorySchedulingStores.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,315,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Services/EvidencePackSigningService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,375,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Services/IEvidencePackSigningService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Services/ILineageEvidencePackService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Services/LineageEvidencePackService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,634,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Services/TimelineEvidenceClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,26,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Snapshots/ExportSnapshotService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,351,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Snapshots/ImportSnapshotService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,272,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Snapshots/SnapshotBundle.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,89,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Snapshots/SnapshotLevelHandler.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Tenancy/InMemoryTenantStores.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Tenancy/ITenantScopeEnforcer.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Tenancy/TenantScopeEnforcer.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,394,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Tenancy/TenantScopeModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,396,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Tenancy/TenantScopeServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,58,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Verification/ExportVerificationModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,861,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Verification/ExportVerificationService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,845,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Verification/ExportVerificationServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,33,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Verification/IExportVerificationService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,279,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Verification/InMemoryExportArtifactStore.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/Verification/InMemoryPackRunAttestationStore.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Core/StellaOps.ExportCenter.Core.csproj,ExportCenter,PASS,78,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/Class1.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,PASS,7,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/Db/ExportCenterDataSource.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,FAIL,74,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/Db/ExportCenterDbServiceExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,FAIL,91,AsyncNaming; ConfigureAwaitMissing; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/Db/ExportCenterMigrationRunner.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/Db/MigrationLoader.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,FAIL,44,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/Db/MigrationScript.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,FAIL,65,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/DevPortalOffline/DevPortalOfflineManifestSigningOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,PASS,19,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/DevPortalOffline/DevPortalOfflineStorageOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,PASS,10,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/DevPortalOffline/FileSystemDevPortalOfflineObjectStore.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,FAIL,157,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/DevPortalOffline/HmacDevPortalOfflineManifestSigner.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Infrastructure/StellaOps.ExportCenter.Infrastructure.csproj,ExportCenter,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.BinaryAnalysis/BinaryFingerprintFactory.cs,src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.csproj,Feedser,FAIL,135,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.BinaryAnalysis/IBinaryFingerprinter.cs,src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.csproj,Feedser,PASS,70,,
|
|
src/Feedser/StellaOps.Feedser.BinaryAnalysis/Fingerprinters/InstructionHashFingerprinter.cs,src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.csproj,Feedser,FAIL,251,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.BinaryAnalysis/Fingerprinters/SimplifiedTlshFingerprinter.cs,src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.csproj,Feedser,FAIL,317,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.BinaryAnalysis/Models/BinaryFingerprint.cs,src/Feedser/StellaOps.Feedser.BinaryAnalysis/StellaOps.Feedser.BinaryAnalysis.csproj,Feedser,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.Core/FunctionSignatureExtractor.cs,src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj,Feedser,FAIL,761,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.Core/HunkSigExtractor.cs,src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj,Feedser,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.Core/Models/PatchSignature.cs,src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj,Feedser,PASS,32,,
|
|
src/Feedser/StellaOps.Feedser.Core/Signals/EpssSignalAttacher.cs,src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj,Feedser,FAIL,208,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.Core/Signals/ISignalAttacher.cs,src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj,Feedser,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.Core/Signals/KevSignalAttacher.cs,src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj,Feedser,FAIL,243,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Feedser/StellaOps.Feedser.Core/Signals/SignalAttacherServiceExtensions.cs,src/Feedser/StellaOps.Feedser.Core/StellaOps.Feedser.Core.csproj,Feedser,FAIL,101,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Findings/StellaOps.Findings.Ledger/DeprecationHeaders.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,26,,
|
|
src/Findings/StellaOps.Findings.Ledger/Domain/DecisionModels.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,453,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Domain/EvidenceReference.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,13,,
|
|
src/Findings/StellaOps.Findings.Ledger/Domain/LedgerChainIdGenerator.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,26,,
|
|
src/Findings/StellaOps.Findings.Ledger/Domain/LedgerEventConstants.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,61,,
|
|
src/Findings/StellaOps.Findings.Ledger/Domain/LedgerEventModels.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,88,,
|
|
src/Findings/StellaOps.Findings.Ledger/Domain/ProjectionModels.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,70,,
|
|
src/Findings/StellaOps.Findings.Ledger/Domain/SnapshotModels.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Hashing/HashUtilities.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,17,,
|
|
src/Findings/StellaOps.Findings.Ledger/Hashing/LedgerCanonicalJsonSerializer.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,79,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Findings/StellaOps.Findings.Ledger/Hashing/LedgerHashing.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,21,,
|
|
src/Findings/StellaOps.Findings.Ledger/Hashing/ProjectionHashing.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/IFindingProjectionRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,70,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/ILedgerEventRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,17,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/ILedgerEventStream.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,12,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/IMerkleAnchorScheduler.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,9,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/AirGap/AirgapImportRecord.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,17,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/AirGap/AirgapTimelineImpact.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,37,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/AirGap/EvidenceSnapshotRecord.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,32,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/AirGap/IAirgapImportRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,30,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/AirGap/IEvidenceSnapshotRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,46,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/AirGap/StalenessResult.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,93,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Attestation/AttestationPointerRecord.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Attestation/AttestationStatusCalculator.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,28,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Attestation/IAttestationPointerRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,98,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Compatibility/IsExternalInit.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,8,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Exports/ExportPaging.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,99,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Exports/IOrchestratorExportRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,9,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Exports/OrchestratorExportRecord.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,16,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/InMemory/InMemoryLedgerEventRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,65,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/IMerkleAnchorRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,18,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerAnchorQueue.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,32,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/LedgerMerkleAnchorWorker.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,163,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/MerkleTreeBuilder.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,51,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/NullMerkleAnchorScheduler.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,10,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Merkle/PostgresMerkleAnchorScheduler.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,17,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/InlinePolicyEvaluationService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,202,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/IPolicyEvaluationService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,26,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/PolicyEngineEvaluationService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,255,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Policy/PolicyEvaluationCache.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/LedgerDataSource.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,130,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresAirgapImportRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,232,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresAttestationPointerRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,670,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresFindingProjectionRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,746,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresLedgerEventRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,259,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresLedgerEventStream.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresMerkleAnchorRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,84,,
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresOrchestratorExportRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,147,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresSnapshotRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,404,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/PostgresTimeTravelRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,834,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Postgres/RlsValidationService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,169,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Projection/LedgerProjectionWorker.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,207,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Infrastructure/Snapshot/ISnapshotRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Observability/LedgerMetrics.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,670,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Observability/LedgerTelemetry.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,200,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Observability/LedgerTimeline.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,374,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Observations/IObservationRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Observations/PostgresObservationRepository.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,344,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Observations/SignalSnapshotBuilder.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,390,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/OpenApi/OpenApiMetadataFactory.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,56,,
|
|
src/Findings/StellaOps.Findings.Ledger/Options/AirGapOptions.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,99,,
|
|
src/Findings/StellaOps.Findings.Ledger/Options/LedgerIncidentOptions.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,93,,
|
|
src/Findings/StellaOps.Findings.Ledger/Options/LedgerServiceOptions.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,232,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Properties/AssemblyInfo.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,4,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/AirgapImportService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,159,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/AirgapTimelineService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/AlertService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/AttestationPointerService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,476,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/DecisionService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,195,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/EvidenceBundleService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,71,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/EvidenceSnapshotService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,223,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/FindingWorkflowService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,570,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/IAlertService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,56,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/IAuditService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,18,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/IDecisionHook.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,57,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/IDecisionService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,25,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/IDiffService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,19,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/IEvidenceBundleService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,86,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/IScoredFindingsQueryService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,58,,
|
|
src/Findings/StellaOps.Findings.Ledger/Services/LedgerEventWriteService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,308,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/LedgerProjectionReducer.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/OrchestratorExportService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,89,AsyncNaming,Rename async methods to end with Async.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/ScoredFindingsExportService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,240,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/ScoredFindingsQueryModels.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/ScoredFindingsQueryService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/ScoringMetricsService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/SnapshotService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,441,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/StalenessValidationService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,276,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/Attachments/AttachmentEncryptionService.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,79,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/Attachments/AttachmentUrlSigner.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,56,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/Incident/LedgerIncidentCoordinator.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,357,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Services/Security/ConsoleCsrfValidator.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,60,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/HarnessDraftParser.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,306,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/HarnessFixtureException.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,15,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/HarnessFixtureReader.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,58,NamespaceNotStellaOps; UsingInsideNamespace,Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/HarnessMath.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,34,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/Program.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,FAIL,549,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/Workflow/WorkflowMutationRequests.cs,src/Findings/StellaOps.Findings.Ledger/StellaOps.Findings.Ledger.csproj,Findings,PASS,93,,
|
|
src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs,src/Graph/__Libraries/StellaOps.Graph.Core/StellaOps.Graph.Core.csproj,Graph,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/__Libraries/StellaOps.Graph.Core/ICveObservationNodeRepository.cs,src/Graph/__Libraries/StellaOps.Graph.Core/StellaOps.Graph.Core.csproj,Graph,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/__Libraries/StellaOps.Graph.Core/PostgresCveObservationNodeRepository.cs,src/Graph/__Libraries/StellaOps.Graph.Core/StellaOps.Graph.Core.csproj,Graph,FAIL,349,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/EfCore/Context/GraphIndexerDbContext.cs,src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj,Graph,PASS,22,,
|
|
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Extensions/GraphIndexerPersistenceExtensions.cs,src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj,Graph,PASS,56,,
|
|
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/GraphIndexerDataSource.cs,src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj,Graph,PASS,45,,
|
|
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs,src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj,Graph,FAIL,183,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs,src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj,Graph,FAIL,184,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs,src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj,Graph,FAIL,164,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresIdempotencyStore.cs,src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/StellaOps.Graph.Indexer.Persistence.csproj,Graph,FAIL,79,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,473,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,55,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,89,,
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,32,,
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,74,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,41,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,42,,
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,10,,
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,79,,
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,27,,
|
|
src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,36,,
|
|
src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,263,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,491,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Incremental/GraphBackfillMetrics.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,90,,
|
|
src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeEvent.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,29,,
|
|
src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamOptions.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,13,,
|
|
src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamProcessor.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,121,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Incremental/GraphChangeStreamServiceCollectionExtensions.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,35,,
|
|
src/Graph/StellaOps.Graph.Indexer/Incremental/InMemoryIdempotencyStore.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,22,,
|
|
src/Graph/StellaOps.Graph.Indexer/Incremental/NoOpGraphChangeEventSource.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,24,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetMetrics.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,86,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetSnapshot.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,89,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/IAdvisoryLinksetMetrics.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,9,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,73,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorSnapshot.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,449,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/InspectorIngestServiceCollectionExtensions.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,27,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/IPolicyOverlayMetrics.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,9,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayMetrics.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayProcessor.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,87,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlaySnapshot.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,91,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayTransformer.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/FileSystemSnapshotFileWriter.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,60,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/GraphBuildBatch.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,9,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/IGraphDocumentWriter.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,10,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/InMemoryGraphDocumentWriter.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,31,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/ISbomIngestMetrics.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,9,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestMetrics.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,100,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestOptions.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,12,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestProcessor.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,89,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestProcessorFactory.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,43,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestServiceCollectionExtensions.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,50,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomIngestTransformer.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,624,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomSnapshot.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Sbom/SbomSnapshotExporter.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,52,AsyncNaming,Rename async methods to end with Async.
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Vex/VexOverlaySnapshot.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,97,,
|
|
src/Graph/StellaOps.Graph.Indexer/Ingestion/Vex/VexOverlayTransformer.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Properties/AssemblyInfo.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,4,,
|
|
src/Graph/StellaOps.Graph.Indexer/Schema/Base32Crockford.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,PASS,45,,
|
|
src/Graph/StellaOps.Graph.Indexer/Schema/CanonicalJson.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,136,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs,src/Graph/StellaOps.Graph.Indexer/StellaOps.Graph.Indexer.csproj,Graph,FAIL,153,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Contracts/AiCodeGuardAnnotationContracts.cs,src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.csproj,Integrations,FAIL,456,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Contracts/IIntegrationConnectorPlugin.cs,src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.csproj,Integrations,PASS,38,,
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Contracts/IntegrationDtos.cs,src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.csproj,Integrations,PASS,98,,
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Contracts/ScmAnnotationContracts.cs,src/Integrations/__Libraries/StellaOps.Integrations.Contracts/StellaOps.Integrations.Contracts.csproj,Integrations,FAIL,655,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Core/Integration.cs,src/Integrations/__Libraries/StellaOps.Integrations.Core/StellaOps.Integrations.Core.csproj,Integrations,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Core/IntegrationEnums.cs,src/Integrations/__Libraries/StellaOps.Integrations.Core/StellaOps.Integrations.Core.csproj,Integrations,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Core/IntegrationModels.cs,src/Integrations/__Libraries/StellaOps.Integrations.Core/StellaOps.Integrations.Core.csproj,Integrations,PASS,75,,
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Persistence/IIntegrationRepository.cs,src/Integrations/__Libraries/StellaOps.Integrations.Persistence/StellaOps.Integrations.Persistence.csproj,Integrations,PASS,36,,
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Persistence/IntegrationDbContext.cs,src/Integrations/__Libraries/StellaOps.Integrations.Persistence/StellaOps.Integrations.Persistence.csproj,Integrations,PASS,84,,
|
|
src/Integrations/__Libraries/StellaOps.Integrations.Persistence/PostgresIntegrationRepository.cs,src/Integrations/__Libraries/StellaOps.Integrations.Persistence/StellaOps.Integrations.Persistence.csproj,Integrations,FAIL,233,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/EfCore/Context/IssuerDirectoryDbContext.cs,src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj,IssuerDirectory,PASS,22,,
|
|
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/Extensions/IssuerDirectoryPersistenceExtensions.cs,src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj,IssuerDirectory,FAIL,82,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/Postgres/IssuerDirectoryDataSource.cs,src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj,IssuerDirectory,PASS,41,,
|
|
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/Postgres/Repositories/PostgresIssuerAuditSink.cs,src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj,IssuerDirectory,FAIL,67,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/Postgres/Repositories/PostgresIssuerKeyRepository.cs,src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj,IssuerDirectory,FAIL,242,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/Postgres/Repositories/PostgresIssuerRepository.cs,src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj,IssuerDirectory,FAIL,319,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/Postgres/Repositories/PostgresIssuerTrustRepository.cs,src/IssuerDirectory/__Libraries/StellaOps.IssuerDirectory.Persistence/StellaOps.IssuerDirectory.Persistence.csproj,IssuerDirectory,FAIL,121,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Abstractions/IIssuerAuditSink.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,13,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Abstractions/IIssuerKeyRepository.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,20,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Abstractions/IIssuerRepository.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,21,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Abstractions/IIssuerTrustRepository.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,16,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerAuditEntry.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,52,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerContact.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,29,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerEndpoint.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,34,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerKeyMaterial.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,22,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerKeyRecord.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerKeyStatus.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,12,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerKeyType.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,12,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerMetadata.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,62,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerRecord.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,FAIL,161,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerTenants.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,13,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Domain/IssuerTrustOverrideRecord.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,73,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Observability/IssuerDirectoryMetrics.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,FAIL,62,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Services/IssuerDirectoryService.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,FAIL,253,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Services/IssuerKeyService.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,FAIL,328,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Services/IssuerTrustService.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,FAIL,138,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Validation/IssuerKeyValidationResult.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,PASS,26,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/Validation/IssuerKeyValidator.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core/StellaOps.IssuerDirectory.Core.csproj,IssuerDirectory,FAIL,128,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/ServiceCollectionExtensions.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.csproj,IssuerDirectory,PASS,25,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/InMemory/InMemoryIssuerAuditSink.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.csproj,IssuerDirectory,PASS,29,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/InMemory/InMemoryIssuerKeyRepository.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.csproj,IssuerDirectory,PASS,90,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/InMemory/InMemoryIssuerRepository.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.csproj,IssuerDirectory,PASS,74,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/InMemory/InMemoryIssuerTrustRepository.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.csproj,IssuerDirectory,PASS,44,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/Seed/CsafPublisherSeedLoader.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Infrastructure/StellaOps.IssuerDirectory.Infrastructure.csproj,IssuerDirectory,FAIL,148,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Engine/ChannelHealthContracts.cs,src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj,Notify,PASS,53,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Engine/ChannelTestPreviewContracts.cs,src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj,Notify,PASS,86,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Engine/INotifyRuleEvaluator.cs,src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj,Notify,PASS,30,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Engine/NotifyRuleEvaluationOutcome.cs,src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj,Notify,PASS,46,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Engine/Formatters/SlackSecretAlertFormatter.cs,src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj,Notify,FAIL,341,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Engine/Formatters/TeamsSecretAlertFormatter.cs,src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj,Notify,FAIL,320,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Engine/Templates/BudgetAlertTemplates.cs,src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj,Notify,FAIL,533,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Engine/Templates/SecretFindingAlertTemplates.cs,src/Notify/__Libraries/StellaOps.Notify.Engine/StellaOps.Notify.Engine.csproj,Notify,FAIL,447,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/Iso8601DurationConverter.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,PASS,29,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyCanonicalJsonSerializer.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,639,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyChannel.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,236,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyDelivery.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,253,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyEnums.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,PASS,88,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyEscalation.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,479,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyEvent.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyEventKinds.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,PASS,23,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyLocalizationBundle.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,234,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyOnCallSchedule.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,495,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyQuietHours.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,402,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyRule.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,389,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifySchemaMigration.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,PASS,75,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifySchemaVersions.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,PASS,24,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyTemplate.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyThrottleConfig.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Models/NotifyValidation.cs,src/Notify/__Libraries/StellaOps.Notify.Models/StellaOps.Notify.Models.csproj,Notify,PASS,99,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/EfCore/Context/NotifyDbContext.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,33,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Extensions/NotifyPersistenceExtensions.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/InMemory/Documents/NotifyDocuments.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/InMemory/Repositories/InMemoryRepositories.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,518,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/InMemory/Repositories/INotifyRepositories.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/NotifyDataSource.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,39,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/ChannelEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,82,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/DeliveryEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/DigestEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,31,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/EscalationEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,52,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/InboxEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,23,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/IncidentEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,47,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/LocalizationBundleEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,22,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/LockEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,15,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/MaintenanceWindowEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,19,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/NotifyAuditEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,18,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/OnCallScheduleEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,30,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/OperatorOverrideEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,18,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/QuietHoursEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,20,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/RuleEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,22,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/TemplateEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,19,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Models/ThrottleConfigEntity.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,23,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/ChannelRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,265,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/DeliveryRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,532,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/DigestRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,160,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/EscalationRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,253,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IChannelRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,54,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IDeliveryRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IDigestRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,17,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IEscalationRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,25,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IInboxRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,17,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IIncidentRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,17,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/ILocalizationBundleRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,50,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/ILockRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,20,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IMaintenanceWindowRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,15,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/InboxRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,140,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IncidentRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,168,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/INotifyAuditRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,13,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IOnCallScheduleRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,14,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IOperatorOverrideRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,45,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IQuietHoursRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,14,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IRuleRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,15,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/ITemplateRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,14,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/IThrottleConfigRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,PASS,45,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/LocalizationBundleRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,217,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/LockRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,55,AsyncNaming,Rename async methods to end with Async.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/MaintenanceWindowRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,124,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/NotifyAuditRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,101,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/OnCallScheduleRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,117,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/OperatorOverrideRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,161,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/QuietHoursRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,117,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/RuleRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,140,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/TemplateRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,137,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Persistence/Postgres/Repositories/ThrottleConfigRepository.cs,src/Notify/__Libraries/StellaOps.Notify.Persistence/StellaOps.Notify.Persistence.csproj,Notify,FAIL,199,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyDeliveryQueueHealthCheck.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,57,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyDeliveryQueueOptions.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,70,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyEventQueueOptions.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyQueueContracts.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyQueueFields.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,19,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyQueueHealthCheck.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,57,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyQueueMetrics.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,FAIL,40,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyQueueServiceCollectionExtensions.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,FAIL,148,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/NotifyQueueTransportKind.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,11,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Nats/NatsNotifyDeliveryLease.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,82,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Nats/NatsNotifyDeliveryQueue.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,FAIL,753,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Nats/NatsNotifyEventLease.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,85,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Nats/NatsNotifyEventQueue.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,FAIL,754,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Properties/AssemblyInfo.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,4,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Redis/RedisNotifyDeliveryLease.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,77,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Redis/RedisNotifyDeliveryQueue.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,FAIL,790,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Redis/RedisNotifyEventLease.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,PASS,77,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Queue/Redis/RedisNotifyEventQueue.cs,src/Notify/__Libraries/StellaOps.Notify.Queue/StellaOps.Notify.Queue.csproj,Notify,FAIL,657,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/ServiceCollectionExtensions.cs,src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.csproj,Notify,PASS,64,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StorageInitializationHostedService.cs,src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.csproj,Notify,PASS,29,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/Documents/NotifyDocuments.cs,src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.csproj,Notify,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/Repositories/InMemoryRepositories.cs,src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.csproj,Notify,FAIL,590,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/Repositories/INotifyRepositories.cs,src/Notify/__Libraries/StellaOps.Notify.Storage.InMemory/StellaOps.Notify.Storage.InMemory.csproj,Notify,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Integration/IOpsMemoryChatProvider.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Integration/OpsMemoryChatProvider.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,361,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Integration/OpsMemoryContextEnricher.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Integration/OpsMemoryDecisionHook.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Models/OpsMemoryRecord.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,304,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Playbook/IPlaybookSuggestionService.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,PASS,37,,
|
|
src/OpsMemory/StellaOps.OpsMemory/Playbook/PlaybookSuggestionService.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,420,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Similarity/ISimilarityVectorGenerator.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,PASS,32,,
|
|
src/OpsMemory/StellaOps.OpsMemory/Similarity/SimilarityVectorGenerator.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,293,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Storage/IKnownIssueStore.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,PASS,89,,
|
|
src/OpsMemory/StellaOps.OpsMemory/Storage/IOpsMemoryStore.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,307,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Storage/ITacticStore.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Storage/PostgresOpsMemoryStore.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,698,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/OpsMemory/StellaOps.OpsMemory/Tracking/OutcomeTrackingService.cs,src/OpsMemory/StellaOps.OpsMemory/StellaOps.OpsMemory.csproj,OpsMemory,FAIL,422,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/EventEnvelope.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/AirGap/NetworkIntentValidator.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,413,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/AirGap/StalenessValidator.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,328,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Backfill/BackfillManager.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,591,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Backfill/DuplicateSuppressor.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,329,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Backfill/EventTimeWindow.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/DeadLetter/DeadLetterNotifier.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,503,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/DeadLetter/ErrorClassification.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,579,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/DeadLetter/IDeadLetterRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/DeadLetter/ReplayManager.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,473,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Artifact.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,40,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/AuditEntry.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/BackfillRequest.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,430,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/DagEdge.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,43,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/DeadLetterEntry.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,293,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/FirstSignal.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,75,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Incident.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,70,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Job.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,82,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/JobHistory.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,49,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/JobStatus.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,31,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Pack.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,364,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/PackRun.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/PackRunLog.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Quota.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,61,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Run.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,79,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/RunLedger.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,343,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Schedule.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,61,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/SignedManifest.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,433,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Slo.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,569,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Source.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,43,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Throttle.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,61,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Watermark.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/AirGap/BundleProvenance.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/AirGap/NetworkIntent.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/AirGap/SealingStatus.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/AirGap/StalenessConfig.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,89,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/AirGap/StalenessValidationResult.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Events/EventEnvelope.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,582,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Events/IEventPublisher.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,253,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Events/TimelineEvent.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,258,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Events/TimelineEventEmitter.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,496,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Export/ExportJob.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,560,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Export/ExportJobPolicy.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Export/ExportJobTypes.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,62,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Export/ExportSchedule.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,537,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Mirror/MirrorBundle.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,428,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Mirror/MirrorJobTypes.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,55,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Mirror/MirrorOperationRecorder.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,862,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Replay/ReplayInputsLock.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,48,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Domain/Replay/ReplayManifest.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,79,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Evidence/JobAttestation.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,303,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Evidence/JobAttestationService.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,827,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Evidence/JobCapsule.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,427,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Evidence/JobCapsuleGenerator.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,559,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Evidence/JobRedactionGuard.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,287,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Evidence/SnapshotHook.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,276,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Hashing/CanonicalJsonHasher.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,81,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Hashing/EventEnvelopeHasher.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,23,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Observability/IncidentModeHooks.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,512,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/RateLimiting/AdaptiveRateLimiter.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,456,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/RateLimiting/BackpressureHandler.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/RateLimiting/ConcurrencyLimiter.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,227,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/RateLimiting/TokenBucket.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Repositories/IFirstSignalSnapshotRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,38,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Scale/LoadShedder.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Scale/ScaleMetrics.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,328,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Scheduling/DagPlanner.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,400,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Scheduling/JobScheduler.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,310,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Scheduling/JobStateMachine.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Scheduling/RetryPolicy.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Services/ExportJobService.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,349,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/Services/IFirstSignalService.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,PASS,51,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/SloManagement/BurnRateEngine.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Core/StellaOps.Orchestrator.Core.csproj,Orchestrator,FAIL,342,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/ServiceCollectionExtensions.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,84,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Caching/FirstSignalCache.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Events/OrchestratorEventPublisher.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,309,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Ledger/ILedgerExporter.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,46,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Ledger/LedgerExporter.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,318,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Observability/OrchestratorGoldenSignals.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,329,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Observability/OrchestratorMetrics.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,1358,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Options/FirstSignalOptions.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,43,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Options/OrchestratorServiceOptions.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/OrchestratorDataSource.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,120,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresArtifactRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,364,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresAuditRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,516,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresBackfillRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,397,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresDeadLetterRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,680,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresDuplicateSuppressor.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,251,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresFirstSignalSnapshotRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,172,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresJobRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,545,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresLedgerRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,956,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresPackRegistryRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,944,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresPackRunLogRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,224,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresPackRunRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,532,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresQuotaRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,439,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresReplayAuditRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresRunRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,393,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresSourceRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,319,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresThrottleRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,315,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Postgres/PostgresWatermarkRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,391,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IArtifactRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,62,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IAuditRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IBackfillRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IDagEdgeRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,44,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IJobHistoryRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,30,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IJobRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/ILedgerRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IPackRegistryRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IPackRunRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IQuotaRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,80,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IRunRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,70,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/ISourceRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,51,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IThrottleRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,63,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Repositories/IWatermarkRepository.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,PASS,71,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Services/FirstSignalService.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,753,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Services/FirstSignalSnapshotWriter.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,135,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/Services/SchedulerFailureSignatureLookupClient.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Infrastructure/StellaOps.Orchestrator.Infrastructure.csproj,Orchestrator,FAIL,200,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/EfCore/Context/PacksRegistryDbContext.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,PASS,22,,
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/Extensions/PacksRegistryPersistenceExtensions.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,PASS,58,,
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/Postgres/PacksRegistryDataSource.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,PASS,45,,
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/Postgres/Repositories/PostgresAttestationRepository.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,FAIL,164,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/Postgres/Repositories/PostgresAuditRepository.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,FAIL,121,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/Postgres/Repositories/PostgresLifecycleRepository.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,FAIL,144,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/Postgres/Repositories/PostgresMirrorRepository.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,FAIL,156,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/Postgres/Repositories/PostgresPackRepository.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,FAIL,217,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/Postgres/Repositories/PostgresParityRepository.cs,src/PacksRegistry/__Libraries/StellaOps.PacksRegistry.Persistence/StellaOps.PacksRegistry.Persistence.csproj,PacksRegistry,FAIL,144,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Contracts/IAttestationRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,13,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Contracts/IAuditRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,12,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Contracts/ILifecycleRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,13,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Contracts/IMirrorRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,12,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Contracts/IPackRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,17,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Contracts/IPackSignatureVerifier.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,7,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Contracts/IParityRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,13,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Models/AttestationRecord.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,11,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Models/AuditRecord.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,14,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Models/LifecycleRecord.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,9,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Models/MirrorSourceRecord.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,13,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Models/PackPolicyOptions.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,8,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Models/PackRecord.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,17,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Models/ParityRecord.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,PASS,9,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Services/AttestationService.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,FAIL,73,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Services/ComplianceService.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,FAIL,37,AsyncNaming,Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Services/ExportService.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,FAIL,106,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Services/LifecycleService.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,FAIL,63,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Services/MirrorService.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,FAIL,60,AsyncNaming,Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Services/PackService.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,FAIL,151,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/Services/ParityService.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Core/StellaOps.PacksRegistry.Core.csproj,PacksRegistry,FAIL,53,AsyncNaming,Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/FileSystem/FileAttestationRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,FAIL,94,AsyncNaming; BlockingAsync,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/FileSystem/FileAuditRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,FAIL,73,AsyncNaming,Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/FileSystem/FileLifecycleRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,FAIL,93,AsyncNaming,Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/FileSystem/FileMirrorRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,FAIL,76,AsyncNaming,Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/FileSystem/FilePackRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,FAIL,136,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/FileSystem/FileParityRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,FAIL,94,AsyncNaming,Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/InMemory/InMemoryAttestationRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,PASS,43,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/InMemory/InMemoryAuditRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,PASS,36,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/InMemory/InMemoryLifecycleRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,PASS,37,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/InMemory/InMemoryMirrorRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,PASS,37,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/InMemory/InMemoryPackRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,PASS,73,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/InMemory/InMemoryParityRepository.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,PASS,37,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/Verification/RsaSignatureVerifier.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,PASS,52,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/Verification/SimpleSignatureVerifier.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Infrastructure/StellaOps.PacksRegistry.Infrastructure.csproj,PacksRegistry,FAIL,48,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/Context/PacksRegistryDbContext.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/StellaOps.PacksRegistry.Persistence.EfCore.csproj,PacksRegistry,PASS,43,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/Extensions/PacksRegistryPersistenceExtensions.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Persistence.EfCore/StellaOps.PacksRegistry.Persistence.EfCore.csproj,PacksRegistry,PASS,52,,
|
|
src/Platform/__Libraries/StellaOps.Platform.Database/ReleaseMigrationRunner.cs,src/Platform/__Libraries/StellaOps.Platform.Database/StellaOps.Platform.Database.csproj,Platform,FAIL,120,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Platform/__Libraries/StellaOps.Platform.Database/ServiceCollectionExtensions.cs,src/Platform/__Libraries/StellaOps.Platform.Database/StellaOps.Platform.Database.csproj,Platform,FAIL,55,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Platform/StellaOps.Platform.Analytics/ServiceCollectionExtensions.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,60,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Platform/StellaOps.Platform.Analytics/Models/AdvisoryEvents.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,PASS,57,,
|
|
src/Platform/StellaOps.Platform.Analytics/Models/RekorEvents.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,PASS,80,,
|
|
src/Platform/StellaOps.Platform.Analytics/Models/ScannerOrchestratorEvents.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.Analytics/Options/AnalyticsIngestionOptions.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,PASS,94,,
|
|
src/Platform/StellaOps.Platform.Analytics/Services/AnalyticsIngestionDataSource.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,66,AsyncNaming,Rename async methods to end with Async.
|
|
src/Platform/StellaOps.Platform.Analytics/Services/AnalyticsIngestionService.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,879,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.Analytics/Services/AttestationIngestionService.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,1233,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.Analytics/Services/CasContentReader.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.Analytics/Services/IVulnerabilityCorrelationService.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,PASS,14,,
|
|
src/Platform/StellaOps.Platform.Analytics/Services/VulnerabilityCorrelationService.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,605,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.Analytics/Utilities/LicenseExpressionRenderer.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,PASS,90,,
|
|
src/Platform/StellaOps.Platform.Analytics/Utilities/PurlParser.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,200,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.Analytics/Utilities/Sha256Hasher.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,PASS,21,,
|
|
src/Platform/StellaOps.Platform.Analytics/Utilities/TenantNormalizer.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,PASS,43,,
|
|
src/Platform/StellaOps.Platform.Analytics/Utilities/VersionRuleEvaluator.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.Analytics/Utilities/VulnerabilityCorrelationRules.cs,src/Platform/StellaOps.Platform.Analytics/StellaOps.Platform.Analytics.csproj,Platform,PASS,90,,
|
|
src/Policy/__Libraries/StellaOps.Policy.AuthSignals/PolicyAuthSignal.cs,src/Policy/__Libraries/StellaOps.Policy.AuthSignals/StellaOps.Policy.AuthSignals.csproj,Policy,PASS,41,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/DeterminizationOptions.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/GlobalUsings.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,9,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/IDeterminizationConfigStore.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/ServiceCollectionExtensions.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,74,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Evidence/BackportEvidence.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,66,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Evidence/CvssEvidence.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,46,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Evidence/EpssEvidence.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,48,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Evidence/EvidenceAnchor.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,95,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Evidence/ReachabilityEvidence.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,87,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Evidence/RuntimeEvidence.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,67,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Evidence/SbomLineageEvidence.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,47,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Evidence/VexClaimSummary.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/DeterminizationContext.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/DeterminizationResult.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/GuardRails.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/ObservationDecay.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/ObservationState.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,45,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/ReanalysisFingerprint.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,298,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/SignalConflictExtensions.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,81,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/SignalGap.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,58,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/SignalQueryStatus.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,27,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/SignalSnapshot.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,90,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/SignalState.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,91,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Models/UncertaintyScore.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Scoring/ConflictDetector.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,307,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Scoring/DecayedConfidenceCalculator.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,76,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Scoring/IDecayedConfidenceCalculator.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,28,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Scoring/IUncertaintyScoreCalculator.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,24,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Scoring/PriorDistribution.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,41,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Scoring/SignalWeights.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,PASS,46,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Scoring/TrustScoreAggregator.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Determinization/Scoring/UncertaintyScoreCalculator.cs,src/Policy/__Libraries/StellaOps.Policy.Determinization/StellaOps.Policy.Determinization.csproj,Policy,FAIL,105,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Models/EvidenceHook.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Models/ExceptionApplication.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Models/ExceptionEvent.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,307,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Models/ExceptionObject.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,314,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Models/RecheckPolicy.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Repositories/IExceptionApplicationRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,1,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Repositories/IExceptionRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,202,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Repositories/PostgresExceptionApplicationRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,175,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Repositories/PostgresExceptionRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,872,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Services/EvidenceRequirementValidator.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Services/ExceptionEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,282,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Exceptions/Services/RecheckEvaluationService.cs,src/Policy/__Libraries/StellaOps.Policy.Exceptions/StellaOps.Policy.Exceptions.csproj,Policy,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Explainability/GlobalUsings.cs,src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.csproj,Policy,FAIL,9,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Libraries/StellaOps.Policy.Explainability/IVerdictRationaleRenderer.cs,src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.csproj,Policy,PASS,53,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Explainability/ServiceCollectionExtensions.cs,src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.csproj,Policy,PASS,13,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Explainability/VerdictRationale.cs,src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.csproj,Policy,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Explainability/VerdictRationaleRenderer.cs,src/Policy/__Libraries/StellaOps.Policy.Explainability/StellaOps.Policy.Explainability.csproj,Policy,FAIL,202,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Abstractions/IEmbeddedOpaEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,94,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Abstractions/IPolicyEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,52,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Abstractions/IPolicyExporter.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,29,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Abstractions/IPolicyImporter.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,29,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Abstractions/IPolicyValidator.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,28,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Abstractions/IRegoCodeGenerator.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,38,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Abstractions/IRemediationResolver.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,84,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Contracts/PolicyInteropModels.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,348,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Contracts/PolicyPackDocument.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Contracts/RemediationModels.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/DependencyInjection/PolicyInteropServiceCollectionExtensions.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,33,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Evaluation/EmbeddedOpaEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,360,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Evaluation/RemediationResolver.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Export/JsonPolicyExporter.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,131,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Import/FormatDetector.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,PASS,89,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Import/JsonPolicyImporter.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,225,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Import/RegoPolicyImporter.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,328,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Interop/Rego/RegoCodeGenerator.cs,src/Policy/__Libraries/StellaOps.Policy.Interop/StellaOps.Policy.Interop.csproj,Policy,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/EfCore/Context/PolicyDbContext.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,22,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Extensions/PolicyPersistenceExtensions.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,88,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/PolicyDataSource.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,39,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/PostgresGateBypassAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,208,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/PostgresTrustedKeyRegistry.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,253,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/ServiceCollectionExtensions.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,149,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Migration/LegacyDocumentConverter.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,343,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Migration/PolicyMigrator.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,475,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/BudgetLedgerEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/ConflictEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,24,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/EvaluationRunEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/ExceptionApprovalEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,247,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/ExceptionEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/ExplanationEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,94,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/GateBypassAuditEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/LedgerExportEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,24,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/PackEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,68,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/PackVersionEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,58,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/PolicyAuditEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,61,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/RiskProfileEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,78,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/RuleEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/SnapshotEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,18,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/TrustedKeyEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/ViolationEventEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,21,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Models/WorkerResultEntity.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,27,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ConflictRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,259,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/EvaluationRunRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,424,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ExceptionApprovalRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,759,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ExceptionRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,356,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ExplanationRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,172,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/GateBypassAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,324,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/GateDecisionHistoryRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IConflictRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,65,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IEvaluationRunRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IExceptionApprovalRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IExceptionRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,76,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IExplanationRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,17,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IGateBypassAuditPersistence.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,98,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ILedgerExportRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,65,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IPackRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,67,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IPackVersionRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,51,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IPolicyAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,16,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IRiskProfileRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,75,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IRuleRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,69,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ISnapshotRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,45,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ITrustedKeyRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,96,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IViolationEventRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,64,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/IWorkerResultRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,PASS,84,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/LedgerExportRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,254,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/PackRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,269,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/PackVersionRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,213,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/PolicyAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,106,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/PostgresBudgetStore.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,316,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/PostgresExceptionObjectRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,849,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/PostgresReceiptRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ReplayAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,419,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/RiskProfileRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,375,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/RuleRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,336,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/SnapshotRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,180,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/TrustedKeyRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,331,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/ViolationEventRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,266,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Persistence/Postgres/Repositories/WorkerResultRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Persistence/StellaOps.Policy.Persistence.csproj,Policy,FAIL,311,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Predicates/FixChain/FixChainGateAdapter.cs,src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.csproj,Policy,FAIL,265,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Predicates/FixChain/FixChainGateExtensions.cs,src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.csproj,Policy,PASS,90,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Predicates/FixChain/FixChainGateMetrics.cs,src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.csproj,Policy,FAIL,91,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/__Libraries/StellaOps.Policy.Predicates/FixChain/FixChainGateNotifier.cs,src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.csproj,Policy,FAIL,470,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Predicates/FixChain/FixChainGatePredicate.cs,src/Policy/__Libraries/StellaOps.Policy.Predicates/StellaOps.Policy.Predicates.csproj,Policy,FAIL,698,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/ServiceCollectionExtensions.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,PASS,43,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/UnknownsBudgetEnforcer.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,216,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Configuration/DefaultBudgets.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Configuration/UnknownBudgetOptions.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,PASS,23,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Events/BudgetExceededEventFactory.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,220,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Models/BlastRadius.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,PASS,27,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Models/ContainmentSignals.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,PASS,24,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Models/Unknown.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Models/UnknownBudget.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Models/UnknownReasonCode.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,PASS,51,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Repositories/IUnknownsRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Repositories/UnknownsRepository.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,555,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Services/RemediationHintsRegistry.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,PASS,72,,
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Services/UnknownBudgetService.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,330,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy.Unknowns/Services/UnknownRanker.cs,src/Policy/__Libraries/StellaOps.Policy.Unknowns/StellaOps.Policy.Unknowns.csproj,Policy,FAIL,369,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/InMemoryPolicyExplanationStore.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyAuditEntry.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,13,,
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyBinder.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,1236,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyDiagnostics.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,78,,
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyDigest.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,307,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyDocument.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyEvaluation.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,595,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyExplanation.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,319,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyFinding.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,52,,
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyIssue.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,29,,
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyPreviewModels.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,19,,
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyPreviewService.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,149,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicySchemaResource.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,32,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyScoringConfig.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,75,,
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyScoringConfigBinder.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,605,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyScoringConfigDigest.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,102,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyScoringSchema.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,29,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicySnapshot.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,30,,
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicySnapshotStore.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,107,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyUnknownConfidenceConfig.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,38,,
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyValidationCli.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,253,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/PolicyVerdict.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/RiskProfileDiagnostics.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,361,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/SplCanonicalizer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,197,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/SplLayeringEngine.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,631,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/SplMigrationTool.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,179,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/SplSchemaResource.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,54,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Policy/__Libraries/StellaOps.Policy/AiCodeGuard/AiCodeGuardEvidenceContext.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/AiCodeGuard/AiCodeGuardSignalBinder.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,331,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/AiCodeGuard/IAiCodeGuardEvidenceProvider.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Audit/GateBypassAuditEntry.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Audit/IGateBypassAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Audit/InMemoryGateBypassAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Audit/InMemoryPolicyAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,53,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/__Libraries/StellaOps.Policy/Audit/IPolicyAuditRepository.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,13,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Confidence/Configuration/ConfidenceWeightOptions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,51,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Confidence/Models/ConfidenceEvidence.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,98,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Confidence/Models/ConfidenceScore.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Confidence/Services/ConfidenceCalculator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Counterfactuals/CounterfactualEngine.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,371,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Counterfactuals/CounterfactualResult.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,319,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Crypto/CryptoAsset.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,55,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Crypto/CryptoAtoms.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Crypto/CryptoRiskRules.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,394,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Deltas/BaselineSelector.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,170,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Deltas/DeltaComputer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,546,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Deltas/DeltaVerdict.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,271,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Deltas/DeltaVerdictStatement.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,376,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Deltas/IVerdictIdGenerator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,36,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Deltas/SecurityStateDelta.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Deltas/VerdictIdGenerator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,137,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Freshness/EvidenceTtlEnforcer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Freshness/EvidenceTtlOptions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,100,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/BudgetConstraintEnforcer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,270,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/BudgetLedger.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,308,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/BudgetThresholdNotifier.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,186,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/CvssThresholdGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,351,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/CvssThresholdGateExtensions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,81,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/EarnedCapacityReplenishment.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,450,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/EvidenceFreshnessGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/FacetQuotaGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/FacetQuotaGateServiceCollectionExtensions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,74,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/FixChainGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,429,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/GateLevel.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/GateSelector.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/MinimumConfidenceGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,89,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/PolicyGateAbstractions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/PolicyGateRegistry.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,69,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/ReachabilityRequirementGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/RiskBudget.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/RiskPointScoring.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,255,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/SbomPresenceGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,472,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/SbomPresenceGateExtensions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,81,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/SignatureRequiredGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,509,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/SignatureRequiredGateExtensions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,81,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/SourceQuotaGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,95,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/UnknownsBudgetGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,61,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/UnknownsGateChecker.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,435,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/VexProofGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,425,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Attestation/AttestationVerificationGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Attestation/CompositeAttestationGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,235,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Attestation/ITrustedKeyRegistry.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,299,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Attestation/RekorFreshnessGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Attestation/VexStatusPromotionGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,234,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Cve/CveDeltaGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,312,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Cve/CveGateHelpers.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Cve/CveGatesServiceCollectionExtensions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,219,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Cve/EpssThresholdGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,328,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Cve/KevBlockerGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,271,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Cve/ReachableCveGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,227,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Cve/ReleaseAggregateCveGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,413,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Opa/HttpOpaClient.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,327,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,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.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Opa/IOpaClient.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Opa/OpaEvidenceModels.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,487,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/Opa/OpaGateAdapter.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,283,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Gates/RuntimeWitness/RuntimeWitnessGate.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,373,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/AttributionGenerator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicenseCompatibilityChecker.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,70,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicenseComplianceEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,354,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicenseComplianceModels.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicenseComplianceReporter.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,614,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicenseExpressionEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,330,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicenseExpressions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,16,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicenseKnowledgeBase.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,228,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicensePolicy.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/LicensePolicyLoader.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,149,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/ProjectContextAnalyzer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,30,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Licensing/SpdxLicenseExpressionParser.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/DependencyCompletenessChecker.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,80,,
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/NtiaBaselineValidator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,452,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/NtiaComplianceModels.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/NtiaCompliancePolicy.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/NtiaCompliancePolicyLoader.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,230,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/NtiaComplianceReporter.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,360,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/RegulatoryFrameworkMapper.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/SupplierTrustVerifier.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/SupplierValidator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/NtiaCompliance/SupplyChainTransparencyReporter.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Replay/KnowledgeSourceResolver.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Replay/ReplayEngine.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,268,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Replay/ReplayReport.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,227,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Replay/ReplayRequest.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,56,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Replay/ReplayResult.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Replay/VerdictComparer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/AssumptionPenalties.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,297,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/EvidenceFreshnessCalculator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,56,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/FreshnessAwareScoringService.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/FreshnessModels.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,32,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ProofHashing.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,149,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ProofLedger.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,199,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ProofNode.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ScoreAttestationStatement.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,404,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ScoreExplanation.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,85,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ScorePolicyLoader.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,100,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ScorePolicyModels.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ScorePolicyValidator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,320,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ScoringProfile.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,72,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/ScoringRulesSnapshot.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,481,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Scoring/TrustSourceWeights.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,415,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Secrets/ISecretEvidenceProvider.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Secrets/SecretEvidenceContext.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,286,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Secrets/SecretSignalBinder.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Snapshots/KnowledgeSnapshotManifest.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Snapshots/KnowledgeSourceDescriptor.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,86,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Snapshots/SnapshotAwarePolicyEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Snapshots/SnapshotBuilder.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Snapshots/SnapshotIdGenerator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Snapshots/SnapshotService.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,291,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Storage/InMemoryPolicySnapshotRepository.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,66,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/__Libraries/StellaOps.Policy/Storage/InMemoryRiskProfileRepository.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Storage/IPolicySnapshotRepository.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,15,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Storage/IRiskProfileRepository.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,83,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Suppression/ISuppressionOverrideProvider.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,29,,
|
|
src/Policy/__Libraries/StellaOps.Policy/Suppression/SuppressionRuleEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/ToolLattice/ToolAccessContext.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,15,,
|
|
src/Policy/__Libraries/StellaOps.Policy/ToolLattice/ToolAccessDecision.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,15,,
|
|
src/Policy/__Libraries/StellaOps.Policy/ToolLattice/ToolAccessEffect.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,8,,
|
|
src/Policy/__Libraries/StellaOps.Policy/ToolLattice/ToolAccessEvaluator.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,435,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/ToolLattice/ToolAccessRule.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,17,,
|
|
src/Policy/__Libraries/StellaOps.Policy/ToolLattice/ToolLatticeDefaults.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,41,,
|
|
src/Policy/__Libraries/StellaOps.Policy/ToolLattice/ToolLatticeOptions.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,29,,
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/Claim.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/ClaimScoreMerger.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/ConflictPenalizer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,PASS,38,,
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/CsafVexNormalizer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/DispositionSelector.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,391,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/K4Lattice.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/LatticeStore.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,349,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/OpenVexNormalizer.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/PolicyBundle.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,448,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/ProofBundle.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,406,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/SecurityAtom.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/Subject.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/TrustLabel.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,458,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/TrustLatticeEngine.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,420,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/TrustLattice/VexNormalizers.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,321,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Vex/JurisdictionTrustRules.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,430,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Vex/TrustPolicyViolations.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,464,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/StellaOps.Policy/Vex/VexCustomerOverride.cs,src/Policy/__Libraries/StellaOps.Policy/StellaOps.Policy.csproj,Policy,FAIL,572,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Program.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,373,ConfigureAwaitMissing; FileLength>100; NamespaceNotFileScoped; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Convert to file-scoped namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Adapters/ExceptionAdapter.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,305,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Adapters/ExceptionEffectRegistry.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/AdvisoryAI/AdvisoryAiKnobsModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,16,,
|
|
src/Policy/StellaOps.Policy.Engine/AdvisoryAI/AdvisoryAiKnobsService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,74,,
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/AirGapNotifications.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,424,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/InMemoryPolicyPackBundleStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,48,,
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/InMemorySealedModeStateStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,25,,
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/IPolicyPackBundleStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,13,,
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/ISealedModeService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,53,,
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/ISealedModeStateStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,11,,
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/PolicyPackBundleImportService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,268,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/PolicyPackBundleModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/RiskProfileAirGapExport.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,551,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/SealedModeErrors.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/SealedModeModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/SealedModeService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,217,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/AirGap/StalenessSignaling.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,328,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/AttestationReportModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/AttestationReportService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,395,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/HttpAttestorClient.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,109,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/IAttestationReportService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,98,,
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/InMemoryAttestationReportStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/InMemoryVerificationPolicyStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,87,,
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/IPolicyDecisionAttestationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/IVerdictAttestationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,92,,
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/IVerificationPolicyStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,45,,
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/PolicyDecisionAttestationOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,92,,
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/PolicyDecisionAttestationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,426,BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/PolicyDecisionPredicate.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,422,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/RiskVerdictAttestation.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/RvaBuilder.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,209,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/RvaPredicate.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/RvaService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,236,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/RvaVerifier.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,352,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/ScoreProvenanceChain.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,701,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/ScoringDeterminismVerifier.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerdictAttestationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,188,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerdictBudgetCheck.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,267,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerdictEvidenceWeightedScore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,525,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerdictPredicate.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,387,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerdictPredicateBuilder.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerdictReasonCode.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerificationPolicyEditorModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,265,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerificationPolicyModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Attestation/VerificationPolicyValidator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,517,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/BatchContext/BatchContextModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,32,,
|
|
src/Policy/StellaOps.Policy.Engine/BatchContext/BatchContextService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,84,,
|
|
src/Policy/StellaOps.Policy.Engine/BatchEvaluation/BatchEvaluationModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,249,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/BatchEvaluation/BatchExceptionLoader.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/BuildGate/ExceptionRecheckGate.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Caching/CacheBypassAccessor.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Caching/InMemoryPolicyEvaluationCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,273,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Caching/IPolicyEvaluationCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Caching/MessagingPolicyEvaluationCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Caching/ProvcachePolicyEvaluationCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Compilation/PolicyCompileMetadata.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Compilation/PolicyComplexityAnalyzer.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,285,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Compilation/PolicyMetadataExtractor.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,990,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Confidence/VexTrustConfidenceFactorProvider.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Console/ConsoleAttestationReportModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Console/ConsoleAttestationReportService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,472,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Console/ConsoleSimulationDiffModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,62,,
|
|
src/Policy/StellaOps.Policy.Engine/Console/ConsoleSimulationDiffService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,242,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ConsoleExport/ConsoleExportJobService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,307,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ConsoleExport/ConsoleExportModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,191,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ConsoleExport/IConsoleExportJobStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,34,,
|
|
src/Policy/StellaOps.Policy.Engine/ConsoleExport/InMemoryConsoleExportStores.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Crypto/CryptoRiskAtoms.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Crypto/CryptoRiskEvaluator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,321,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/DependencyInjection/DeterminizationEngineExtensions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,54,,
|
|
src/Policy/StellaOps.Policy.Engine/DependencyInjection/PolicyEngineServiceCollectionExtensions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,424,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/DependencyInjection/VexTrustGateServiceCollectionExtensions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,68,,
|
|
src/Policy/StellaOps.Policy.Engine/DeterminismGuard/DeterminismGuardService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,354,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/DeterminismGuard/DeterminismViolation.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/DeterminismGuard/GuardedPolicyEvaluator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,377,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/DeterminismGuard/ProhibitedPatternAnalyzer.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,413,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Domain/EvidenceSummaryModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,30,,
|
|
src/Policy/StellaOps.Policy.Engine/Domain/ExceptionContracts.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Domain/ExceptionMapper.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,267,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Domain/PolicyBundleModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,44,,
|
|
src/Policy/StellaOps.Policy.Engine/Domain/PolicyDecisionModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,91,,
|
|
src/Policy/StellaOps.Policy.Engine/Domain/PolicyEvaluationModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,17,,
|
|
src/Policy/StellaOps.Policy.Engine/Domain/PolicyPackRecord.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/EffectiveDecisionMap/EffectiveDecisionModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/EffectiveDecisionMap/IEffectiveDecisionMap.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/EffectiveDecisionMap/MessagingEffectiveDecisionMap.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,429,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/EffectiveDecisionMap/RedisEffectiveDecisionMap.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,503,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/AdvisoryAiKnobsEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,38,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/AirGapNotificationEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,89,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/AttestationReportEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,234,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/BatchContextEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,31,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/BatchEvaluationEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/BudgetEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,254,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ConflictEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,426,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ConsoleAttestationReportEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ConsoleExportEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ConsoleSimulationEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,52,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/CvssReceiptEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,329,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/DeterminizationConfigEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/EffectivePolicyEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,398,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/EvidenceSummaryEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,32,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/LedgerExportEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,44,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/MergePreviewEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,42,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/OrchestratorJobEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,63,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/OverlaySimulationEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,27,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/OverrideEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,362,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/PathScopeSimulationEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,61,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/PolicyCompilationEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/PolicyDecisionEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,78,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/PolicyLintEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/PolicyPackBundleEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/PolicyPackEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,384,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/PolicySnapshotEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,87,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/PolicyWorkerEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,44,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ProfileEventEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ProfileExportEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/RiskBudgetEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,305,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/RiskProfileAirGapEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/RiskProfileEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,601,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/RiskProfileSchemaEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/RiskSimulationEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,870,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ScopeAttachmentEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,292,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/SealedModeEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/SnapshotEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,56,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/SnapshotEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,57,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/StalenessEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/TrustWeightingEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,57,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/UnknownsEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,355,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/VerificationPolicyEditorEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,415,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/VerificationPolicyEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/VerifyDeterminismEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,73,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ViolationEndpoint.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,76,,
|
|
src/Policy/StellaOps.Policy.Engine/Endpoints/ViolationEndpoints.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,501,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Evaluation/PolicyEvaluationContext.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,355,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Evaluation/PolicyEvaluator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,916,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Evaluation/PolicyExpressionEvaluator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,1532,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Evaluation/VerdictSummary.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,325,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Events/ExceptionEventPublisher.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,43,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Engine/Events/PolicyEffectiveEventModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Events/PolicyEventProcessor.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,456,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Events/ProfileEventModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Events/ProfileEventPublisher.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,414,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ExceptionCache/ExceptionCacheModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ExceptionCache/IExceptionEffectiveCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ExceptionCache/MessagingExceptionEffectiveCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,587,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ExceptionCache/RedisExceptionEffectiveCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,681,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/DriftGateContext.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/DriftGateEvaluator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,470,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/DriftGateOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/IDeterminizationGate.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,59,,
|
|
src/Policy/StellaOps.Policy.Engine/Gates/PolicyGateDecision.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,370,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/PolicyGateEvaluator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,883,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/PolicyGateOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/StabilityDampingGate.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/StabilityDampingOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,82,,
|
|
src/Policy/StellaOps.Policy.Engine/Gates/VexTrustGate.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,491,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/VexTrustGateMetrics.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/VexTrustGateOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/Determinization/DeterminizationGate.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,207,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/Determinization/DeterminizationGateMetrics.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Gates/Determinization/ISignalSnapshotBuilder.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,22,,
|
|
src/Policy/StellaOps.Policy.Engine/Gates/Determinization/SignalSnapshotBuilder.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,186,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Hosting/PolicyEngineStartupDiagnostics.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,13,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Engine/IncrementalOrchestrator/IncrementalOrchestratorBackgroundService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,497,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/IncrementalOrchestrator/IncrementalPolicyOrchestrator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,538,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/IncrementalOrchestrator/PolicyChangeEvent.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,536,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Ledger/LedgerExportService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,106,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Ledger/LedgerExportStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,45,,
|
|
src/Policy/StellaOps.Policy.Engine/Ledger/LedgerModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,29,,
|
|
src/Policy/StellaOps.Policy.Engine/Materialization/EffectiveFindingModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,377,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Materialization/EffectiveFindingWriter.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,413,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Materialization/PolicyExplainTrace.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/MergePreview/PolicyMergePreviewService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,296,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Notifications/PolicyProfileNotificationModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,301,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Notifications/PolicyProfileNotificationPublisher.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,398,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Notifications/PolicyProfileNotificationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,468,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Notifications/PolicyProfileNotificationServiceCollectionExtensions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,34,,
|
|
src/Policy/StellaOps.Policy.Engine/Options/LicenseComplianceOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,13,,
|
|
src/Policy/StellaOps.Policy.Engine/Options/NtiaComplianceOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,14,,
|
|
src/Policy/StellaOps.Policy.Engine/Options/PolicyEngineExceptionLifecycleOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,46,,
|
|
src/Policy/StellaOps.Policy.Engine/Options/PolicyEngineOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,416,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Options/PolicyEngineRateLimitOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,49,,
|
|
src/Policy/StellaOps.Policy.Engine/Orchestration/OrchestratorJobModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,37,,
|
|
src/Policy/StellaOps.Policy.Engine/Orchestration/OrchestratorJobService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,114,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Orchestration/OrchestratorJobStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,59,,
|
|
src/Policy/StellaOps.Policy.Engine/Orchestration/PolicyWorkerModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,22,,
|
|
src/Policy/StellaOps.Policy.Engine/Orchestration/PolicyWorkerService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Orchestration/StableIdGenerator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,62,,
|
|
src/Policy/StellaOps.Policy.Engine/Orchestration/WorkerResultStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,53,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Engine/Overlay/FileOverlayStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,51,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Engine/Overlay/IOverlayStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,7,,
|
|
src/Policy/StellaOps.Policy.Engine/Overlay/LoggingOverlayEventSink.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,23,,
|
|
src/Policy/StellaOps.Policy.Engine/Overlay/OverlayChangeEventPublisher.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,66,,
|
|
src/Policy/StellaOps.Policy.Engine/Overlay/OverlayProjectionModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,32,,
|
|
src/Policy/StellaOps.Policy.Engine/Overlay/OverlayProjectionService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,100,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Engine/Overlay/PathScopeSimulationBridgeModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,40,,
|
|
src/Policy/StellaOps.Policy.Engine/Overlay/PathScopeSimulationBridgeService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Policies/DeterminizationPolicy.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Policies/DeterminizationRuleSet.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Policies/IDeterminizationPolicy.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,59,,
|
|
src/Policy/StellaOps.Policy.Engine/ProofOfExposure/PoEPolicyEnricher.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,201,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ProofOfExposure/PoEPolicyModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,424,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ProofOfExposure/PoEValidationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,423,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Properties/AssemblyInfo.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,4,,
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/IReachabilityFactsSignalsClient.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,367,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/MessagingReachabilityFactsOverlayCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,181,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/ReachabilityCoreBridge.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/ReachabilityFactsJoiningService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,272,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/ReachabilityFactsModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/ReachabilityFactsOverlayCache.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,335,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/ReachabilityFactsSignalsClient.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,312,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/ReachabilityFactsStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/ReachabilityFacts/SignalsBackedReachabilityFactsStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,378,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/IScoringEngine.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,324,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/ProfileAwareScoringService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/RiskScoringJobStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/RiskScoringModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/RiskScoringTriggerService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,270,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/ScorePolicyService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,181,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/ScoringEngineFactory.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,103,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/ScoringProfileService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/Engines/AdvancedScoringEngine.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,461,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/Engines/ProofAwareScoringEngine.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,269,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/Engines/SimpleScoringEngine.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,327,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/ConfidenceToEwsAdapter.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,447,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/DualEmitVerdictEnricher.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,392,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/EvidenceWeightedScoreEnricher.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,306,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/EvidenceWeightedScoreServiceCollectionExtensions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/EwsTelemetryService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,377,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/IFindingScoreEnricher.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,201,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/MigrationTelemetryService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,473,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/PolicyEvaluationContextEwsExtensions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,316,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Scoring/EvidenceWeightedScore/PolicyEvidenceWeightedScoreOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/SelectionJoin/PurlEquivalence.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,310,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/SelectionJoin/SelectionJoinModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/SelectionJoin/SelectionJoinService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,391,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/EffectivePolicyAuditor.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,171,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/EvidenceSummaryService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,99,,
|
|
src/Policy/StellaOps.Policy.Engine/Services/ExceptionApprovalRulesService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,699,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/ExceptionAwareEvaluationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,323,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/GateBypassAuditor.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,254,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/InMemoryPolicyPackRepository.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/IPolicyPackRepository.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,34,,
|
|
src/Policy/StellaOps.Policy.Engine/Services/LicenseComplianceService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/NtiaComplianceService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,83,,
|
|
src/Policy/StellaOps.Policy.Engine/Services/PathScopeMetrics.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyActivationAuditor.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,102,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyActivationSettings.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,36,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyBundleService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyCompilationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,247,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyDecisionService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyEngineDiagnosticCodes.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,7,,
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyEvaluationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,58,,
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyEvaluationService.PathScope.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,184,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyExplainerService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,499,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyRuntimeEvaluationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,899,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/PolicyRuntimeEvaluator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,80,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Engine/Services/RiskProfileConfigurationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,346,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Services/ScopeAuthorization.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,54,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Engine/Services/VerdictLinkService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,173,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Signals/Entropy/EntropyModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Signals/Entropy/EntropyPenaltyCalculator.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,282,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Simulation/RiskSimulationBreakdown.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,297,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Simulation/RiskSimulationBreakdownService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,899,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Simulation/RiskSimulationModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Simulation/RiskSimulationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,654,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Simulation/SimulationAnalytics.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Simulation/SimulationAnalyticsService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,813,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Snapshots/SnapshotModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,26,,
|
|
src/Policy/StellaOps.Policy.Engine/Snapshots/SnapshotService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,79,,
|
|
src/Policy/StellaOps.Policy.Engine/Snapshots/SnapshotStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,45,,
|
|
src/Policy/StellaOps.Policy.Engine/Storage/InMemory/InMemoryExceptionRepository.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Streaming/PathScopeSimulationModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,97,,
|
|
src/Policy/StellaOps.Policy.Engine/Streaming/PathScopeSimulationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,120,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Subscriptions/DeterminizationEvents.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,65,,
|
|
src/Policy/StellaOps.Policy.Engine/Subscriptions/ISignalUpdateSubscription.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,13,,
|
|
src/Policy/StellaOps.Policy.Engine/Subscriptions/SignalUpdateHandler.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,273,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/EvidenceBundle.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,380,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/ExplainTraceExport.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,702,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/IncidentMode.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,214,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/PolicyEngineTelemetry.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,1188,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/PolicyEngineTelemetryOptions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,86,,
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/PolicyEvaluationAttestation.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,349,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/PolicyTimelineEvents.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,473,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/RuleHitTrace.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,426,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/RuleHitTraceCollector.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,574,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Telemetry/TelemetryExtensions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,241,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Tenancy/TenantContextMiddleware.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,264,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Policy/StellaOps.Policy.Engine/Tenancy/TenantContextModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,241,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Tenancy/TenantContextServiceCollectionExtensions.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,110,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/TrustWeighting/TrustWeightingModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,14,,
|
|
src/Policy/StellaOps.Policy.Engine/TrustWeighting/TrustWeightingService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,79,,
|
|
src/Policy/StellaOps.Policy.Engine/Vex/VexDecisionEmitter.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,468,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Vex/VexDecisionModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,480,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Vex/VexDecisionSigningService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,697,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Vex/VexOverrideSignals.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,302,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Vex/VexProofSpineService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Violations/ConflictHandlingService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,43,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Engine/Violations/SeverityFusionService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,88,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Engine/Violations/ViolationEventService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,80,,
|
|
src/Policy/StellaOps.Policy.Engine/Violations/ViolationEventStore.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,57,,
|
|
src/Policy/StellaOps.Policy.Engine/Violations/ViolationModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,PASS,46,,
|
|
src/Policy/StellaOps.Policy.Engine/WhatIfSimulation/WhatIfSimulationModels.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,372,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/WhatIfSimulation/WhatIfSimulationService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,554,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Workers/ExceptionLifecycleService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,52,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Engine/Workers/ExceptionLifecycleWorker.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,52,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Engine/Workers/PolicyEngineBootstrapWorker.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,54,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Engine/Workers/PolicyEvaluationWorkerHost.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,113,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Engine/Workers/PolicyEvaluationWorkerService.cs,src/Policy/StellaOps.Policy.Engine/StellaOps.Policy.Engine.csproj,Policy,FAIL,289,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/IPolicyRegistryClient.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/PolicyRegistryClient.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,636,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/PolicyRegistryServiceCollectionExtensions.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Contracts/CommonContracts.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,PASS,71,,
|
|
src/Policy/StellaOps.Policy.Registry/Contracts/OverrideContracts.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Contracts/PolicyPackContracts.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Contracts/SealedModeContracts.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Contracts/SnapshotContracts.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,PASS,58,,
|
|
src/Policy/StellaOps.Policy.Registry/Contracts/StalenessContracts.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,PASS,95,,
|
|
src/Policy/StellaOps.Policy.Registry/Contracts/VerificationPolicyContracts.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Contracts/ViolationContracts.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Distribution/IPolicyPackOciPublisher.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Distribution/PolicyPackOciPublisher.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,624,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Distribution/PolicyPackOfflineBundleService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,516,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/BatchSimulationOrchestrator.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,412,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/IBatchSimulationOrchestrator.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/IPolicyPackCompiler.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/IPolicySimulationService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,PASS,98,,
|
|
src/Policy/StellaOps.Policy.Registry/Services/IPromotionService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,277,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/IPublishPipelineService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,287,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/IReviewWorkflowService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/PolicyPackCompiler.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,301,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/PolicySimulationService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,403,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/PromotionService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,479,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/PublishPipelineService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,445,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Services/ReviewWorkflowService.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,362,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Storage/Entities.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Storage/InMemoryOverrideStore.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Storage/InMemoryPolicyPackStore.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,268,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Storage/InMemorySnapshotStore.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Storage/InMemoryVerificationPolicyStore.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Storage/InMemoryViolationStore.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Storage/IPolicyPackStore.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Telemetry/PolicyRegistryActivitySource.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Telemetry/PolicyRegistryLogEvents.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Telemetry/PolicyRegistryMetrics.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,262,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Testing/PolicyRegistryTestFixtures.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,278,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Registry/Testing/PolicyRegistryTestHarness.cs,src/Policy/StellaOps.Policy.Registry/StellaOps.Policy.Registry.csproj,Policy,FAIL,149,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Canonicalization/RiskProfileCanonicalizer.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,348,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Export/ProfileExportModels.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Export/ProfileExportService.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,361,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Hashing/RiskProfileHasher.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,220,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Lifecycle/RiskProfileLifecycle.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,140,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Lifecycle/RiskProfileLifecycleService.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,525,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Merge/RiskProfileMergeService.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Models/RiskProfileModel.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Overrides/OverrideModels.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,268,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Overrides/OverrideService.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,571,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Schema/RiskProfileSchemaProvider.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,63,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Scope/EffectivePolicyService.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,447,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Scope/ScopeAttachmentModels.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Scope/ScopeAttachmentService.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,340,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.RiskProfile/Validation/RiskProfileValidator.cs,src/Policy/StellaOps.Policy.RiskProfile/StellaOps.Policy.RiskProfile.csproj,Policy,FAIL,36,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Policy/StellaOps.Policy.Scoring/CvssMetrics.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,367,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/CvssPolicy.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/CvssScoreReceipt.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,322,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Engine/CvssEngineFactory.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Engine/CvssV2Engine.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Engine/CvssV3Engine.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,351,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Engine/CvssV4Engine.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,942,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Engine/CvssVectorInterop.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,84,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Scoring/Engine/CvssVersion.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Engine/ICvssV4Engine.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,PASS,69,,
|
|
src/Policy/StellaOps.Policy.Scoring/Engine/MacroVectorLookup.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,897,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Policies/CvssPolicyLoader.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,198,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Policies/CvssPolicySchema.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,33,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Scoring/Receipts/IReceiptRepository.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,PASS,15,,
|
|
src/Policy/StellaOps.Policy.Scoring/Receipts/ReceiptBuilder.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,275,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Scoring/Receipts/ReceiptCanonicalizer.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,86,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Scoring/Receipts/ReceiptHistoryService.cs,src/Policy/StellaOps.Policy.Scoring/StellaOps.Policy.Scoring.csproj,Policy,FAIL,114,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/AiCodeGuardSignalContextExtensions.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/DiagnosticCodes.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,PASS,23,,
|
|
src/Policy/StellaOps.PolicyDsl/DslCompletionProvider.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,555,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/DslToken.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,PASS,71,,
|
|
src/Policy/StellaOps.PolicyDsl/DslTokenizer.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,584,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/PolicyCompiler.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/PolicyEngineFactory.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/PolicyIr.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,PASS,65,,
|
|
src/Policy/StellaOps.PolicyDsl/PolicyIrSerializer.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,420,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/PolicyParser.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,678,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/PolicySyntaxNodes.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/SecretSignalContextExtensions.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/SignalContext.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,FAIL,217,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.PolicyDsl/SourceLocation.cs,src/Policy/StellaOps.PolicyDsl/StellaOps.PolicyDsl.csproj,Policy,PASS,98,,
|
|
src/Provenance/StellaOps.Provenance.Attestation/BuildModels.cs,src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.csproj,Provenance,FAIL,149,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Provenance/StellaOps.Provenance.Attestation/Hex.cs,src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.csproj,Provenance,PASS,21,,
|
|
src/Provenance/StellaOps.Provenance.Attestation/PromotionAttestation.cs,src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.csproj,Provenance,PASS,57,,
|
|
src/Provenance/StellaOps.Provenance.Attestation/Signers.cs,src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.csproj,Provenance,FAIL,254,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Provenance/StellaOps.Provenance.Attestation/Verification.cs,src/Provenance/StellaOps.Provenance.Attestation/StellaOps.Provenance.Attestation.csproj,Provenance,FAIL,104,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/PlanRegistry.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/Program.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,201,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/RegistryAccessModels.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,PASS,14,,
|
|
src/Registry/StellaOps.Registry.TokenService/RegistryScopeParser.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,PASS,95,,
|
|
src/Registry/StellaOps.Registry.TokenService/RegistryTokenIssuer.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/RegistryTokenServiceOptions.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,322,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/Admin/AdminModels.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,402,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/Admin/InMemoryPlanRuleStore.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,232,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/Admin/IPlanRuleStore.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/Admin/PlanAdminEndpoints.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,294,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/Admin/PlanValidator.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,238,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Registry/StellaOps.Registry.TokenService/Observability/RegistryTokenMetrics.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,PASS,35,,
|
|
src/Registry/StellaOps.Registry.TokenService/Security/SigningKeyLoader.cs,src/Registry/StellaOps.Registry.TokenService/StellaOps.Registry.TokenService.csproj,Registry,FAIL,68,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/ComposeCapability.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,105,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/ComposeExecutor.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,323,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/ComposeFileManager.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,149,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/Exceptions/ComposeExceptions.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,PASS,70,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/Tasks/ComposeDownTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/Tasks/ComposeHealthCheckTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,198,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/Tasks/ComposePsTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,143,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/Tasks/ComposePullTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,103,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/Tasks/ComposeScaleTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,112,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/Tasks/ComposeUpTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,FAIL,240,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/Tasks/IComposeTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Compose/StellaOps.Agent.Compose.csproj,ReleaseOrchestrator,PASS,28,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/AgentConfiguration.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,PASS,58,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Bootstrap/BootstrapService.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,304,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Bootstrap/BootstrapTokenService.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,210,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Capability/CapabilityRegistry.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,159,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Capability/IAgentCapability.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,PASS,47,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Certificates/AgentCertificateManager.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,290,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Communication/IOrchestratorClient.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,PASS,92,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Communication/StubOrchestratorClient.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,PASS,61,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Configuration/AgentConfigManager.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,398,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Configuration/AgentConfiguration.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,403,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Credentials/CredentialProviders.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,36,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Credentials/CredentialResolver.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,99,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Credentials/ICredentialProvider.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,PASS,21,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Doctor/AgentDoctor.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,180,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Doctor/IAgentHealthCheck.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,PASS,68,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Doctor/RemediationEngine.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Doctor/Checks/AgentHealthChecks.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,298,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Doctor/Patterns/RemediationPatterns.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Exceptions/AgentExceptions.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Execution/TaskExecutor.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,172,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Hosting/AgentHost.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,83,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Hosting/IAgentServer.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,PASS,18,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Models/CapabilityModels.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Models/TaskModels.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Resilience/AgentClusterManager.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,536,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Resilience/DurableTaskQueue.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,470,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Resilience/FailoverManager.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,376,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Resilience/HealthMonitor.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,882,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Resilience/LeaderElection.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,598,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Resilience/SelfHealer.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,785,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Resilience/StateSync.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,779,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Services/HeartbeatService.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,107,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Services/LogStreamer.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,161,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/Updates/AgentUpdateManager.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Core/StellaOps.Agent.Core.csproj,ReleaseOrchestrator,FAIL,369,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/ContainerLogStreamer.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,FAIL,129,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/DockerCapability.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,FAIL,106,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/DockerClientFactory.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,PASS,44,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/Exceptions/DockerAgentExceptions.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,PASS,84,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/Tasks/DockerHealthCheckTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,FAIL,235,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/Tasks/DockerLogsTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,FAIL,199,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/Tasks/DockerPullTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/Tasks/DockerRemoveTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,FAIL,157,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/Tasks/DockerRunTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,FAIL,356,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/Tasks/DockerStopTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,FAIL,156,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/Tasks/IDockerTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Docker/StellaOps.Agent.Docker.csproj,ReleaseOrchestrator,PASS,19,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/CloudWatchLogStreamer.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,217,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/EcsCapability.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,224,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/EcsExceptions.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,PASS,87,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/IEcsTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,PASS,18,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/Tasks/EcsDeployServiceTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,472,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/Tasks/EcsDescribeServiceTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,175,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/Tasks/EcsHealthCheckTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,235,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/Tasks/EcsRegisterTaskDefinitionTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,284,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/Tasks/EcsRunTaskTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,333,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/Tasks/EcsScaleServiceTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,233,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/Tasks/EcsStopTaskTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ecs/StellaOps.Agent.Ecs.csproj,ReleaseOrchestrator,FAIL,109,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/NomadCapability.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/NomadExceptions.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,PASS,95,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Client/INomadClient.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Client/NomadClient.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,351,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Client/NomadModels.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,577,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Tasks/INomadTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,PASS,18,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Tasks/NomadDeployJobTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Tasks/NomadDispatchJobTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Tasks/NomadHealthCheckTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,222,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Tasks/NomadJobStatusTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,188,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Tasks/NomadScaleJobTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/Tasks/NomadStopJobTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Nomad/StellaOps.Agent.Nomad.csproj,ReleaseOrchestrator,FAIL,117,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/SshCapability.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj,ReleaseOrchestrator,FAIL,83,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/SshConnectionPool.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj,ReleaseOrchestrator,FAIL,255,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/Exceptions/SshExceptions.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj,ReleaseOrchestrator,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/Tasks/ISshTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj,ReleaseOrchestrator,PASS,15,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/Tasks/SshDownloadTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj,ReleaseOrchestrator,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/Tasks/SshExecuteTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj,ReleaseOrchestrator,FAIL,201,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/Tasks/SshTunnelTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj,ReleaseOrchestrator,FAIL,170,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/Tasks/SshUploadTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.Ssh/StellaOps.Agent.Ssh.csproj,ReleaseOrchestrator,FAIL,190,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/WinRmCapability.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,FAIL,122,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/WinRmConnectionInfo.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,PASS,94,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/WinRmConnectionPool.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,FAIL,174,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/WinRmSession.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,FAIL,346,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/Exceptions/WinRmExceptions.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/Tasks/IWinRmTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,PASS,15,,
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/Tasks/PowerShellTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,FAIL,171,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/Tasks/WindowsContainerTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,FAIL,350,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/Tasks/WindowsServiceTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,FAIL,243,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/Tasks/WinRmFileTransferTask.cs,src/ReleaseOrchestrator/__Agents/StellaOps.Agent.WinRM/StellaOps.Agent.WinRM.csproj,ReleaseOrchestrator,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Certificate/IAgentCertificateService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,30,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Certificate/StubAgentCertificateService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,FAIL,90,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Exceptions/AgentExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,99,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Heartbeat/HeartbeatProcessor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,FAIL,67,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Heartbeat/HeartbeatTimeoutMonitor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,FAIL,92,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Heartbeat/IHeartbeatProcessor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,15,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Manager/AgentManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,FAIL,245,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Manager/IAgentManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,58,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Models/Agent.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Models/AgentCertificate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,38,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Models/AgentHeartbeat.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,12,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Models/AgentTask.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,68,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Models/DeploymentAgentTask.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Models/RegistrationToken.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,55,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Registration/RegistrationTokenService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,FAIL,143,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Store/IAgentStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,PASS,28,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/Store/InMemoryAgentStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Agent/StellaOps.ReleaseOrchestrator.Agent.csproj,ReleaseOrchestrator,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/AuditQueryEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj,ReleaseOrchestrator,FAIL,653,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/ComplianceEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj,ReleaseOrchestrator,FAIL,502,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/ControlValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj,ReleaseOrchestrator,FAIL,534,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/EvidenceChainVisualizer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj,ReleaseOrchestrator,FAIL,588,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/FrameworkMapper.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj,ReleaseOrchestrator,FAIL,535,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/ReportGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj,ReleaseOrchestrator,FAIL,814,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/ScheduledReportService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Compliance/StellaOps.ReleaseOrchestrator.Compliance.csproj,ReleaseOrchestrator,FAIL,514,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Artifact/ArtifactGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,131,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Artifact/ComposeLockGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Artifact/DeploymentManifestGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,214,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Artifact/VersionStickerGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,140,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Artifact/Models/DeploymentManifest.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,251,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Artifact/Models/VersionSticker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Events/DeploymentEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Exceptions/DeploymentExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Executor/AgentDispatcher.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,104,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Executor/TargetExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,332,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Executor/TaskResultCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Models/DeploymentBatch.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,93,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Models/DeploymentJob.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Models/DeploymentOptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,48,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Models/DeploymentStatus.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,71,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Models/DeploymentTask.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,76,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Orchestrator/DeployOrchestrator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,518,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Orchestrator/IArtifactGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,56,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Orchestrator/IDeploymentStrategy.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Orchestrator/IDeployOrchestrator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,59,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Orchestrator/ITargetExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Orchestrator/RollingDeploymentStrategy.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/HealthAnalyzer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,495,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/ImpactAnalyzer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,808,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/IRollbackManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,50,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/PartialRollbackPlanner.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,820,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/PredictiveEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,685,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/RollbackEvidenceGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,74,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/RollbackExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,68,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/RollbackManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,294,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/RollbackModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/RollbackPlanner.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,135,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/Intelligence/AnomalyDetector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,378,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/Intelligence/BaselineManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,342,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/Intelligence/MetricsCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,318,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Rollback/Intelligence/RollbackDecider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,447,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Store/IDeploymentJobStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,PASS,50,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/Store/InMemoryDeploymentJobStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Deployment/StellaOps.ReleaseOrchestrator.Deployment.csproj,ReleaseOrchestrator,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Events/EnvironmentEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,94,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/FreezeWindow/FreezeWindowService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,293,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/FreezeWindow/IFreezeWindowService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/FreezeWindow/IFreezeWindowStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,60,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/FreezeWindow/InMemoryFreezeWindowStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Health/HealthCheckScheduler.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,108,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Health/ITargetHealthChecker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,24,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Health/TargetHealthChecker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,68,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/DriftDetector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,116,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/DriftReport.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,57,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/ExpectedState.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,40,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/IInventoryCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,13,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/IInventoryStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,42,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/IInventorySyncService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,33,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/InMemoryInventoryStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,92,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/InventorySnapshot.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,89,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/InventorySyncService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/StubInventoryCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,82,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/SyncScheduler.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,97,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/DriftSeverity.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/IRemediationPolicyStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,53,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/ReconcileScheduler.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,234,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/RemediationCircuitBreaker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/RemediationEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,554,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/RemediationEvidence.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/RemediationPlan.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,234,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/RemediationPolicy.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,286,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/RemediationRateLimiter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,176,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/RemediationResult.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/ScoringContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,89,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Inventory/Remediation/SeverityScorer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Models/Environment.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Models/FreezeWindow.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Models/Target.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Models/TargetConnectionConfig.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Models/ValidationResult.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,35,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Services/EnvironmentService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,411,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Services/IEnvironmentService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Store/IEnvironmentStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,65,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Store/InMemoryEnvironmentStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Target/InMemoryTargetStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Target/ITargetConnectionTester.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,38,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Target/ITargetRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Target/ITargetStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,PASS,50,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/Target/TargetRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Environment/StellaOps.ReleaseOrchestrator.Environment.csproj,ReleaseOrchestrator,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/EvidenceCollectorException.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,97,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Collector/ContentBuilder.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Collector/EvidenceCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,335,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Collector/IEvidenceCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,42,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Collector/IGuidGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,27,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Collector/ITenantContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,13,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Collector/DataProviders/IEvidenceDataProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,446,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/AuditExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,205,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/ExportExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,44,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/IAuditExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,29,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/IFormatExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,30,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/SignedEvidenceQueryFilter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,35,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/Exporters/CsvExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,79,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/Exporters/JsonExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,106,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/Exporters/SlsaExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,148,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/Models/ExportModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/Models/JsonExportModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,79,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Export/Models/SlsaModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,86,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Models/DecisionEvidence.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Models/DeploymentEvidence.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Models/EvidencePacket.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,86,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Models/EvidenceType.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,33,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Models/PromotionEvidence.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Models/ReleaseEvidence.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,76,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/CanonicalJsonSerializer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,314,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/EvidenceSigner.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,228,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/IEvidenceSigner.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,40,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/InMemorySignedEvidenceStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,98,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/InMemorySigningKeyProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,129,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/ISignedEvidenceStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/ISigningKeyProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,30,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/SignedEvidencePacket.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,81,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/SigningExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,83,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Signing/SigningModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/IDeploymentJobStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/IReleaseInfoProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,67,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/ITargetExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,55,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/IVersionStickerGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,38,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/IVersionStickerWriter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,54,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/StickerAgentTask.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,91,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/StickerExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,88,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/VersionStickerGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,134,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/VersionStickerWriter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,290,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/Models/StickerResults.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,79,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Sticker/Models/VersionSticker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Store/IEvidenceStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,91,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/Store/InMemoryEvidenceStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Evidence/StellaOps.ReleaseOrchestrator.Evidence.csproj,ReleaseOrchestrator,PASS,97,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Export/DsseThreadExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,562,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Export/IDsseThreadExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,373,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Extensions/ServiceCollectionExtensions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Models/EvidenceLink.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Models/EvidenceNode.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Models/EvidenceThread.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Models/EvidenceTranscript.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Services/EvidenceNodeCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,424,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Services/EvidenceThreadService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,401,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Services/IEvidenceNodeCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Services/IEvidenceThreadService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Store/IEvidenceThreadStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Store/PostgresEvidenceThreadStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,778,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Transcript/ITranscriptGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,PASS,81,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Transcript/LlmRationaleService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,302,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/Transcript/TemplateBasedTranscriptGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.EvidenceThread/StellaOps.ReleaseOrchestrator.EvidenceThread.csproj,ReleaseOrchestrator,FAIL,541,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/CrossRegionSync.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj,ReleaseOrchestrator,FAIL,693,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/EvidenceReplicator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj,ReleaseOrchestrator,FAIL,588,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/FederationHub.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj,ReleaseOrchestrator,FAIL,669,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/GlobalDashboard.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj,ReleaseOrchestrator,FAIL,641,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/LatencyRouter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj,ReleaseOrchestrator,FAIL,523,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/RegionCoordinator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj,ReleaseOrchestrator,FAIL,801,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/Api/FederationController.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Federation/StellaOps.ReleaseOrchestrator.Federation.csproj,ReleaseOrchestrator,FAIL,1077,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Registry/AcrConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,563,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Registry/DockerHubConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,446,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Registry/EcrConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,593,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Registry/GcrConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,585,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Registry/GenericOciConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,425,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Registry/HarborConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,451,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Registry/JfrogArtifactoryConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,618,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Registry/QuayConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,503,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Scm/AzureDevOpsConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,449,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Scm/GiteaConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,393,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Scm/GitHubConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,368,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Scm/GitLabConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,345,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/SettingsStore/AwsAppConfigConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,711,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/SettingsStore/AwsParameterStoreConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,625,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/SettingsStore/AzureAppConfigConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,675,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/SettingsStore/ConsulKvConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,502,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/SettingsStore/EtcdConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,658,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Vault/AwsSecretsManagerConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,360,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Vault/AzureKeyVaultConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,405,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Connectors/Vault/HashiCorpVaultConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,426,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/CheckResult.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,58,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/DoctorReport.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,42,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/DoctorService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,231,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/DoctorServiceCollectionExtensions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,58,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/IDoctorCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,96,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/ConnectivityCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,49,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/CredentialsCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,113,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/PermissionsCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,77,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/RateLimitCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,88,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/SettingsStoreAuthCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,157,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/SettingsStoreConnectivityCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,109,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/SettingsStoreLatencyCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,91,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/SettingsStoreReadCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,76,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/SettingsStoreWatchCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,146,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Doctor/Checks/SettingsStoreWriteCheck.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,114,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Encryption/IIntegrationEncryption.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,48,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Encryption/IntegrationEncryption.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,108,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Events/IDomainEvent.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,30,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Events/IntegrationEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,72,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Manager/IIntegrationManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,87,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Manager/IntegrationManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,429,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Models/HealthStatus.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,28,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Models/Integration.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Models/IntegrationType.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,39,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/ConnectorCircuitBreaker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,260,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/ConnectorExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,PASS,70,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/ConnectorFactory.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/ConnectorPool.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,304,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/ConnectorPoolManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,189,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/ConnectorRateLimiter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/ConnectorRetryPolicy.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,147,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/IConnectorFactory.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Runtime/ResilienceExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Store/IIntegrationStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/Store/IntegrationStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.IntegrationHub/StellaOps.ReleaseOrchestrator.IntegrationHub.csproj,ReleaseOrchestrator,FAIL,332,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/LogAggregator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.csproj,ReleaseOrchestrator,FAIL,604,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/MetricExporter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.csproj,ReleaseOrchestrator,FAIL,411,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/ObservabilityHub.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.csproj,ReleaseOrchestrator,FAIL,439,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/TraceCorrelator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Observability/StellaOps.ReleaseOrchestrator.Observability.csproj,ReleaseOrchestrator,FAIL,375,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/Batching/TaskBatcher.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.csproj,ReleaseOrchestrator,FAIL,315,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/Caching/CacheManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.csproj,ReleaseOrchestrator,FAIL,380,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/Database/QueryOptimizer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.csproj,ReleaseOrchestrator,FAIL,430,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/Gates/ParallelGateEvaluator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.csproj,ReleaseOrchestrator,FAIL,435,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/Registry/BulkDigestResolver.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Performance/StellaOps.ReleaseOrchestrator.Performance.csproj,ReleaseOrchestrator,FAIL,330,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Endpoints/PolicyGateEndpoints.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,419,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Extensions/ServiceCollectionExtensions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,81,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Models/FeedFreshness.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Models/PolicyProfile.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Models/PolicySimulation.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,260,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Services/FeedFreshnessService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,298,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Services/IFeedFreshnessService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,PASS,82,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Services/IPolicyGateSimulator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,PASS,56,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Services/IPolicyProfileService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,PASS,88,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Services/PolicyGateSimulator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,492,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Services/PolicyProfileService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,313,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/IFeedFreshnessStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,PASS,60,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/InMemoryFeedFreshnessStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,PASS,84,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/InMemoryPolicyProfileStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,213,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/InMemoryPolicySimulationStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/IPolicyProfileStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/IPolicySimulationStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,PASS,74,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/PostgresFeedFreshnessStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,221,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/PostgresPolicyProfileStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,558,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/Store/PostgresPolicySimulationStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.PolicyGate/StellaOps.ReleaseOrchestrator.PolicyGate.csproj,ReleaseOrchestrator,FAIL,327,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/IGuidGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,21,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/AbRelease/AbReleaseManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,498,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/AbRelease/IAbReleaseManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,85,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/AbRelease/IAbReleaseStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,39,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/AbRelease/InMemoryAbReleaseStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,77,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/CanaryConfigValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/CanaryController.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,532,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/CanaryEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/CanaryExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/ICanaryController.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/ICanaryMetricsCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,72,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/ICanaryStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,69,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/InMemoryCanaryStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,97,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/Models/CanaryConfig.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/Models/CanaryMetrics.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,56,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/Models/CanaryRelease.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Canary/Models/CanaryStep.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,84,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Context/ITenantContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,13,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Context/IUserContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,13,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Events/AbReleaseEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,83,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Events/IEventPublisher.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,16,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Events/IProgressiveEvent.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,24,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Exceptions/AbReleaseExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,93,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/FeatureFlags/FeatureFlagBridge.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,417,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Metrics/IAbMetricsCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,24,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Metrics/StubAbMetricsCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,78,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Models/AbDecision.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,54,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Models/AbMetrics.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,67,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Models/AbRelease.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Models/AbReleaseRequests.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,74,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Models/RoutingConfig.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,80,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Rollout/RolloutController.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,669,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routers/Nginx/NginxConfigGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routers/Nginx/NginxConfiguration.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routers/Nginx/NginxReloader.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,176,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routers/Nginx/NginxRouter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,254,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routers/Nginx/NginxStatusParser.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/CookieRoutingConfig.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,33,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/HeaderRoutingConfig.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,23,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/InMemoryTrafficRouter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/ITrafficRouter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,59,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/RouterExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,96,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/RouterMetrics.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/RoutingConfigValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/RoutingStrategy.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,28,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/TrafficRouterRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,217,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/Store/InMemoryRoutingStateStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/Store/IRoutingStateStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,64,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/Store/RoutingState.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/Strategies/CookieRouting.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,63,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/Strategies/HeaderRouting.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,61,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/Strategies/UpstreamModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/Routing/Strategies/WeightedRouting.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Progressive/StellaOps.ReleaseOrchestrator.Progressive.csproj,ReleaseOrchestrator,PASS,67,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/ApprovalEligibilityChecker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,108,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/ApprovalGateway.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,348,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/ApprovalModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,49,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/ApprovalNotifier.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,139,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/IApprovalConfigProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,13,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/IApprovalEligibilityChecker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,40,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/IApprovalGateway.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,28,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/IApprovalNotifier.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/IApprovalStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,25,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/IGroupService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,31,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/InMemoryApprovalStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,62,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/INotificationService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,23,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/ISeparationOfDutiesEnforcer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,25,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/IUserService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,20,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Approval/SeparationOfDutiesEnforcer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,62,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Decision/DecisionEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,281,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Decision/DecisionNotifier.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,123,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Decision/DecisionRecorder.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,140,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Decision/DecisionRules.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Decision/IDecisionEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,51,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Decision/IDecisionRecordStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,41,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Events/PromotionEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Exceptions/PromotionExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,92,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/GateContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,61,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/GateEvaluator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,102,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/GateRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,133,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/IDependencyService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,41,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/IFreezeWindowService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,49,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/IGateEvaluator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,34,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/IGateProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,54,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/IGateRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,60,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/IManualConfirmationService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,65,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/IPolicyService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,65,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/IScheduleService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,38,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/BuiltIn/ApprovalGate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,159,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/BuiltIn/DependencyGate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/BuiltIn/FreezeWindowGate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,113,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/BuiltIn/ManualGate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/BuiltIn/PolicyGate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,146,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/BuiltIn/ScheduleGate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,104,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/IKevService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,26,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/ISbomService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,63,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/IScannerService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,91,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/IVexService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,73,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/SbomRequirementChecker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/SecurityGate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,328,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/SecurityGateConfig.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,32,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/VexExceptionChecker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,102,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/VulnerabilityCounter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,106,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Gate/Security/VulnerabilityCounts.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,46,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/IEnvironmentService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,49,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/IEventPublisher.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,13,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/IFreezeWindowService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,48,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/IPromotionManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,34,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/IReleaseService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,70,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/PromotionContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/PromotionManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/PromotionStateMachine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,76,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Manager/PromotionValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,122,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/Approval.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,16,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/ApprovalConfig.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,24,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/ApprovalRecord.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,17,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/DecisionRecord.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/DecisionResult.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,69,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/EnvironmentGateConfig.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/GateDefinition.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/GateResult.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,89,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/Promotion.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,98,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/PromotionRequest.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,40,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Models/PromotionStatus.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,47,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Store/InMemoryPromotionStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,76,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/Store/IPromotionStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Promotion/StellaOps.ReleaseOrchestrator.Promotion.csproj,ReleaseOrchestrator,PASS,30,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Catalog/IReleaseCatalog.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,89,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Catalog/ReleaseCatalog.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,263,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Catalog/ReleaseComparer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Catalog/ReleaseStatusMachine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Component/ComponentDiscovery.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,152,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Component/ComponentRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,345,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Component/ComponentValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,209,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Component/IComponentRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,78,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Component/IComponentValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,27,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Events/ComponentEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,54,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Events/IDomainEvent.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,51,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Events/ReleaseEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Events/VersionEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,36,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Exceptions/ComponentExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Exceptions/ReleaseExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/History/IReleaseHistory.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,61,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/History/ReleaseHistory.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,308,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/IReleaseFinalizer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,19,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/IReleaseManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/IReleaseManifestGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,19,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/IReleaseValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,32,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/ReleaseFinalizer.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,106,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/ReleaseManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,527,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/ReleaseManifestGenerator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,81,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/ReleaseRequests.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,37,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Manager/ReleaseValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,155,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/Component.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/ComponentVersion.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/DeploymentRecord.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,94,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/PagedResult.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,69,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/Release.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/ReleaseComparison.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,95,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/ReleaseComponentExtensions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,228,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/ReleaseDeploymentHistory.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,67,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Models/ReleaseManifest.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,80,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Registry/IRegistryConnector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,270,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Store/IComponentStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,52,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Store/IDeploymentStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Store/InMemoryComponentStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Store/InMemoryDeploymentStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,231,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Store/InMemoryReleaseStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Store/InMemoryVersionStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Store/IReleaseStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,71,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Store/IVersionStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,64,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Validation/ValidationResult.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,43,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Version/IVersionManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,75,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Version/SemVerExtractor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,PASS,60,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Version/VersionManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,274,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Version/VersionResolver.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,108,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/Version/VersionWatcher.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Release/StellaOps.ReleaseOrchestrator.Release.csproj,ReleaseOrchestrator,FAIL,182,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/AutoScaler.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.csproj,ReleaseOrchestrator,FAIL,561,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/HealthMonitor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.csproj,ReleaseOrchestrator,FAIL,421,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/RecoveryOrchestrator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.csproj,ReleaseOrchestrator,FAIL,565,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/SelfHealingEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.SelfHealing/StellaOps.ReleaseOrchestrator.SelfHealing.csproj,ReleaseOrchestrator,FAIL,631,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Callback/CallbackModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Callback/ICallbackStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Callback/InMemoryCallbackStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Callback/StepCallbackHandler.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,220,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Debugging/DebugInspector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,820,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Engine/DagScheduler.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Engine/IDagScheduler.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,28,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Engine/IStepExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,86,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Engine/IWorkflowEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,73,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Engine/NullStepExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Engine/WorkflowEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,492,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Events/WorkflowEvents.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Exceptions/WorkflowExceptions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Executor/StepExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,249,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Executor/StepRetryPolicy.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,66,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Executor/StepTimeoutHandler.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Models/WorkflowRun.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,313,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Models/WorkflowStep.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Models/WorkflowTemplate.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Models/WorkflowTrigger.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,82,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Services/IAgentManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Services/IApprovalService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Services/IDeploymentService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,218,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Services/INotificationService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Services/IReleaseCatalog.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,60,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Services/IReleaseManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Services/IScannerService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,78,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/State/IWorkflowStateManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,65,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/State/WorkflowStateManager.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,314,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps/IStepProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,86,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps/IStepRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,53,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps/StepContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps/StepDefinition.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps/StepRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,129,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps/StepSchema.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,281,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps/Plugin/IPluginStepLoader.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,34,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps/Plugin/NullPluginStepLoader.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,34,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps.BuiltIn/ApprovalStepProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,200,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps.BuiltIn/DeployStepProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,214,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps.BuiltIn/NotifyStepProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,197,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps.BuiltIn/RollbackStepProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,190,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps.BuiltIn/ScriptStepProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps.BuiltIn/SecurityGateStepProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,237,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Steps.BuiltIn/WaitStepProvider.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,135,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Store/InMemoryWorkflowRunStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Store/InMemoryWorkflowTemplateStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Store/IWorkflowRunStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,44,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Store/IWorkflowTemplateStore.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,52,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/DagBuilder.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/IStepRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/IWorkflowTemplateService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,80,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/ParsedWorkflow.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,17,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/RawWorkflowDefinition.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,51,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/WorkflowParser.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/WorkflowTemplateService.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,340,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/WorkflowValidationResult.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,PASS,58,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Template/WorkflowValidator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,295,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Visualization/EventBroadcaster.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Visualization/ExecutionRecorder.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Visualization/LogAggregator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,358,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Visualization/SimulationEngine.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,381,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/Visualization/TimeTravelDebugger.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Workflow/StellaOps.ReleaseOrchestrator.Workflow.csproj,ReleaseOrchestrator,FAIL,396,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Replay/__Libraries/StellaOps.Replay.Anonymization/ITraceAnonymizer.cs,src/Replay/__Libraries/StellaOps.Replay.Anonymization/StellaOps.Replay.Anonymization.csproj,Replay,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Replay/__Libraries/StellaOps.Replay.Anonymization/Models.cs,src/Replay/__Libraries/StellaOps.Replay.Anonymization/StellaOps.Replay.Anonymization.csproj,Replay,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Replay/__Libraries/StellaOps.Replay.Anonymization/TraceAnonymizer.cs,src/Replay/__Libraries/StellaOps.Replay.Anonymization/StellaOps.Replay.Anonymization.csproj,Replay,FAIL,403,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Replay/__Libraries/StellaOps.Replay.Core/DeterminismVerifier.cs,src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,Replay,FAIL,467,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Replay/__Libraries/StellaOps.Replay.Core/InputManifestResolver.cs,src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,Replay,FAIL,494,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Replay/__Libraries/StellaOps.Replay.Core/PolicySimulationInputLock.cs,src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,Replay,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Replay/__Libraries/StellaOps.Replay.Core/ReplayExecutor.cs,src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,Replay,FAIL,519,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Replay/__Libraries/StellaOps.Replay.Core/ReplayJobQueue.cs,src/Replay/__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj,Replay,FAIL,446,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Contracts/RiskScoreResult.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,15,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Contracts/ScoreRequest.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,15,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/CvssKevProvider.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,38,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/DefaultTransformsProvider.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,41,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/EpssBundleLoader.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,225,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/EpssFetcher.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,224,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/EpssProvider.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,125,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming,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.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/FixExposureProvider.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,34,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/ICvssKevSources.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,36,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/IEpssSources.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,52,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/IRiskScoreProvider.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,45,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/VexGateProvider.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,36,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/FixChain/FixChainAttestationClient.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,253,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/FixChain/FixChainRiskDisplay.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/FixChain/FixChainRiskMetrics.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,165,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/FixChain/FixChainRiskProvider.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,350,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Providers/FixChain/IFixChainAttestationClient.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,80,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Services/IRiskScoreResultStore.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,PASS,19,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Services/RiskScoreQueue.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,65,AsyncNaming; BlockingAsync; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/Services/RiskScoreWorker.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Core/StellaOps.RiskEngine.Core.csproj,RiskEngine,FAIL,87,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/Class1.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/StellaOps.RiskEngine.Infrastructure.csproj,RiskEngine,PASS,7,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/Stores/InMemoryRiskScoreResultStore.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Infrastructure/StellaOps.RiskEngine.Infrastructure.csproj,RiskEngine,FAIL,33,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryAtomicTokenStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,194,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryCacheFactory.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,PASS,38,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryCacheStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,216,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryEventStream.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryIdempotencyStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryMessageLease.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,PASS,82,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryMessageQueue.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,250,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryMessageQueueFactory.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,PASS,41,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryQueueRegistry.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,742,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryRateLimiter.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemorySetStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemorySortedIndex.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,FAIL,231,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/InMemoryTransportPlugin.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.InMemory/StellaOps.Messaging.Transport.InMemory.csproj,Router,PASS,54,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresAtomicTokenStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,292,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresCacheFactory.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,PASS,62,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresCacheStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,265,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresConnectionFactory.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,65,AsyncNaming,Rename async methods to end with Async.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresEventStream.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,333,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresIdempotencyStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,211,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresMessageLease.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,PASS,88,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresMessageQueue.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,465,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresMessageQueueFactory.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,PASS,51,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresRateLimiter.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,183,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresSetStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,346,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresSortedIndex.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,FAIL,401,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/PostgresTransportPlugin.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,PASS,61,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/Options/PostgresTransportOptions.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Postgres/StellaOps.Messaging.Transport.Postgres.csproj,Router,PASS,31,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyAtomicTokenStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,284,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyCacheFactory.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,PASS,59,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyCacheStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,206,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyConnectionFactory.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,111,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyEventStream.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,287,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyIdempotencyStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,145,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyMessageLease.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,PASS,99,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyMessageQueue.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,645,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyMessageQueueFactory.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,PASS,56,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyRateLimiter.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,157,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeySetStore.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeySortedIndex.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,FAIL,269,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/ValkeyTransportPlugin.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,PASS,59,,
|
|
src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/Options/ValkeyTransportOptions.cs,src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey/StellaOps.Messaging.Transport.Valkey.csproj,Router,PASS,41,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/IAtomicTokenStore.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,79,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/IDistributedCache.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,70,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/IEventStream.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,75,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/IIdempotencyStore.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,71,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/IMessageLease.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,100,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/IMessageQueue.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,60,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/IMessageQueueFactory.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/IRateLimiter.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,48,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/ISetStore.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging/Abstractions/ISortedIndex.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging/DependencyInjection/MessagingServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,FAIL,127,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging/Options/CacheOptions.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,60,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Options/EventStreamOptions.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,43,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Options/MessageQueueOptions.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,70,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Options/MessagingPluginOptions.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,28,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Plugins/IMessagingTransportPlugin.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,23,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Plugins/MessagingPluginLoader.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,FAIL,132,AssemblyLoadFrom; FileLength>100,Avoid Assembly.LoadFrom outside the plugin loader.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging/Plugins/MessagingTransportRegistrationContext.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,50,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Results/CacheResult.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,64,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Results/EnqueueOptions.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,55,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Results/EnqueueResult.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,46,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Results/EventStreamResult.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging/Results/IdempotencyResult.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,42,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Results/LeaseRequest.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,PASS,59,,
|
|
src/Router/__Libraries/StellaOps.Messaging/Results/RateLimitResult.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Messaging/Results/TokenResult.cs,src/Router/__Libraries/StellaOps.Messaging/StellaOps.Messaging.csproj,Router,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/AspNetCoreEndpointDiscoveryProvider.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,FAIL,427,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/AspNetEndpointDescriptor.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/AspNetEndpointOverrideMerger.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/AspNetRouterRequestDispatcher.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,FAIL,541,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/DefaultAuthorizationClaimMapper.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,FAIL,285,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/IAspNetEndpointDiscoveryProvider.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,PASS,24,,
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/IAspNetRouterRequestDispatcher.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,PASS,20,,
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/IAuthorizationClaimMapper.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,PASS,27,,
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaRouterBridgeExtensions.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,FAIL,213,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaRouterBridgeOptions.cs,src/Router/__Libraries/StellaOps.Microservice.AspNetCore/StellaOps.Microservice.AspNetCore.csproj,Router,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice.SourceGen/DiagnosticDescriptors.cs,src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.csproj,Router,PASS,89,,
|
|
src/Router/__Libraries/StellaOps.Microservice.SourceGen/EndpointInfo.cs,src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.csproj,Router,PASS,30,,
|
|
src/Router/__Libraries/StellaOps.Microservice.SourceGen/Polyfills.cs,src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.csproj,Router,FAIL,11,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/Router/__Libraries/StellaOps.Microservice.SourceGen/SchemaGenerator.cs,src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.csproj,Router,FAIL,346,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaEndpointGenerator.cs,src/Router/__Libraries/StellaOps.Microservice.SourceGen/StellaOps.Microservice.SourceGen.csproj,Router,FAIL,705,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/EndpointDiscoveryService.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,72,,
|
|
src/Router/__Libraries/StellaOps.Microservice/EndpointOverrideMerger.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/EndpointRegistry.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,78,,
|
|
src/Router/__Libraries/StellaOps.Microservice/GeneratedEndpointDiscoveryProvider.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/HeaderCollection.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/IEndpointDiscoveryProvider.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,16,,
|
|
src/Router/__Libraries/StellaOps.Microservice/IEndpointRegistry.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,41,,
|
|
src/Router/__Libraries/StellaOps.Microservice/IGeneratedEndpointProvider.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,32,,
|
|
src/Router/__Libraries/StellaOps.Microservice/IHeaderCollection.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,37,,
|
|
src/Router/__Libraries/StellaOps.Microservice/InflightRequestTracker.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/IRequestDispatcher.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,27,,
|
|
src/Router/__Libraries/StellaOps.Microservice/IRouterConnectionManager.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,27,,
|
|
src/Router/__Libraries/StellaOps.Microservice/IStellaEndpoint.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,53,,
|
|
src/Router/__Libraries/StellaOps.Microservice/MicroserviceHostedService.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,54,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Router/__Libraries/StellaOps.Microservice/MicroserviceYamlConfig.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/MicroserviceYamlLoader.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,79,,
|
|
src/Router/__Libraries/StellaOps.Microservice/PathMatcher.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,3,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Router/__Libraries/StellaOps.Microservice/RawRequestContext.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,50,,
|
|
src/Router/__Libraries/StellaOps.Microservice/RawResponse.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,78,,
|
|
src/Router/__Libraries/StellaOps.Microservice/ReflectionEndpointDiscoveryProvider.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/RequestDispatcher.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,647,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Microservice/RouterConnectionManager.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,360,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/RouterEndpointConfig.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,25,,
|
|
src/Router/__Libraries/StellaOps.Microservice/SchemaProviderDiscoveryDiagnostics.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,27,,
|
|
src/Router/__Libraries/StellaOps.Microservice/ServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,222,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/StellaEndpointAttribute.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,47,,
|
|
src/Router/__Libraries/StellaOps.Microservice/StellaMicroserviceOptions.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/TypedEndpointAdapter.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,133,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/ValidateSchemaAttribute.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,88,,
|
|
src/Router/__Libraries/StellaOps.Microservice/Endpoints/SchemaDiscoveryEndpoints.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,216,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/Streaming/StreamingRequestBodyStream.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,166,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Microservice/Streaming/StreamingResponseBodyStream.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,193,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/EndpointSchemaDefinition.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,20,,
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/IGeneratedSchemaProvider.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,15,,
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/IRequestSchemaValidator.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,24,,
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/ISchemaRegistry.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,60,,
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/RequestSchemaValidator.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/SchemaDirection.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,18,,
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/SchemaRegistry.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/SchemaValidationError.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,15,,
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/SchemaValidationException.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,PASS,54,,
|
|
src/Router/__Libraries/StellaOps.Microservice/Validation/ValidationProblemDetails.cs,src/Router/__Libraries/StellaOps.Microservice/StellaOps.Microservice.csproj,Router,FAIL,102,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.AspNet/CompositeRequestDispatcher.cs,src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.csproj,Router,FAIL,286,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.AspNet/StellaRouterExtensions.cs,src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.csproj,Router,FAIL,233,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.AspNet/StellaRouterIntegrationHelper.cs,src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.csproj,Router,PASS,96,,
|
|
src/Router/__Libraries/StellaOps.Router.AspNet/StellaRouterOptions.cs,src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.csproj,Router,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.AspNet/StellaRouterOptionsBase.cs,src/Router/__Libraries/StellaOps.Router.AspNet/StellaOps.Router.AspNet.csproj,Router,PASS,85,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/PathMatcher.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,86,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Abstractions/IGlobalRoutingState.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,64,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Abstractions/IMicroserviceTransport.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,44,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Abstractions/IRegionProvider.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,18,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Abstractions/IRoutingPlugin.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,20,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Abstractions/ITransportClient.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,52,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Abstractions/ITransportServer.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,20,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Enums/FrameType.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,48,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Enums/InstanceHealthStatus.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,33,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Enums/TransportType.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,39,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Frames/FrameConverter.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,FAIL,150,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Common/Frames/RequestFrame.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,48,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Frames/ResponseFrame.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,33,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/CancelPayload.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,44,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/ClaimRequirement.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,18,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/ConnectionState.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,61,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/EndpointDescriptor.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,55,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/EndpointSchemaInfo.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,40,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/Frame.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,25,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/HeartbeatPayload.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,35,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/HelloPayload.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,29,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/InstanceDescriptor.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,28,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/PayloadLimits.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,31,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/RoutingContext.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,49,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/RoutingDecision.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,30,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/SchemaDefinition.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,23,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/ServiceOpenApiInfo.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,28,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/StreamDataPayload.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,28,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Models/StreamingOptions.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,37,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Plugins/IRouterTransportPlugin.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,28,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Plugins/RouterTransportMode.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,16,,
|
|
src/Router/__Libraries/StellaOps.Router.Common/Plugins/RouterTransportPluginLoader.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,FAIL,153,AssemblyLoadFrom; FileLength>100,Avoid Assembly.LoadFrom outside the plugin loader.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Common/Plugins/RouterTransportRegistrationContext.cs,src/Router/__Libraries/StellaOps.Router.Common/StellaOps.Router.Common.csproj,Router,PASS,41,,
|
|
src/Router/__Libraries/StellaOps.Router.Config/IRouterConfigProvider.cs,src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj,Router,PASS,95,,
|
|
src/Router/__Libraries/StellaOps.Router.Config/RouterConfig.cs,src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj,Router,PASS,30,,
|
|
src/Router/__Libraries/StellaOps.Router.Config/RouterConfigOptions.cs,src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj,Router,PASS,40,,
|
|
src/Router/__Libraries/StellaOps.Router.Config/RouterConfigProvider.cs,src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj,Router,FAIL,325,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Config/RoutingOptions.cs,src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj,Router,PASS,59,,
|
|
src/Router/__Libraries/StellaOps.Router.Config/ServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj,Router,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Config/ServiceConfig.cs,src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj,Router,PASS,62,,
|
|
src/Router/__Libraries/StellaOps.Router.Config/StaticInstanceConfig.cs,src/Router/__Libraries/StellaOps.Router.Config/StellaOps.Router.Config.csproj,Router,PASS,50,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/InMemoryChannel.cs,src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj,Router,FAIL,95,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/InMemoryConnectionRegistry.cs,src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj,Router,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/InMemoryTransportClient.cs,src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj,Router,FAIL,518,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/InMemoryTransportOptions.cs,src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj,Router,PASS,38,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/InMemoryTransportPlugin.cs,src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj,Router,FAIL,60,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/InMemoryTransportServer.cs,src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj,Router,FAIL,317,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.InMemory/ServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Transport.InMemory/StellaOps.Router.Transport.InMemory.csproj,Router,FAIL,90,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/MessagingTransportClient.cs,src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj,Router,FAIL,559,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/MessagingTransportServer.cs,src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj,Router,FAIL,405,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/ServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj,Router,FAIL,94,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/Options/MessagingTransportOptions.cs,src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj,Router,PASS,63,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/Protocol/CorrelationTracker.cs,src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj,Router,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/Protocol/RpcRequestMessage.cs,src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj,Router,PASS,55,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Messaging/Protocol/RpcResponseMessage.cs,src/Router/__Libraries/StellaOps.Router.Transport.Messaging/StellaOps.Router.Transport.Messaging.csproj,Router,PASS,50,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/RabbitMqFrameProtocol.cs,src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.csproj,Router,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/RabbitMqTransportClient.cs,src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.csproj,Router,FAIL,454,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/RabbitMqTransportOptions.cs,src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.csproj,Router,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/RabbitMqTransportPlugin.cs,src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.csproj,Router,FAIL,56,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/RabbitMqTransportServer.cs,src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.csproj,Router,FAIL,294,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/ServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Transport.RabbitMq/StellaOps.Router.Transport.RabbitMq.csproj,Router,FAIL,54,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/FrameProtocol.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj,Router,FAIL,146,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/PendingRequestTracker.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj,Router,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/ServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj,Router,FAIL,54,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/TcpConnection.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj,Router,FAIL,184,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/TcpTransportClient.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj,Router,FAIL,488,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/TcpTransportOptions.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj,Router,PASS,69,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/TcpTransportPlugin.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj,Router,FAIL,56,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tcp/TcpTransportServer.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tcp/StellaOps.Router.Transport.Tcp.csproj,Router,FAIL,243,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tls/CertificateLoader.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj,Router,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tls/CertificateWatcher.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj,Router,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tls/ServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj,Router,FAIL,54,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tls/TlsConnection.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj,Router,FAIL,222,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tls/TlsTransportClient.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj,Router,FAIL,580,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tls/TlsTransportOptions.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj,Router,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tls/TlsTransportPlugin.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj,Router,FAIL,56,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Tls/TlsTransportServer.cs,src/Router/__Libraries/StellaOps.Router.Transport.Tls/StellaOps.Router.Transport.Tls.csproj,Router,FAIL,344,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Udp/PayloadTooLargeException.cs,src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj,Router,PASS,28,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Udp/ServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj,Router,FAIL,54,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Udp/UdpFrameProtocol.cs,src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj,Router,PASS,80,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Udp/UdpTransportClient.cs,src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj,Router,FAIL,414,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Udp/UdpTransportOptions.cs,src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj,Router,PASS,51,,
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Udp/UdpTransportPlugin.cs,src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj,Router,FAIL,56,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Transport.Udp/UdpTransportServer.cs,src/Router/__Libraries/StellaOps.Router.Transport.Udp/StellaOps.Router.Transport.Udp.csproj,Router,FAIL,268,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/DependencyInjection/ServiceCollectionExtensions.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,PASS,32,,
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Domain/LineageModels.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Persistence/LineageDataSource.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,PASS,28,,
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Repositories/ISbomLineageEdgeRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,PASS,60,,
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Repositories/ISbomVerdictLinkRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,PASS,57,,
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Repositories/IVexDeltaRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,PASS,49,,
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Repositories/SbomLineageEdgeRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,FAIL,293,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Repositories/SbomVerdictLinkRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Repositories/VexDeltaRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Services/ILineageGraphService.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Lineage/Services/LineageGraphService.cs,src/SbomService/__Libraries/StellaOps.SbomService.Lineage/StellaOps.SbomService.Lineage.csproj,SbomService,FAIL,200,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/EfCore/Context/SbomServiceDbContext.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,PASS,22,,
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Extensions/SbomServicePersistenceExtensions.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,PASS,59,,
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/SbomServiceDataSource.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,PASS,45,,
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/Repositories/PostgresCatalogRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,183,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/Repositories/PostgresComponentLookupRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,117,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/Repositories/PostgresEntrypointRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,114,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/Repositories/PostgresOrchestratorControlRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,135,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/Repositories/PostgresOrchestratorRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,155,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/Repositories/PostgresProjectionRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,116,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/Repositories/PostgresSbomLineageEdgeRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,344,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Postgres/Repositories/PostgresSbomVerdictLinkRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,341,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Repositories/ISbomLineageEdgeRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/__Libraries/StellaOps.SbomService.Persistence/Repositories/ISbomVerdictLinkRepository.cs,src/SbomService/__Libraries/StellaOps.SbomService.Persistence/StellaOps.SbomService.Persistence.csproj,SbomService,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Program.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,1357,BlockingAsync; ConfigureAwaitMissing; FileLength>100; NamespaceNotFileScoped; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Convert to file-scoped namespace.; Remove service locator usage; use constructor injection.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Auth/HeaderAuthenticationHandler.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,71,,
|
|
src/SbomService/StellaOps.SbomService/Controllers/LineageController.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,169,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Controllers/RegistrySourceController.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,406,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Controllers/RegistryWebhookController.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,224,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/SbomService/StellaOps.SbomService/Models/CatalogRecord.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,16,,
|
|
src/SbomService/StellaOps.SbomService/Models/EntrypointModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,21,,
|
|
src/SbomService/StellaOps.SbomService/Models/LineageExportModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,51,,
|
|
src/SbomService/StellaOps.SbomService/Models/OrchestratorModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,18,,
|
|
src/SbomService/StellaOps.SbomService/Models/RegistrySourceModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Models/ReplayVerificationModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,83,,
|
|
src/SbomService/StellaOps.SbomService/Models/ResolverFeedModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,14,,
|
|
src/SbomService/StellaOps.SbomService/Models/SbomAssetEvents.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,20,,
|
|
src/SbomService/StellaOps.SbomService/Models/SbomContextModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,42,,
|
|
src/SbomService/StellaOps.SbomService/Models/SbomInventoryEvidence.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,14,,
|
|
src/SbomService/StellaOps.SbomService/Models/SbomLedgerModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,410,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Models/SbomPathModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,100,,
|
|
src/SbomService/StellaOps.SbomService/Models/SbomProjectionModels.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,11,,
|
|
src/SbomService/StellaOps.SbomService/Models/SbomVersionEvents.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,11,,
|
|
src/SbomService/StellaOps.SbomService/Observability/SbomMetrics.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,61,,
|
|
src/SbomService/StellaOps.SbomService/Observability/SbomTracing.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,10,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/FileCatalogRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,50,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/SbomService/StellaOps.SbomService/Repositories/FileComponentLookupRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,45,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/SbomService/StellaOps.SbomService/Repositories/FileProjectionRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,81,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/SbomService/StellaOps.SbomService/Repositories/ICatalogRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,14,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/IComponentLookupRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,13,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/IEntrypointRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,10,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/InMemoryCatalogRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,78,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/SbomService/StellaOps.SbomService/Repositories/InMemoryComponentLookupRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,65,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/SbomService/StellaOps.SbomService/Repositories/InMemoryEntrypointRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,58,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/InMemoryOrchestratorControlRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,42,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/InMemoryOrchestratorRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,80,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/InMemorySbomLedgerRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Repositories/InMemorySbomLineageEdgeRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Repositories/IOrchestratorControlRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,11,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/IOrchestratorRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,10,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/IProjectionRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,10,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/IRegistrySourceRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,47,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/ISbomLedgerRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,25,,
|
|
src/SbomService/StellaOps.SbomService/Repositories/ISbomLineageEdgeRepository.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Repositories/RegistrySourceRepositories.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,286,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/Clock.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,29,,
|
|
src/SbomService/StellaOps.SbomService/Services/GuidProvider.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,20,,
|
|
src/SbomService/StellaOps.SbomService/Services/ILineageCompareCache.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/ILineageCompareService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,533,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/ILineageExportService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,26,,
|
|
src/SbomService/StellaOps.SbomService/Services/InMemoryLineageCompareCache.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,329,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/InMemorySbomQueryService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,406,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/IReplayHashService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/IReplayVerificationService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/ISbomLedgerService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,21,,
|
|
src/SbomService/StellaOps.SbomService/Services/ISbomLineageGraphService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/ISbomQueryService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,17,,
|
|
src/SbomService/StellaOps.SbomService/Services/ISbomUploadService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,14,,
|
|
src/SbomService/StellaOps.SbomService/Services/LineageCompareService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,533,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/SbomService/StellaOps.SbomService/Services/LineageExportService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/LineageHoverCache.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,316,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/OrchestratorControlService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,112,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/OutboundUrlPolicy.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,130,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/RegistryDiscoveryService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,587,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/RegistryHttpOptions.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,21,,
|
|
src/SbomService/StellaOps.SbomService/Services/RegistrySourceQueryOptions.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,21,,
|
|
src/SbomService/StellaOps.SbomService/Services/RegistrySourceService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,440,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/RegistryWebhookService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,600,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/ReplayHashService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,274,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/SbomService/StellaOps.SbomService/Services/ReplayVerificationService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,353,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/SbomService/StellaOps.SbomService/Services/SbomAnalysisTrigger.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,36,AsyncNaming,Rename async methods to end with Async.
|
|
src/SbomService/StellaOps.SbomService/Services/SbomContextAssembler.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,261,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/SbomEvents.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/SbomLedgerService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,570,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/SbomLineageGraphService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,541,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/SbomNormalizationService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,285,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/SbomQualityScorer.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,53,,
|
|
src/SbomService/StellaOps.SbomService/Services/SbomUploadService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,230,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/ScanJobEmitterService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,348,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/ScannerHttpOptions.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,19,,
|
|
src/SbomService/StellaOps.SbomService/Services/ValkeyLineageCompareCache.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,FAIL,259,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService/Services/WatermarkService.cs,src/SbomService/StellaOps.SbomService/StellaOps.SbomService.csproj,SbomService,PASS,45,,
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/DenoBenchmarkFixtureBuilder.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.csproj,Scanner,FAIL,74,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/DenoBenchmarkShared.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.csproj,Scanner,FAIL,47,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/DenoLanguageAnalyzerBenchmark.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.csproj,Scanner,FAIL,78,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/Program.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Deno.Benchmarks.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/PhpBenchmarkShared.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks.csproj,Scanner,PASS,49,,
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/PhpLanguageAnalyzerBenchmark.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks.csproj,Scanner,FAIL,84,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/Program.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Php.Benchmarks.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/Program.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/RustBenchmarkShared.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.csproj,Scanner,FAIL,111,FileLength>100; NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;; Split file to stay <= 100 lines.
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/RustBenchmarkUtility.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.csproj,Scanner,FAIL,57,BlockingAsync; NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/RustLanguageAnalyzerBenchmark.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks/StellaOps.Scanner.Analyzers.Lang.Rust.Benchmarks.csproj,Scanner,FAIL,81,BlockingAsync; NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/Program.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/StellaOps.Scanner.Gate.Benchmarks.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/VexGateBenchmarks.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Gate.Benchmarks/StellaOps.Scanner.Gate.Benchmarks.csproj,Scanner,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/EpssDatasetGenerator.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/StellaOps.Scanner.Storage.Epss.Perf.csproj,Scanner,FAIL,84,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/Program.cs,src/Scanner/__Benchmarks/StellaOps.Scanner.Storage.Epss.Perf/StellaOps.Scanner.Storage.Epss.Perf.csproj,Scanner,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Advisory/AdvisoryBundleStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.csproj,Scanner,FAIL,75,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Advisory/AdvisoryClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.csproj,Scanner,FAIL,198,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Advisory/AdvisoryClientOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.csproj,Scanner,PASS,27,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Advisory/AdvisoryModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.csproj,Scanner,PASS,26,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Advisory/IAdvisoryClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.Advisory/StellaOps.Scanner.Advisory.csproj,Scanner,PASS,7,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/AiMlSecurityAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/AiMlSecurityServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,PASS,26,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/AiMlSecurityContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/AiMlSecurityResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,PASS,22,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/AiModelInventoryGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,217,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/AiSafetyRiskAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/BiasFairnessAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,PASS,50,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/ModelBinaryAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,113,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/ModelCardCompletenessAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/ModelCardScoring.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/ModelProvenanceVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Analyzers/TrainingDataProvenanceAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Models/AiMlSecurityModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Policy/AiGovernancePolicy.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,PASS,65,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Policy/AiGovernancePolicyLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,154,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/Reporting/AiMlSecurityReportFormatter.cs,src/Scanner/__Libraries/StellaOps.Scanner.AiMlSecurity/StellaOps.Scanner.AiMlSecurity.csproj,Scanner,FAIL,167,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/BunAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,22,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/BunLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,409,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,7,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunConfigHelper.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunDeclaredDependencyCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,82,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunEvidenceHasher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,47,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunInputClassification.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunInputKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunInputNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,73,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunInstalledCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,300,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunLockData.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunLockEntry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,39,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunLockInventory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,34,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunLockParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,305,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunLockScopeClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunPackage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,325,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunPackageNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,PASS,66,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunProjectDiscoverer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,243,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunVersionSpec.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/Internal/BunWorkspaceHelper.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Bun/StellaOps.Scanner.Analyzers.Lang.Bun.csproj,Scanner,FAIL,450,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,5,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/DenoAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,20,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/DenoLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,194,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,18,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoBuiltinUsage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,7,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoBundleInspectionResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoBundleInspector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,158,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoBundleModule.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoBundleObservation.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoBundleResource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,7,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoBundleScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,83,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoBundleScanResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,6,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoCacheLocation.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,40,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoCapabilityRecord.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,7,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoCapabilityType.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoCompatibilityAnalysis.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoCompileInspector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,60,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoConfigDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,418,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoContainerAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,85,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoContainerEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,87,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoContainerInput.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoContainerSourceKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoDynamicImportObservation.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoImportKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoImportMapDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,153,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoLayerMetadata.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,44,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoLiteralFetchObservation.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoLockFile.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,209,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoModuleEdge.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,10,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoModuleGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoModuleGraphResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,717,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoModuleKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,18,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoModuleNode.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,11,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoNpmCompatibilityAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,750,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoNpmResolution.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoPathUtilities.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,82,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoVendorDirectory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoVirtualFileSystem.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,427,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoWorkspace.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,60,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/DenoWorkspaceNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,445,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Observations/DenoObservationBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,89,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Observations/DenoObservationBundleSummary.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Observations/DenoObservationDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,10,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Observations/DenoObservationSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,110,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Runtime/DenoPolicySignalEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,25,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Runtime/DenoRuntimeEvents.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,39,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Runtime/DenoRuntimePathHasher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,38,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Runtime/DenoRuntimeShim.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,487,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Runtime/DenoRuntimeTraceProbe.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,132,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Runtime/DenoRuntimeTraceRecorder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,PASS,95,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Runtime/DenoRuntimeTraceRunner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,243,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/Internal/Runtime/DenoRuntimeTraceSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Deno/StellaOps.Scanner.Analyzers.Lang.Deno.csproj,Scanner,FAIL,188,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/DotNetAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,PASS,19,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/DotNetLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,304,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,10,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/IDotNetAuthenticodeInspector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,PASS,15,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetAnalyzerOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,PASS,58,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetDeclaredDependencyCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,727,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetDependencyCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,1394,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetDependencyEdge.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetDepsFile.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,520,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetEntrypointResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,708,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetFileCaches.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,335,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetRuntimeConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,160,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/DotNetRuntimeEvidenceLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,112,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/BuildMetadata/DotNetDependencyDeclaration.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/BuildMetadata/DotNetProjectMetadata.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,297,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Bundling/DotNetBundlingSignalCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,319,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Bundling/ILMergedAssemblyDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Bundling/SingleFileAppDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,251,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Callgraph/DotNetCallgraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,951,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Callgraph/DotNetReachabilityGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,444,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Capabilities/DotNetCapabilityEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Capabilities/DotNetCapabilityScanBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,137,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Capabilities/DotNetCapabilityScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,878,AssemblyLoadFrom; FileLength>100,Avoid Assembly.LoadFrom outside the plugin loader.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Capabilities/DotNetCapabilityScanResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Config/GlobalJsonParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,248,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Config/NuGetConfigParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,356,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Conflicts/DotNetVersionConflictDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Crypto/DotNetCryptoExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,360,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Discovery/DotNetBuildFileDiscovery.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,273,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Inheritance/CentralPackageManagementParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Inheritance/DirectoryBuildPropsResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,223,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Inheritance/EffectiveProjectBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,291,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Licensing/DotNetLicenseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,654,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/LockFiles/DotNetLockFileCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,170,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/LockFiles/PackagesLockJsonParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,257,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Parsing/MsBuildProjectParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,485,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/Parsing/PackagesConfigParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/Internal/PropertyResolution/MsBuildPropertyResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.DotNet/StellaOps.Scanner.Analyzers.Lang.DotNet.csproj,Scanner,FAIL,297,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,9,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/GoAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,PASS,19,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/GoLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,832,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/EnhancedGoLicenseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,275,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoAnalyzerMetrics.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,31,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoBinaryFormatDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,303,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoBinaryScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,408,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoBuildInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,PASS,81,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoBuildInfoDecoder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoBuildInfoParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,236,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoBuildInfoProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,150,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoCapabilityEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoCapabilityScanBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoCapabilityScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,839,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoCapabilityScanResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoCgoDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,399,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoDwarfMetadata.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,PASS,34,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoDwarfReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,241,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoLicenseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,340,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoModParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,374,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoModule.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoPrivateModuleDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,200,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoProjectDiscoverer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoSourceInventory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,428,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoStrippedBinaryClassification.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,PASS,14,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoSumParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoVendorParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoVersionConflictDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,439,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/Internal/GoWorkParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Go/StellaOps.Scanner.Analyzers.Lang.Go.csproj,Scanner,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,14,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/JavaLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,1886,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaArchive.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,266,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaArchiveEntry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaLockFileCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,511,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaPackagingKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaReleaseFileParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,70,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaRuntimeImage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaWorkspace.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,29,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaWorkspaceNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,102,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/JavaZipEntryUtilities.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,53,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/ShadedJarAnalysisResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,18,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/BuildMetadata/JavaDependencyDeclaration.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/BuildMetadata/JavaProjectMetadata.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Callgraph/JavaCallgraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,954,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Callgraph/JavaReachabilityGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,395,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Capabilities/JavaCapabilityEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Capabilities/JavaCapabilityScanBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,171,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Capabilities/JavaCapabilityScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,483,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Capabilities/JavaCapabilityScanResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/ClassPath/JavaClassLocation.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,64,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/ClassPath/JavaClassPathAnalysis.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/ClassPath/JavaClassPathBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,662,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/ClassPath/JavaModuleDescriptor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,23,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/ClassPath/JavaModuleInfoParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,369,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Conflicts/VersionConflictDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Crypto/JavaCryptoExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,490,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Discovery/JavaBuildFileDiscovery.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,344,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Gradle/GradleGroovyParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,379,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Gradle/GradleKotlinParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,377,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Gradle/GradlePropertiesParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,193,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Gradle/GradleVersionCatalogParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,399,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Gradle/TomlParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,320,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Jni/JavaJniAnalysis.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,92,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Jni/JavaJniAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,688,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/License/JavaLicenseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/License/SpdxLicenseNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,354,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Maven/MavenBomImporter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Maven/MavenEffectivePomBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,291,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Maven/MavenLocalRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Maven/MavenParentResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,336,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Maven/MavenPomParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,481,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Osgi/OsgiBundleParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,370,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/PropertyResolution/JavaPropertyResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,268,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Reflection/JavaReflectionAnalysis.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Reflection/JavaReflectionAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,733,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Resolver/JavaEntrypointAocWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,390,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Resolver/JavaEntrypointResolution.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,343,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Resolver/JavaEntrypointResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,541,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Runtime/JavaRuntimeEdgeResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,358,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Runtime/JavaRuntimeEventParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,288,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Runtime/JavaRuntimeEvents.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Runtime/JavaRuntimeIngestion.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Runtime/JavaRuntimeIngestor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,236,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/ServiceProviders/JavaServiceProviderScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/ServiceProviders/JavaSpiCatalog.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,105,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Shading/ShadedJarDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,318,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Signature/JavaSignatureManifestAnalysis.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Internal/Signature/JavaSignatureManifestAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,FAIL,312,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Java/StellaOps.Scanner.Analyzers.Lang.Java.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,18,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/NodeAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,20,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/NodeLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,360,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeAnalyzerMetrics.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,32,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeDeclarationKeyBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeDependencyIndex.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,283,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeDependencyScope.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,33,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeEntrypoint.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,34,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeEnvironmentScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,127,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeImportEdge.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeImportResolution.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeImportWalker.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,353,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeInputNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,167,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeLifecycleScript.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,38,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeLockData.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,834,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeLockEntry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,36,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodePackage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,499,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodePackageCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,1521,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodePnpDataLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,309,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,533,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeScopeClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,73,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeVersionDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,147,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeVersionTarget.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/NodeWorkspaceIndex.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,454,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/RuntimeEvidenceLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,172,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/YarnPnpData.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,318,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Capabilities/NodeCapabilityEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Capabilities/NodeCapabilityScanBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,272,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Capabilities/NodeCapabilityScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,539,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Capabilities/NodeCapabilityScanResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Crypto/NodeCryptoExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,578,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Licensing/NodeLicenseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,588,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Phase22/NodePhase22Analyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,681,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Phase22/NodePhase22Exporter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/Internal/Phase22/NodePhase22SampleLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Node/StellaOps.Scanner.Analyzers.Lang.Node.csproj,Scanner,FAIL,102,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,13,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/PhpAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,17,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/PhpLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,300,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/ComposerAutoloadData.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,25,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/ComposerLockData.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,49,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/ComposerLockReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,190,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/ComposerPackage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpAutoloadEdge.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpAutoloadGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpCapabilityEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpCapabilityScanBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,83,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpCapabilityScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,826,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpCapabilityScanResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpCapabilitySignals.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,33,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpComposerManifest.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpComposerManifestReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,307,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpConfigCollection.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,278,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpConfigCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,320,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpConfigEntry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,72,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpExtension.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpExtensionScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,446,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpFfiDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,506,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpFrameworkFingerprint.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpFrameworkFingerprinter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,438,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpFrameworkSurface.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,191,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpFrameworkSurfaceScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,889,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpIncludeEdge.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpIncludeGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,270,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpIncludeScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpInputNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,287,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpInstalledJsonReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,362,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpPackage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpPackageCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpPharArchive.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpPharScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,481,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpProjectInput.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpVersionConflictDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,418,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpVirtualFile.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,PASS,92,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/PhpVirtualFileSystem.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/Runtime/PhpRuntimeEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/Runtime/PhpRuntimeEvidenceCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,234,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/Internal/Runtime/PhpRuntimeShim.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Php/StellaOps.Scanner.Analyzers.Lang.Php.csproj,Scanner,FAIL,343,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,9,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/PythonAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,19,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/PythonLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,882,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/PythonContainerAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,353,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/PythonDistributionLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,1131,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/PythonDistributionVfsLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,939,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/PythonEnvironmentDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,328,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/PythonLockFileCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,831,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/PythonStartupHookDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,448,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/PythonZipappAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,530,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Capabilities/NativeLibraryAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,560,ConstNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename consts to PascalCase.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Capabilities/PythonCapability.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,201,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Capabilities/PythonCapabilityDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,337,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Capabilities/PythonNativeExtension.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Capabilities/PythonNativeExtensionScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,365,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Conflicts/VersionConflictDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,391,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Dependencies/DependencyGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,339,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Dependencies/TransitiveDependencyResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Entrypoints/PythonEntrypoint.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Entrypoints/PythonEntrypointAnalysis.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Entrypoints/PythonEntrypointDiscovery.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,670,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Entrypoints/PythonEntrypointKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,83,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Framework/PythonFrameworkDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,425,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Framework/PythonFrameworkHint.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Framework/PythonFrameworkKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Framework/PythonProjectConfigParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,329,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Imports/PythonBytecodeImportExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,417,AsyncNaming; ConstNaming; FileLength>100,Rename async methods to end with Async.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Imports/PythonImport.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Imports/PythonImportAnalysis.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,382,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Imports/PythonImportGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,564,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Imports/PythonImportKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,63,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Imports/PythonSourceImportExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,515,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Licensing/PythonLicenseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,273,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Licensing/SpdxLicenseNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,448,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Observations/PythonObservationBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,397,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Observations/PythonObservationDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,232,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Observations/PythonObservationSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,74,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/ContainerOverlayHandler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,278,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/IPythonPackagingAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,33,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/PythonPackageDiscovery.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,301,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/PythonPackageInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/PythonPackageKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/PythonPackageScope.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/PythonScopeClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,361,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/Adapters/CondaAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,184,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/Adapters/ContainerLayerAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,426,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/Adapters/DistInfoAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,318,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/Adapters/EggInfoAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,419,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/Adapters/PipEditableAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,281,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Packaging/Adapters/PoetryAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,307,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Resolver/PythonModuleResolution.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,280,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Resolver/PythonModuleResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,548,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/RuntimeEvidence/PythonImportHookScript.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/RuntimeEvidence/PythonPathHasher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,195,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/RuntimeEvidence/PythonRuntimeEvent.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/RuntimeEvidence/PythonRuntimeEvidenceCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,399,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Vendoring/VendoredPackageDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,527,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/Vendoring/VendoringMetadataBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/VirtualFileSystem/PythonFileSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/VirtualFileSystem/PythonInputNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,955,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/VirtualFileSystem/PythonLayoutKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/VirtualFileSystem/PythonProjectAnalysis.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/VirtualFileSystem/PythonVersionTarget.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,72,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/VirtualFileSystem/PythonVirtualFile.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,PASS,63,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/Internal/VirtualFileSystem/PythonVirtualFileSystem.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Python/StellaOps.Scanner.Analyzers.Lang.Python.csproj,Scanner,FAIL,699,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,11,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/RubyAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,PASS,20,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/RubyLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,320,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyBundlerConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyCapabilities.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyCapabilityDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,321,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyContainerScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,661,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyLockCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,365,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyLockData.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,PASS,35,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyLockEntry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,PASS,11,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyLockParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,276,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyManifestParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,268,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyPackage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyPackageCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyRuntimeGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,468,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyRuntimeUsage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/RubyVendorArtifactCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,375,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Observations/RubyObservationBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,309,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Observations/RubyObservationDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Observations/RubyObservationSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,591,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Policy/RubyPolicyContextBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,282,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Policy/RubyPolicySignalEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Runtime/RubyRuntimeEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Runtime/RubyRuntimeEvidenceCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,377,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Runtime/RubyRuntimeEvidenceIntegrator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,258,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Runtime/RubyRuntimePathHasher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,PASS,83,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Runtime/RubyRuntimeShim.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,308,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Runtime/RubyRuntimeTraceReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,270,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/Internal/Runtime/RubyRuntimeTraceRunner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Ruby/StellaOps.Scanner.Analyzers.Lang.Ruby.csproj,Scanner,FAIL,166,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,FAIL,8,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/RustAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,PASS,19,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/RustLanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/Internal/EnhancedRustLicenseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,FAIL,267,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/Internal/RustAnalyzerCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,FAIL,728,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/Internal/RustBinaryClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,FAIL,245,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/Internal/RustCargoLockParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,FAIL,314,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/Internal/RustFileCacheKey.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,PASS,75,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/Internal/RustFileHashCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,FAIL,47,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/Internal/RustFingerprintScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,FAIL,188,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/Internal/RustLicenseScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang.Rust/StellaOps.Scanner.Analyzers.Lang.Rust.csproj,Scanner,FAIL,300,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/AnalysisSnapshot.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/CapabilityEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/CapabilityKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,111,AssemblyLoadFrom; FileLength>100,Avoid Assembly.LoadFrom outside the plugin loader.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/CapabilityRisk.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,36,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/CapabilityScanResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,234,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/ICapabilityScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/ILanguageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,25,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageAnalyzerContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,102,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageAnalyzerEngine.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,60,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageAnalyzerResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageAnalyzerSecrets.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,82,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageComponentEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,19,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageComponentEvidenceExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageComponentMapper.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageComponentRecord.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,478,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageComponentSemanticExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,262,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageEntrypointRecord.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,97,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageExplicitKey.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,27,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/LanguageUsageHints.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,50,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Internal/LanguageAnalyzerJson.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,17,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Internal/LanguageAnalyzerSurfaceCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,123,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Internal/LanguageWorkspaceFingerprint.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,114,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/CopyrightExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,386,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/CopyrightNotice.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,35,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/ICopyrightExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,44,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/ILicenseCategorizationService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/ILicenseDetectionAggregator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,32,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/ILicenseTextExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/LicenseCategorizationService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,350,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/LicenseDetectionAggregator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,281,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/LicenseDetectionResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,261,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/LicenseDetectionSummary.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,69,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/LicenseTextExtractionResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,57,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Core/Licensing/LicenseTextExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,390,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Plugin/ILanguageAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,PASS,17,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/Plugin/LanguageAnalyzerPluginCatalog.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Lang/StellaOps.Scanner.Analyzers.Lang.csproj,Scanner,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,6,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/NativeReachabilityAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,257,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/Internal/Callgraph/NativeCallgraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,366,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/Internal/Demangle/CompositeDemangler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/Internal/Demangle/ISymbolDemangler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,81,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/Internal/Elf/ElfReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,517,ConstNaming; FileLength>100,Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/Internal/Elf/ElfTypes.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/Internal/Graph/NativeGraphDsseWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,303,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/Internal/Graph/NativeReachabilityGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,357,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/Timeline/RuntimeTimeline.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/Timeline/TimelineBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,260,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/ApkAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.csproj,Scanner,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/ApkDatabaseParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.csproj,Scanner,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/ApkPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.csproj,Scanner,FAIL,113,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Apk/StellaOps.Scanner.Analyzers.OS.Apk.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/DpkgAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.csproj,Scanner,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/DpkgPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.csproj,Scanner,FAIL,270,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/DpkgStatusParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.csproj,Scanner,FAIL,255,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Dpkg/StellaOps.Scanner.Analyzers.OS.Dpkg.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/HomebrewAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.csproj,Scanner,FAIL,27,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/HomebrewPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.csproj,Scanner,FAIL,388,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/HomebrewReceiptParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.csproj,Scanner,FAIL,240,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Homebrew/StellaOps.Scanner.Analyzers.OS.Homebrew.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/EntitlementsParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.csproj,Scanner,FAIL,232,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/InfoPlistParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.csproj,Scanner,FAIL,134,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/MacOsBundleAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.csproj,Scanner,FAIL,441,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/MacOsBundleAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.csproj,Scanner,FAIL,27,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.MacOsBundle/StellaOps.Scanner.Analyzers.OS.MacOsBundle.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/BomParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.csproj,Scanner,FAIL,200,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/PkgutilAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.csproj,Scanner,FAIL,27,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/PkgutilPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.csproj,Scanner,FAIL,229,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/PkgutilReceiptParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.csproj,Scanner,FAIL,156,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Pkgutil/StellaOps.Scanner.Analyzers.OS.Pkgutil.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/IRpmDatabaseReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/RpmAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,FAIL,25,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/RpmDatabaseReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,FAIL,418,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/RpmPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,FAIL,139,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/Internal/BerkeleyDbReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/Internal/RpmHeader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,PASS,87,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/Internal/RpmHeaderParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,FAIL,480,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/Internal/RpmTags.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,PASS,37,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Rpm/StellaOps.Scanner.Analyzers.OS.Rpm.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/ChocolateyAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.csproj,Scanner,FAIL,27,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/ChocolateyPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.csproj,Scanner,FAIL,296,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/ChocolateyPackageMetadata.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/NuspecParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.csproj,Scanner,FAIL,187,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/MsiAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.csproj,Scanner,FAIL,27,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/MsiDatabaseParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.csproj,Scanner,FAIL,101,ConstNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename consts to PascalCase.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/MsiMetadata.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.csproj,Scanner,PASS,19,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/MsiPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.csproj,Scanner,FAIL,286,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.Msi/StellaOps.Scanner.Analyzers.OS.Windows.Msi.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/WinSxSAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.csproj,Scanner,FAIL,27,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/WinSxSAssemblyMetadata.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.csproj,Scanner,PASS,61,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/WinSxSManifestParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.csproj,Scanner,FAIL,241,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/WinSxSPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.csproj,Scanner,FAIL,238,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Abstractions/IOSPackageAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,PASS,25,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Analyzers/OsPackageAnalyzerBase.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,79,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Helpers/CveHintExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,40,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Helpers/OsFileEvidenceFactory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,231,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Helpers/OsPath.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,PASS,46,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Helpers/PackageUrlBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Helpers/PackageVersionParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,58,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Internal/OsAnalyzerSurfaceCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,282,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Internal/OsRootfsFingerprint.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,157,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Mapping/OsComponentMapper.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Model/AnalyzerWarning.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,PASS,14,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Model/OSAnalyzerTelemetry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,PASS,6,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Model/OSPackageAnalyzerContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,PASS,61,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Model/OSPackageAnalyzerResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,41,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Model/OSPackageFileEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Model/OSPackageRecord.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,139,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Model/PackageEvidenceSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Plugin/IOSAnalyzerPlugin.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,PASS,18,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Plugin/OsAnalyzerPluginCatalog.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.OS/StellaOps.Scanner.Analyzers.OS.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/GlobalUsings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,11,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/SecretsAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,277,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/SecretsAnalyzerHost.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,187,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/SecretsAnalyzerOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,91,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Alerts/NotifySecretAlertPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,257,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Alerts/SecretAlertEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,314,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Alerts/SecretAlertSettings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Alerts/SecretFindingAlertEvent.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Bundles/BundleBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,347,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Bundles/BundleManifest.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Bundles/BundleSigner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,351,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Bundles/BundleVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,529,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Bundles/RuleValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,188,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Detectors/CompositeSecretDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,140,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Detectors/EntropyCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Detectors/EntropyDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,200,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Detectors/ISecretDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,33,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Detectors/RegexDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Detectors/SecretMatch.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,58,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Evidence/SecretFinding.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,53,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Evidence/SecretLeakEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Masking/IPayloadMasker.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,24,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Masking/PayloadMasker.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Rules/IRulesetLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,30,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Rules/RulesetLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,229,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Rules/SecretConfidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,23,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Rules/SecretRule.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Rules/SecretRuleset.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Rules/SecretRuleType.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,23,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/Rules/SecretSeverity.cs,src/Scanner/__Libraries/StellaOps.Scanner.Analyzers.Secrets/StellaOps.Scanner.Analyzers.Secrets.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Claims/ClaimsIndex.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,FAIL,270,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Corpus/CorpusManifest.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Corpus/FindingClassification.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Harness/GrypeAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,FAIL,127,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Harness/ICompetitorAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Harness/NormalizedFinding.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,PASS,53,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Harness/SyftAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,FAIL,113,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Harness/TrivyAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,FAIL,121,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Metrics/BenchmarkMetrics.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/Metrics/MetricsCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmark/StellaOps.Scanner.Benchmark.csproj,Scanner,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/BenchmarkResultWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/StellaOps.Scanner.Benchmarks.csproj,Scanner,FAIL,223,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/ICorpusRunner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Benchmarks/StellaOps.Scanner.Benchmarks.csproj,Scanner,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/BuildProvenanceServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,PASS,24,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/BuildConfigVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,202,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/BuilderVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,145,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/BuildInputIntegrityChecker.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/BuildProvenanceAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,209,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/BuildProvenanceChainBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,150,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/BuildProvenancePatternMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,PASS,47,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/ReproducibilityVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,187,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/SlsaLevelEvaluator.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,135,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Analyzers/SourceVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,173,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Models/BuildProvenanceModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Policy/BuildProvenancePolicy.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,PASS,78,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Policy/BuildProvenancePolicyLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,102,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/Reporting/BuildProvenanceReportFormatter.cs,src/Scanner/__Libraries/StellaOps.Scanner.BuildProvenance/StellaOps.Scanner.BuildProvenance.csproj,Scanner,FAIL,233,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/ScannerCacheMetrics.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,FAIL,44,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/ScannerCacheOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,PASS,41,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/ScannerCacheServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,FAIL,72,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/Abstractions/IFileContentAddressableStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,PASS,49,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/Abstractions/ILayerCacheStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,PASS,19,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/Abstractions/LayerCacheEntry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,PASS,29,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/Abstractions/LayerCachePutRequest.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,PASS,94,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/FileCas/FileContentAddressableStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,FAIL,483,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/FileCas/NullFileContentAddressableStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/LayerCache/LayerCacheStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,FAIL,482,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/LayerSbomCas/ILayerSbomCas.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/LayerSbomCas/PostgresLayerSbomCas.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,FAIL,294,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Cache/Maintenance/ScannerCacheMaintenanceService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Cache/StellaOps.Scanner.Cache.csproj,Scanner,FAIL,87,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Analysis/ReachabilityAnalysisOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,5,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Analysis/ReachabilityAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Caching/CallGraphCacheConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,26,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Caching/CircuitBreakerConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,17,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Caching/CircuitBreakerState.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Caching/ICallGraphCacheService.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,14,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Caching/ValkeyCallGraphCacheService.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,244,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/DependencyInjection/CallGraphServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,57,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/CallGraphExtractorRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/GuardDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/ICallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,15,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/ICallGraphExtractorRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,39,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/BinaryCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,1181,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/BinaryEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,153,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/DwarfDebugReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,540,AsyncNaming; ConfigureAwaitMissing; ConstNaming; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/FunctionBoundaryDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,527,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/Analysis/BinaryDynamicLoadDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,130,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/Analysis/BinaryStringLiteralScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,466,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/Disassembly/Arm64Disassembler.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,102,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/Disassembly/BinaryDisassemblyModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,27,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/Disassembly/BinaryTextSectionReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,398,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/Disassembly/DirectCallExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Binary/Disassembly/X86Disassembler.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Bun/BunCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,392,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Bun/BunEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,101,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Bun/BunSinkMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Deno/DenoCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,443,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Deno/DenoEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,127,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Deno/DenoSinkMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/DotNet/DotNetCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,524,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Go/GoCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,428,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Go/GoEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Go/GoSinkMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,178,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Go/GoSsaResultParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,193,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Go/GoSymbolIdBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Java/JavaBytecodeAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,637,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Java/JavaCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,372,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Java/JavaEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,158,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Java/JavaModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,411,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Java/JavaSinkMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,176,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Java/JavaSymbolIdBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,308,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/JavaScript/JavaScriptCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,413,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/JavaScript/JsEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,153,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/JavaScript/JsSinkMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,186,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Node/BabelResultParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,262,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Node/NodeCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,539,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Php/PhpCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,426,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Php/PhpEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,145,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Php/PhpSinkMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,175,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Python/PythonCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,481,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Python/PythonEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,141,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Python/PythonSinkMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,201,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Ruby/RubyCallGraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,359,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Ruby/RubyEntrypointClassifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,113,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Extraction/Ruby/RubySinkMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,155,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Models/CallGraphEdgeComparer.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,49,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Models/CallGraphModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,FAIL,14,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/Serialization/ImmutableArrayJsonConverter.cs,src/Scanner/__Libraries/StellaOps.Scanner.CallGraph/StellaOps.Scanner.CallGraph.csproj,Scanner,PASS,43,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Builder/ChangeTraceBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Builder/ChangeTraceBuilderOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,66,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Builder/IChangeTraceBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,36,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/ByteDiff/ByteDiffOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,58,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/ByteDiff/ByteLevelDiffer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,383,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/ByteDiff/IByteLevelDiffer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,31,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/ByteDiff/ISectionAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,60,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/ByteDiff/SectionAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,426,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/CycloneDx/ChangeTraceEvidenceExtension.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,364,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/CycloneDx/IChangeTraceEvidenceExtension.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,80,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Integration/IReachGraphClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Integration/IVexLensClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,94,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Models/ByteDelta.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Models/ChangeTrace.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Models/ChangeTraceSummary.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,79,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Models/PackageDelta.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,209,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Models/SymbolDelta.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Models/TrustDelta.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Proofs/ILatticeProofGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,23,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Proofs/LatticeProofGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Scoring/ITrustDeltaCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,35,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Scoring/TrustDeltaCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,267,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Scoring/TrustDeltaContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,76,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Scoring/TrustDeltaOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,PASS,80,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Serialization/ChangeTraceSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,160,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/Validation/ChangeTraceValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.ChangeTrace/StellaOps.Scanner.ChangeTrace.csproj,Scanner,FAIL,262,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/CallGraphEnums.cs,src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj,Scanner,PASS,95,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/CallGraphModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj,Scanner,FAIL,487,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/ElfSectionHashModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj,Scanner,PASS,99,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/OciInspectionModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj,Scanner,PASS,99,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/SinkCategory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj,Scanner,PASS,96,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/SinkRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj,Scanner,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Contracts/Properties/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Contracts/StellaOps.Scanner.Contracts.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/ProofBundleWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,260,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/ScanManifest.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,319,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/ScanManifestSigner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,228,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Configuration/EpssEnrichmentOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Configuration/OfflineKitOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,70,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Configuration/OfflineKitOptionsValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Configuration/PoEConfiguration.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Configuration/TrustAnchorConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/AnalyzerObservationPayload.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,43,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/BunPackageInventory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,50,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ComponentGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,302,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ComponentModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/RubyPackageInventory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/SbomView.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScanAnalysisKeys.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,83,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScanAnalysisStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,36,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScanAnalysisStoreExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,42,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScanFileEntry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScanJob.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScanJobIdJsonConverter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,27,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScanMetadataKeys.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScannerError.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Contracts/ScanProgressEvent.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Entropy/EntropyCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,93,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Entropy/EntropyReportBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Entropy/EntropyReportModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,27,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Epss/EpssChangeEvent.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,379,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Epss/EpssEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Epss/EpssPriorityBand.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Epss/IEpssProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Models/ComponentIdentity.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Models/FalsificationConditions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,440,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Models/LayerDependencyGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,308,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Models/SbomVersioning.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Models/ZeroDayWindowTracking.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,536,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Normalization/IPackageNameNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Normalization/NormalizationServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,47,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Normalization/PackageNameNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,626,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Observability/ScannerCorrelationContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,82,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Observability/ScannerDiagnostics.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,57,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Observability/ScannerLogExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,116,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Observability/ScannerMetricNames.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,57,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Provenance/EnrichmentProvenanceCapture.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,198,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Provenance/IEnrichmentProvenanceCapture.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,286,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Replay/RecordModeAssembler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,103,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Alerts/ISecretAlertDeduplicator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,78,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Alerts/ISecretAlertEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Alerts/ISecretAlertRouter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Alerts/SecretAlertEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,223,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Alerts/SecretFindingAlertEvent.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Configuration/ISecretDetectionSettingsRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,100,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Configuration/SecretAlertSettings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Configuration/SecretDetectionSettings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Configuration/SecretExceptionMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Configuration/SecretExceptionPattern.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Configuration/SecretRevelationPolicy.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Configuration/SecretRevelationService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Secrets/Masking/SecretMasker.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Security/AuthorityTokenSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,130,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Security/IAuthorityTokenSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Security/IPluginCatalogGuard.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Security/RestartOnlyPluginGuard.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,54,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Security/ScannerOperationalToken.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,67,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Security/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,37,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Serialization/ScannerJsonOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,22,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/TrustAnchors/FileSystemPublicKeyLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,107,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/TrustAnchors/IPublicKeyLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/TrustAnchors/ITrustAnchorRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,14,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/TrustAnchors/PurlPatternMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/TrustAnchors/TrustAnchorRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Utility/ScannerIdentifiers.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,FAIL,138,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Core/Utility/ScannerTimestamps.cs,src/Scanner/__Libraries/StellaOps.Scanner.Core/StellaOps.Scanner.Core.csproj,Scanner,PASS,44,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/CryptoAnalysisAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/CryptoAnalysisServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/AlgorithmStrengthAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/CertificateAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/CryptoAlgorithmCatalog.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,263,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/CryptoAnalysisContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/CryptoAnalysisResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,PASS,15,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/CryptoInventoryGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/FipsComplianceChecker.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/PostQuantumAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/ProtocolAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,176,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Analyzers/RegionalComplianceChecker.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,PASS,89,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Models/CryptoAnalysisModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Policy/CryptoPolicy.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,PASS,54,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Policy/CryptoPolicyLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,132,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Reporting/CryptoAnalysisReportFormatter.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,221,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/Reporting/CryptoInventoryExporter.cs,src/Scanner/__Libraries/StellaOps.Scanner.CryptoAnalysis/StellaOps.Scanner.CryptoAnalysis.csproj,Scanner,FAIL,314,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Delta/DeltaLayerScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.csproj,Scanner,FAIL,345,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Delta/IDeltaLayerScanner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.csproj,Scanner,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Delta/Evidence/DeltaEvidenceComposer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.csproj,Scanner,FAIL,354,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Delta/Evidence/DeltaScanPredicate.cs,src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.csproj,Scanner,FAIL,294,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Delta/Evidence/IDeltaEvidenceComposer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Delta/StellaOps.Scanner.Delta.csproj,Scanner,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Diff/ComponentDiffer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Diff/StellaOps.Scanner.Diff.csproj,Scanner,FAIL,400,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Diff/ComponentDiffModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Diff/StellaOps.Scanner.Diff.csproj,Scanner,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Diff/DiffJsonSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Diff/StellaOps.Scanner.Diff.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Cbom/CbomAggregationService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,369,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Cbom/CbomSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,374,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Cbom/CryptoProperties.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,468,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Cbom/ICryptoAssetExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/CompositionRecipeService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,335,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/CycloneDx17Extensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,99,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/CycloneDxCbomWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,510,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/CycloneDxComposer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,684,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/CycloneDxLayerWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,267,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/ILayerSbomWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/LayerSbomComposer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/LayerSbomRef.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/SbomCompositionRequest.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/SbomCompositionResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/SbomPolicyFinding.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,PASS,66,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/SbomValidationPipeline.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,606,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/ScanAnalysisCompositionBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/SemanticSbomExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,385,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/SpdxComposer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,447,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Composition/SpdxLayerWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,341,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Evidence/CallstackEvidenceBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,261,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Evidence/CycloneDxEvidenceMapper.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Evidence/EvidenceConfidenceNormalizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Evidence/IdentityEvidenceBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Evidence/LegacyEvidencePropertyWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Evidence/LicenseEvidenceBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,443,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Evidence/OccurrenceEvidenceBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Index/BomIndexBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,241,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Lineage/ISbomStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,102,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Lineage/RebuildProof.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Lineage/SbomDiff.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,281,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Lineage/SbomDiffEngine.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,384,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Lineage/SbomLineage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,PASS,86,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Native/INativeComponentEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Native/NativeBinaryMetadata.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,PASS,67,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Native/NativeComponentEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Native/NativeComponentMapper.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Native/NativePurlBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Packaging/ScannerArtifactPackageBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/AncestorComponentBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/CachedPedigreeDataProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/CommitInfoBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/CycloneDxPedigreeMapper.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,247,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/FeedserPedigreeDataProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,379,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/IPedigreeDataProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,280,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/PatchInfoBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/PedigreeNotesGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Pedigree/VariantComponentBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Reachability/ReachabilityLattice.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,PASS,94,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Spdx/Spdx3ProfileType.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,PASS,79,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Spdx/SpdxIdBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,PASS,47,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Spdx/Conversion/SpdxCycloneDxConverter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Spdx/Licensing/SpdxLicenseExpressions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,PASS,36,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Spdx/Licensing/SpdxLicenseList.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,408,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Spdx/Models/SpdxModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Spdx/Serialization/SpdxJsonLdSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,415,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Emit/Spdx/Serialization/SpdxTagValueSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Emit/StellaOps.Scanner.Emit.csproj,Scanner,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntrypointSpecification.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,72,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntryTraceAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,2098,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntryTraceAnalyzerOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,27,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntryTraceCacheEnvelope.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntryTraceCacheSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,36,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntryTraceContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,23,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntryTraceImageContextFactory.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,610,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntryTraceResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,33,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/EntryTraceTypes.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/IEntryTraceAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,10,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,115,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Baseline/BaselineAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,639,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Baseline/BaselineModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,541,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Baseline/BaselineServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Baseline/DefaultConfigurations.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,631,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/BinaryAnalysisResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,413,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/BinaryIntelligenceAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,253,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/CodeFingerprint.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,300,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/FingerprintCorpusBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,362,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/IFingerprintGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,313,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/IFingerprintIndex.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,474,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/ISymbolRecovery.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,380,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/SymbolInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,277,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Binary/VulnerableFunctionMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,231,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Diagnostics/EntryTraceMetrics.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/FileSystem/DirectoryRootFileSystem.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,327,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/FileSystem/IRootFileSystem.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/FileSystem/LayeredRootFileSystem.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,920,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Mesh/DockerComposeParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,792,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Mesh/IManifestParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,80,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Mesh/KubernetesManifestParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,643,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Mesh/MeshEntrypointAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,635,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Mesh/MeshEntrypointGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,435,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Oci/OciImageConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,142,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Parsing/ShellNodes.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Parsing/ShellParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,486,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Parsing/ShellToken.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,17,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Parsing/ShellTokenizer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Risk/CompositeRiskScorer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,462,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Risk/IRiskScorer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,486,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Risk/RiskScore.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,454,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Runtime/EntryTraceRuntimeReconciler.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,382,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Runtime/ProcFileSystemSnapshot.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,231,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Runtime/ProcGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,9,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Runtime/ProcGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Runtime/ProcProcess.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/ApplicationIntent.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,87,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/CapabilityClass.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/DataFlowBoundary.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/ISemanticEntrypointAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/RootFileSystemExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/SemanticConfidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/SemanticEntrypoint.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/SemanticEntrypointOrchestrator.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,436,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/SemanticEntryTraceAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,310,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/ThreatVector.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/Adapters/DotNetSemanticAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,470,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/Adapters/GoSemanticAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,527,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/Adapters/JavaSemanticAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,448,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/Adapters/NodeSemanticAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,522,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/Adapters/PythonSemanticAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,475,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/Analysis/CapabilityDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,429,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/Analysis/DataBoundaryMapper.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,430,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Semantic/Analysis/ThreatVectorInferrer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,421,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Serialization/EntryTraceGraphSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,310,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Serialization/EntryTraceNdjsonWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,336,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Speculative/ExecutionTree.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,395,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Speculative/ISymbolicExecutor.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,303,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Speculative/PathConfidenceScorer.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,328,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Speculative/PathEnumerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,302,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Speculative/ShellSymbolicExecutor.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,595,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Speculative/SymbolicState.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Speculative/SymbolicValue.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,297,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Temporal/EntrypointDrift.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Temporal/InMemoryTemporalEntrypointStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,344,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Temporal/ITemporalEntrypointStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,PASS,79,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/Temporal/TemporalEntrypointGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.EntryTrace/StellaOps.Scanner.EntryTrace.csproj,Scanner,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/DeltaSigVexEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,279,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/FuncProofBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,478,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/FuncProofDsseService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,299,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/FuncProofGenerationOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/FuncProofTransparencyService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,451,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/SbomFuncProofLinker.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,554,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/Models/DeltaSignatureEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,304,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/Models/EvidenceBundle.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,252,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/Models/FuncProof.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,368,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/Models/VersionComparisonEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,PASS,80,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/Privacy/EvidenceRedactionLevel.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,PASS,47,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Evidence/Privacy/EvidenceRedactionService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Evidence/StellaOps.Scanner.Evidence.csproj,Scanner,FAIL,229,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/RiskReport.cs,src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj,Scanner,FAIL,279,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/Assumptions/Assumption.cs,src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj,Scanner,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/Assumptions/AssumptionSet.cs,src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj,Scanner,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/Assumptions/IAssumptionCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj,Scanner,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/Confidence/EvidenceDensityScorer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj,Scanner,FAIL,227,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/Dsse/ExplainabilityPredicateSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj,Scanner,FAIL,234,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/Falsifiability/FalsifiabilityCriteria.cs,src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj,Scanner,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Explainability/Falsifiability/FalsifiabilityGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Explainability/StellaOps.Scanner.Explainability.csproj,Scanner,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/CachingVexObservationProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,228,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/IVexGateService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/IVexObservationQuery.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGateAuditLogger.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,307,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGateDecision.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,PASS,39,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGateExcititorAdapter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,265,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGateOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,380,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGatePolicy.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,202,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGatePolicyEvaluator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGateResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGateService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,251,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexGateServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,FAIL,170,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Gate/VexTypes.cs,src/Scanner/__Libraries/StellaOps.Scanner.Gate/StellaOps.Scanner.Gate.csproj,Scanner,PASS,79,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/IOciManifestSnapshotService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/ManifestServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,PASS,54,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/OciManifestSnapshotService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,317,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Models/ManifestComparisonResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Models/OciLayerDescriptor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Models/OciManifestSnapshot.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Persistence/IManifestSnapshotRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,PASS,49,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Persistence/ManifestSnapshotRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,252,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Resolution/BaseImageDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,259,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Resolution/DiffIdCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,184,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Resolution/IBaseImageDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,PASS,69,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Resolution/IDiffIdCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,PASS,44,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Resolution/ILayerDigestResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Resolution/LayerDigestResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,427,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Resolution/LayerProvenance.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Reuse/ILayerReuseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Manifest/Reuse/LayerReuseDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Manifest/StellaOps.Scanner.Manifest.csproj,Scanner,FAIL,325,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/CardGenerators.cs,src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.csproj,Scanner,FAIL,632,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/IMaterialChangesOrchestrator.cs,src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.csproj,Scanner,PASS,69,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/MaterialChangesOrchestrator.cs,src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.csproj,Scanner,FAIL,265,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/MaterialChangesReport.cs,src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.csproj,Scanner,FAIL,307,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/MaterialChangesServiceExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.MaterialChanges/StellaOps.Scanner.MaterialChanges.csproj,Scanner,PASS,83,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/Fidelity/FidelityAwareAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/StellaOps.Scanner.Orchestration.csproj,Scanner,FAIL,436,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/Fidelity/FidelityLevel.cs,src/Scanner/__Libraries/StellaOps.Scanner.Orchestration/StellaOps.Scanner.Orchestration.csproj,Scanner,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/IPatchVerificationOrchestrator.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,PASS,58,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/PatchVerificationOrchestrator.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,FAIL,443,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/DependencyInjection/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,PASS,97,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Models/DsseEnvelopeRef.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Models/PatchVerificationContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,PASS,80,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Models/PatchVerificationEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Models/PatchVerificationOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,PASS,63,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Models/PatchVerificationResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Models/PatchVerificationStatus.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,PASS,37,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Services/EvidenceIdGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,FAIL,93,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Services/InMemoryPatchSignatureStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/Services/IPatchSignatureStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.PatchVerification/StellaOps.Scanner.PatchVerification.csproj,Scanner,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofIntegration/ProofAwareVexGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofIntegration/StellaOps.Scanner.ProofIntegration.csproj,Scanner,FAIL,175,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/DefaultCryptoProfile.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,PASS,18,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/DssePreAuthEncoding.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/HmacDsseSigningService.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/IDsseSigningService.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/IProofSpineRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,PASS,54,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/ProofSpineBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,FAIL,444,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/ProofSpineBuilderExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/ProofSpineModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,PASS,82,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/ProofSpineSummary.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,PASS,11,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/ProofSpineVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,FAIL,190,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/Options/ProofSpineDsseSigningOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.csproj,Scanner,PASS,26,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/IScanQueue.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,PASS,21,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/IScanQueueLease.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,PASS,38,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/QueueEnvelopeFields.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/QueueMetrics.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,FAIL,29,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/QueueTransportKind.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,PASS,8,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/ScannerQueueHealthCheck.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,PASS,57,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/ScannerQueueOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,PASS,93,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/ScannerQueueServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,FAIL,69,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/ScanQueueContracts.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/Nats/NatsScanQueue.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,FAIL,656,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/Nats/NatsScanQueueLease.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,PASS,84,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/Redis/RedisScanQueue.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,FAIL,768,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Queue/Redis/RedisScanQueueLease.cs,src/Scanner/__Libraries/StellaOps.Scanner.Queue/StellaOps.Scanner.Queue.csproj,Scanner,PASS,77,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/CodeId.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,120,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/CodeIdBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/EdgeBundle.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,419,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/EdgeBundlePublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,238,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/IReachabilityLifter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,85,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/IReachabilityResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilityGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,429,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilityReplayWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilityRichGraphPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilityRichGraphPublisherService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,52,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilitySymbol.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,38,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilityUnionPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,84,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilityUnionPublisherService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,42,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilityUnionSchemas.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,7,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ReachabilityUnionWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,519,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/RichGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,279,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/RichGraphExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,31,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/RichGraphReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,313,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/RichGraphSemanticExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,418,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/RichGraphWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,260,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,143,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/SinkTaxonomy.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,7,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/SubgraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,551,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/SymbolId.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,287,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/SymbolIdBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/AttestingRichGraphWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/GraphRootIntegration.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,194,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/GraphRootIntegrationServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/IGraphRootIntegration.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,83,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/IReachabilitySubgraphPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,18,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/IReachabilityWitnessPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/ReachabilityAttestationServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,94,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/ReachabilitySubgraphOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,25,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/ReachabilitySubgraphPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,219,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/ReachabilityWitnessDsseBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/ReachabilityWitnessOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,56,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/ReachabilityWitnessPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,298,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Attestation/ReachabilityWitnessStatement.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,67,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Binary/BinaryPatchVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,512,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Binary/IBinaryPatchVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,249,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Boundary/BoundaryExtractionContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Boundary/BoundaryServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,54,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Boundary/CompositeBoundaryExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,121,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Boundary/GatewayBoundaryExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,771,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Boundary/IacBoundaryExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,840,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Boundary/IBoundaryProofExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,51,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Boundary/K8sBoundaryExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,464,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Boundary/RichGraphBoundaryExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Cache/GraphDeltaComputer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,152,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Cache/IGraphDeltaComputer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Cache/ImpactSetCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Cache/IncrementalReachabilityService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,472,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Cache/IReachabilityCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,252,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Cache/PostgresReachabilityCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,396,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Cache/PrReachabilityGate.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,482,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Cache/StateFlipDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,286,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/ConditionalReachabilityAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,397,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/DependencyGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/DependencyReachabilityModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/EntryPointDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,72,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/ReachabilityPolicy.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,99,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/ReachabilityPolicyLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,117,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/ReachabilityReportBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,43,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/ReachGraphReachabilityCombiner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,392,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/StaticReachabilityAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/VulnerabilityReachabilityFilter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,362,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/Reporting/DependencyReachabilityReport.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,59,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Dependencies/Reporting/DependencyReachabilityReporter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,350,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Explanation/PathExplanationModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,328,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Explanation/PathExplanationService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,434,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Explanation/PathRenderer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,288,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/ExpectedCall.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,72,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/ExpectedPath.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,99,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/FunctionMapGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,492,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/FunctionMapPredicate.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/FunctionMapSchema.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,70,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/IFunctionMapGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/ObservationStore/IRuntimeObservationStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/ObservationStore/PostgresRuntimeObservationStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,501,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/Verification/ClaimVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,412,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/FunctionMap/Verification/IClaimVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/CompositeGateDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,166,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/GateModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/GateMultiplierCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/GatePatterns.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,218,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/RichGraphGateAnnotator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,359,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/Detectors/AdminOnlyDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,137,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/Detectors/AuthGateDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,110,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/Detectors/FeatureFlagDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,122,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/Detectors/FileSystemCodeContentProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,86,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/Detectors/IGateDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,99,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Gates/Detectors/NonDefaultConfigDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,150,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Jobs/IReachabilityEvidenceJobExecutor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,24,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Jobs/ReachabilityEvidenceJob.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,232,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Jobs/ReachabilityEvidenceJobExecutor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,480,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Layer1/ILayer1Analyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Layer2/ILayer2Analyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Layer3/ILayer3Analyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Lifters/BinaryReachabilityLifter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,903,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Lifters/DotNetReachabilityLifter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,475,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Lifters/NodeReachabilityLifter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,443,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Lifters/ReachabilityLifterRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/MiniMap/MiniMapExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,251,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/MiniMap/ReachabilityMiniMap.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Ordering/CanonicalGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,72,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Ordering/DeterministicGraphOrderer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,415,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Ordering/GraphOrderingStrategy.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,33,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Ordering/IGraphOrderer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,35,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Runtime/EbpfRuntimeReachabilityCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,304,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Runtime/EbpfSignalMerger.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,494,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Runtime/IRuntimeReachabilityCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Runtime/RuntimeStaticMerger.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,334,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Services/ICveSymbolMappingService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Services/PostgresCveSymbolMappingRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/InMemorySliceCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,231,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/ISliceCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/ObservedPathSliceGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/PolicyBinding.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/SliceCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/SliceCasStorage.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,69,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/SliceDiffComputer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,180,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/SliceDsseSigner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,52,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/SliceExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,570,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/SliceHasher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/SliceModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,394,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/SliceSchema.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/VerdictComputer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Slices/Replay/SliceDiffComputer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Stack/IReachabilityResultFactory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,86,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Stack/ReachabilityResultFactory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,247,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Stack/ReachabilityStack.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,394,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Stack/ReachabilityStackEvaluator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Subgraph/ReachabilitySubgraphExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,403,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Subgraph/ReachabilitySubgraphModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Surfaces/ISurfaceQueryService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Surfaces/ISurfaceRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Surfaces/ReachabilityConfidenceTier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,98,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Surfaces/SurfaceAwareReachabilityAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,475,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Surfaces/SurfaceQueryService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,277,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Vex/IVexStatusDeterminer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Vex/VexStatusDeterminer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,248,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/ClaimIdGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/IPathWitnessBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,279,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/IRuntimeWitnessGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/ISuppressionDsseSigner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,35,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/ISuppressionWitnessBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,343,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/IWitnessDsseSigner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,29,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/IWitnessVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,281,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/ObservationType.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,34,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/PathWitness.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,340,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/PathWitnessBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,601,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/ReachabilityResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,63,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/RuntimeObservation.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,99,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/RuntimeWitnessPredicateTypes.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,67,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/RuntimeWitnessRequest.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/SignedWitnessGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/SuppressionDsseSigner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,170,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/SuppressionWitness.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,401,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/SuppressionWitnessBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,287,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/SuppressionWitnessSchema.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,18,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/SuppressionWitnessServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,30,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/WitnessDsseSigner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,170,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/WitnessMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Reachability/Witnesses/WitnessSchema.cs,src/Scanner/__Libraries/StellaOps.Scanner.Reachability/StellaOps.Scanner.Reachability.csproj,Scanner,PASS,46,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/DeterministicIds.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,PASS,42,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Attestation/DriftAttestationOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Attestation/DriftAttestationService.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,FAIL,362,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Attestation/DriftAttestationServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,PASS,59,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Attestation/IDriftAttestationService.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Attestation/IDriftSignerClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,PASS,80,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/DependencyInjection/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,FAIL,31,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Models/DriftModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,FAIL,295,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Services/CodeChangeFactExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,FAIL,344,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Services/DriftCauseExplainer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Services/PathCompressor.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/Services/ReachabilityDriftDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.ReachabilityDrift/StellaOps.Scanner.ReachabilityDrift.csproj,Scanner,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Registry/IRegistryClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.csproj,Scanner,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Registry/IRegistryCredentialProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.csproj,Scanner,PASS,87,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Registry/RegistryClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.csproj,Scanner,FAIL,430,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Registry/RegistryClientOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.csproj,Scanner,PASS,56,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Registry/RegistryServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Registry/StellaOps.Scanner.Registry.csproj,Scanner,FAIL,93,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/FindingInput.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/ISarifExportService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/SarifExportOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/SarifExportService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,FAIL,449,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/Fingerprints/FingerprintGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/Fingerprints/IFingerprintGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/Models/SarifModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/Rules/ISarifRuleRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,PASS,49,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif/Rules/SarifRuleRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif/StellaOps.Scanner.Sarif.csproj,Scanner,FAIL,419,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/ServiceSecurityAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/ServiceSecurityServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,PASS,29,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/AuthenticationAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,PASS,85,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/DataFlowAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/EndpointSchemeAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,87,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/NestedServiceAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/RateLimitingAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,123,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/ServiceSecurityAnalysisResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/ServiceSecurityContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/ServiceSecurityHelpers.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,106,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/ServiceVersionComparer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,PASS,82,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/ServiceVulnerabilityMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Analyzers/TrustBoundaryAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Models/ServiceSecurityModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Policy/ServicePatternMatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,PASS,21,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Policy/ServiceSecurityPolicy.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,PASS,50,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Policy/ServiceSecurityPolicyLoader.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,116,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/Reporting/ServiceSecurityReportFormatter.cs,src/Scanner/__Libraries/StellaOps.Scanner.ServiceSecurity/StellaOps.Scanner.ServiceSecurity.csproj,Scanner,FAIL,120,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/SmartDiffJsonSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,PASS,27,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/SmartDiffPredicate.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Attestation/DeltaVerdictBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Attestation/DeltaVerdictOciPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,PASS,62,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/BoundaryProof.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,217,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/MaterialRiskChangeDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,370,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/MaterialRiskChangeResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/ReachabilityGateBridge.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/Repositories.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/RiskStateSnapshot.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/SmartDiffScoringConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,353,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/VexCandidateEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,200,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/VexCandidateModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Detection/VexEvidence.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,188,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Output/SarifModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/Output/SarifOutputGenerator.cs,src/Scanner/__Libraries/StellaOps.Scanner.SmartDiff/StellaOps.Scanner.SmartDiff.csproj,Scanner,FAIL,484,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Configuration/CliSourceConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Configuration/DockerSourceConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,PASS,96,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Configuration/GitSourceConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Configuration/ISourceConfigValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,PASS,49,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Configuration/SourceConfigValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,838,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Configuration/ZastavaSourceConfig.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/ConnectionTesters/CliConnectionTester.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,124,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/ConnectionTesters/DockerConnectionTester.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,308,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/ConnectionTesters/GitConnectionTester.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,394,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/ConnectionTesters/ZastavaConnectionTester.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Contracts/SourceContracts.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,342,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/DependencyInjection/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Domain/SbomSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,413,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Domain/SbomSourceEnums.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,PASS,86,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Domain/SbomSourceRun.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Handlers/ISourceTypeHandler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Handlers/Cli/CliSourceHandler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,363,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Handlers/Docker/DockerSourceHandler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Handlers/Docker/ImageDiscovery.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,209,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Handlers/Git/GitSourceHandler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,516,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Handlers/Git/IGitClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Handlers/Zastava/IRegistryClient.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Handlers/Zastava/ZastavaSourceHandler.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,461,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Persistence/CursorEncoding.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,PASS,26,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Persistence/ISbomSourceRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Persistence/SbomSourceRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,476,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Persistence/SbomSourceRunRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,310,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Persistence/ScannerSourcesDataSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,PASS,31,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Scheduling/SourceSchedulerHostedService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,116,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Services/ICredentialResolver.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Services/ISbomSourceService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Services/ISourceConnectionTester.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Services/SbomSourceService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,436,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Services/SourceConnectionTester.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,90,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Triggers/ISourceTriggerDispatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,PASS,51,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Triggers/SourceTriggerDispatcher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,332,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sources/Triggers/TriggerContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sources/StellaOps.Scanner.Sources.csproj,Scanner,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/FuncProofOciPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,341,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/IOciAncestryExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/IOciImageInspector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,PASS,35,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/IOciPushService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,PASS,23,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/OciAncestryExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,298,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/OciAnnotations.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,PASS,60,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/OciArtifactPusher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,294,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/OciImageInspector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,884,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/OciImageReference.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/OciMediaTypes.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,PASS,81,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/OciModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/OciRegistryAuthorization.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,PASS,90,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,66,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/SliceOciManifestBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,131,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/SlicePullService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,487,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/SlicePushService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,PASS,75,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/VerdictOciPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,290,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/Diagnostics/VerdictPushDiagnostics.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/Offline/OfflineBundleService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage.Oci/StellaOps.Scanner.Storage.Oci.csproj,Scanner,FAIL,607,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/ScannerStorageDefaults.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,43,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/ScannerStorageOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,178,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/ArtifactDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,80,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/BunPackageInventoryDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/CatalogIdFactory.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,44,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/EntryTraceDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/ImageDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,20,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/JobDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,38,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/LayerDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,30,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/LifecycleRuleDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,17,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/LinkDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,23,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/RubyPackageInventoryDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Catalog/RuntimeEventDocument.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,54,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Entities/BinaryIdentityRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,40,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Entities/BinaryPackageMapRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,30,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Entities/BinaryVulnAssertionRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,38,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Entities/FuncProofDocumentRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Entities/IdempotencyKeyRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,43,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Entities/ProofBundleRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,51,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Entities/ScanManifestRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Entities/SecretDetectionSettingsRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/CachingEpssProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,341,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssBundleSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,42,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssChangeDetector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,77,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssChangeRecord.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,52,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssCsvStreamParser.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,299,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssExplainHashCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,111,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssOnlineSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,48,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,231,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssReplayService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,287,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssScoreRow.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,18,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/EpssSourceFile.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,47,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/IEpssSignalPublisher.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/IEpssSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,15,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Epss/Events/EpssUpdatedEvent.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Extensions/EpssServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,167,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Extensions/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,222,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Models/ClassificationChangeModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Models/ScanMetricsModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/ObjectStore/ArtifactObjectKeyBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,87,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/ObjectStore/IArtifactObjectStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/ObjectStore/RustFsArtifactObjectStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,239,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/ObjectStore/S3ArtifactObjectStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,82,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresBinaryEvidenceRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,331,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresCallGraphSnapshotRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,127,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresCodeChangeRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,116,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresEpssRawRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,229,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresEpssRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,690,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresEpssSignalRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,401,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresFacetSealStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,277,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresFuncProofRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,296,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresIdempotencyKeyRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,139,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresMaterialRiskChangeRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,271,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresObservedCveRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,153,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresProofBundleRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,143,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresReachabilityDriftResultRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,529,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresReachabilityResultRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,121,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresRiskStateRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,288,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresScanManifestRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,132,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresSecretDetectionSettingsRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,452,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/PostgresVexCandidateStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,287,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/ScannerDataSource.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,42,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Postgres/Migrations/MigrationIds.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,31,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/ArtifactRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,178,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/BunPackageInventoryRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,83,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/ClassificationHistoryRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,363,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/EntryTraceRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,75,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IBinaryEvidenceRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,29,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/ICallGraphSnapshotRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IClassificationHistoryRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,73,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/ICodeChangeRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,10,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IEpssRawRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IEpssRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IEpssSignalRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IIdempotencyKeyRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/ImageRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,87,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IObservedCveRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IReachabilityDriftResultRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,22,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IReachabilityResultRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IScanManifestRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,56,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IScanMetricsRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,86,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/ISecretDetectionSettingsRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/IWitnessRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,PASS,90,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/JobRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,152,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming,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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/LayerRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,213,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/LifecycleRuleRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,78,BlockingAsync; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/LinkRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,81,BlockingAsync; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/PostgresProofSpineRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,403,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/PostgresScanMetricsRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,451,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/PostgresWitnessRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,284,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/RubyPackageInventoryRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,83,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Repositories/RuntimeEventRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,308,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Services/ArtifactStorageService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,146,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Services/BinaryEvidenceService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,297,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Services/BunPackageInventoryStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,92,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Services/ClassificationChangeTracker.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,239,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Services/EntryTraceResultStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,56,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Services/FnDriftCalculator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,178,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Services/FnDriftMetricsExporter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,203,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Storage/Services/RubyPackageInventoryStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Storage/StellaOps.Scanner.Storage.csproj,Scanner,FAIL,94,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/ISurfaceEnvironment.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,PASS,20,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,PASS,20,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/SurfaceEnvironment.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,FAIL,43,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/SurfaceEnvironmentBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,FAIL,303,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/SurfaceEnvironmentException.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,PASS,21,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/SurfaceEnvironmentOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,PASS,54,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/SurfaceEnvironmentSettings.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,PASS,26,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/SurfaceSecretsConfiguration.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/SurfaceTlsConfiguration.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Env/StellaOps.Scanner.Surface.Env.csproj,Scanner,PASS,15,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/FacetSealExtractionOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,72,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/FacetSealExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,FAIL,313,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/FileSurfaceCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,FAIL,153,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/FileSurfaceManifestStore.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,FAIL,269,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/IFacetSealExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/ISurfaceCache.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,25,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/ISurfaceManifestReader.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,16,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/ISurfaceManifestWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,FAIL,157,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/SurfaceCacheJsonSerializer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,FAIL,32,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/SurfaceCacheKey.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,11,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/SurfaceCacheOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,23,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/SurfaceManifestDeterminismVerifier.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,FAIL,264,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/SurfaceManifestModels.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,FAIL,351,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/SurfaceManifestPathBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,86,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/SurfaceManifestStoreOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.FS/StellaOps.Scanner.Surface.FS.csproj,Scanner,PASS,46,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/AssemblyInfo.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,4,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/AttestationSecret.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,FAIL,55,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/CasAccessSecret.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,FAIL,209,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/ISurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/RegistryAccessSecret.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,FAIL,349,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,FAIL,99,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/SurfaceSecretHandle.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,90,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/SurfaceSecretNotFoundException.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,13,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/SurfaceSecretRequest.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,11,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/SurfaceSecretsOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,35,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/Providers/AuditingSurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/Providers/CachingSurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/Providers/CompositeSurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,57,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/Providers/FileSurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,95,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/Providers/InlineSurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,74,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/Providers/InMemorySurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,54,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/Providers/KubernetesSurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,PASS,77,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/Providers/OfflineSurfaceSecretProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Secrets/StellaOps.Scanner.Surface.Secrets.csproj,Scanner,FAIL,260,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/ISurfaceValidationReporter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,10,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/ISurfaceValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,15,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/ISurfaceValidatorRunner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,17,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/LoggingSurfaceValidationReporter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,50,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/ServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidationBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,35,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidationContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidationException.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,15,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidationIssue.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,26,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidationIssueCodes.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,17,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidationOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,19,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidationResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,30,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidationSeverity.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,12,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/SurfaceValidatorRunner.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,100,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/Validators/SurfaceCacheValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,FAIL,58,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/Validators/SurfaceEndpointValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,PASS,36,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/Validators/SurfaceSecretsValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface.Validation/StellaOps.Scanner.Surface.Validation.csproj,Scanner,FAIL,96,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/SurfaceAnalyzer.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,218,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/SurfaceServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Collectors/ExternalCallCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,214,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Collectors/NetworkEndpointCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,172,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Collectors/NodeJsEntryPointCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,280,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Collectors/PatternBasedSurfaceCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Collectors/ProcessExecutionCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,179,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Collectors/SecretAccessCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,175,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Discovery/ISurfaceEntryCollector.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,PASS,86,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Discovery/SurfaceEntryRegistry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Models/EntryPoint.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,PASS,77,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Models/SurfaceEntry.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,PASS,61,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Models/SurfaceType.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,PASS,50,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Output/SurfaceAnalysisWriter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,119,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Surface/Signals/SurfaceSignalEmitter.cs,src/Scanner/__Libraries/StellaOps.Scanner.Surface/StellaOps.Scanner.Surface.csproj,Scanner,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/TriageDbContext.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,FAIL,244,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageAttestation.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageCaseCurrent.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageDecision.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageEffectiveVex.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,PASS,92,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageEnums.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageEvidenceArtifact.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageFinding.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriagePolicyDecision.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,PASS,57,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageReachabilityResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,PASS,73,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageRiskResult.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,PASS,88,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageScan.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Entities/TriageSnapshot.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,PASS,67,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Models/ExploitPath.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Triage/Services/IExploitPathGroupingService.cs,src/Scanner/__Libraries/StellaOps.Scanner.Triage/StellaOps.Scanner.Triage.csproj,Scanner,PASS,42,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Validation/CompositeValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.csproj,Scanner,FAIL,185,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Validation/CycloneDxValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.csproj,Scanner,FAIL,435,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Validation/ISbomValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.csproj,Scanner,FAIL,353,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Validation/SpdxValidator.cs,src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.csproj,Scanner,FAIL,404,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Validation/ValidationGateOptions.cs,src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.csproj,Scanner,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Validation/ValidatorBinaryManager.cs,src/Scanner/__Libraries/StellaOps.Scanner.Validation/StellaOps.Scanner.Validation.csproj,Scanner,FAIL,485,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Builder/IVulnSurfaceBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Builder/VulnSurfaceBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,326,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/CallGraph/CecilInternalGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,218,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/CallGraph/IInternalCallGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/CallGraph/InternalCallGraph.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/CallGraph/JavaInternalGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,533,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/CallGraph/JavaScriptInternalGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,422,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/CallGraph/PythonInternalGraphBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,451,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/DependencyInjection/VulnSurfacesServiceCollectionExtensions.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Diagnostics/VulnSurfaceMetrics.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,234,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Download/IPackageDownloader.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Download/MavenPackageDownloader.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,200,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Download/NpmPackageDownloader.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,240,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Download/NuGetPackageDownloader.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,138,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Download/PyPIPackageDownloader.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,297,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Fingerprint/CecilMethodFingerprinter.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,244,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Fingerprint/IMethodFingerprinter.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Fingerprint/JavaBytecodeFingerprinter.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,510,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Fingerprint/JavaScriptMethodFingerprinter.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,494,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Fingerprint/MethodDiffEngine.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,227,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Fingerprint/PythonAstFingerprinter.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,435,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/MethodKeys/DotNetMethodKeyBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/MethodKeys/IMethodKeyBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/MethodKeys/JavaMethodKeyBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/MethodKeys/NodeMethodKeyBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/MethodKeys/PythonMethodKeyBuilder.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Models/VulnSurface.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,269,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Models/VulnSurfaceTrigger.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Services/IPackageSymbolProvider.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,PASS,15,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Services/IVulnSurfaceService.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,PASS,30,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Services/VulnSurfaceService.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Storage/IVulnSurfaceRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,PASS,100,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Storage/PostgresVulnSurfaceRepository.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,408,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Triggers/ITriggerMethodExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,PASS,67,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/Triggers/TriggerMethodExtractor.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces/StellaOps.Scanner.VulnSurfaces.csproj,Scanner,FAIL,272,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/ElfDeclaredDependency.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,36,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/ElfDynamicSectionParser.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,568,ConstNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/HeuristicEdge.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,65,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/HeuristicScanner.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,412,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/MachOCodeSignature.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,17,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/MachODeclaredDependency.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,39,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/MachOIdentity.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,25,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/MachOLoadCommandParser.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,332,ConstNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/MachOPlatform.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,47,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/MachOReader.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,832,ConstNaming; FileLength>100,Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/NativeBinaryIdentity.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,38,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/NativeFormat.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,10,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/NativeFormatDetector.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,409,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/NativeResolver.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,477,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/PeCompilerHint.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,13,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/PeDeclaredDependency.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,66,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/PeIdentity.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,35,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/PeImportParser.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,574,ConstNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/PeReader.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,759,ConstNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/ServiceCollectionExtensions.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,203,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Hardening/ElfHardeningExtractor.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,659,AsyncNaming; ConfigureAwaitMissing; ConstNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename consts to PascalCase.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Hardening/HardeningFlags.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Hardening/IHardeningExtractor.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,76,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Hardening/MachoHardeningExtractor.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,298,AsyncNaming; ConfigureAwaitMissing; ConstNaming; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Hardening/PeHardeningExtractor.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,274,AsyncNaming; ConfigureAwaitMissing; ConstNaming; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Index/BuildIdIndexEntry.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,66,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Index/BuildIdIndexOptions.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,39,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Index/BuildIdLookupResult.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,40,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Index/IBuildIdIndex.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,43,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Index/OfflineBuildIdIndex.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,422,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Observations/NativeObservationBuilder.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,276,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Observations/NativeObservationDocument.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,295,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Observations/NativeObservationSerializer.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,137,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Plugin/INativeAnalyzerPlugin.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Plugin/NativeAnalyzer.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,250,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Plugin/NativeAnalyzerPlugin.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,46,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Plugin/NativeAnalyzerPluginCatalog.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,221,AssemblyLoadFrom; FileLength>100,Avoid Assembly.LoadFrom outside the plugin loader.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Reachability/NativeReachabilityGraphBuilder.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Reachability/NativeReachabilityModels.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,33,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/CaptureDurationTimer.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,31,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/IRuntimeCaptureAdapter.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/LinuxEbpfCaptureAdapter.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,658,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/MacOsDyldCaptureAdapter.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,659,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/RuntimeCaptureOptions.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/RuntimeEvidence.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/RuntimeEvidenceAggregator.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,289,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/StackTraceCapture.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,441,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/RuntimeCapture/WindowsEtwCaptureAdapter.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,678,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Sections/ElfSectionHashExtractor.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,454,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Sections/ElfSectionHashOptions.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,FAIL,97,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Native/Sections/IElfSectionHashExtractor.cs,src/Scanner/StellaOps.Scanner.Analyzers.Native/StellaOps.Scanner.Analyzers.Native.csproj,Scanner,PASS,25,,
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/AnalyzerPluginAdapter.cs,src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/StellaOps.Scanner.Analyzers.Plugin.Unified.csproj,Scanner,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/AnalyzerPluginAdapterFactory.cs,src/Scanner/StellaOps.Scanner.Analyzers.Plugin.Unified/StellaOps.Scanner.Analyzers.Plugin.Unified.csproj,Scanner,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/BuildxPluginException.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,20,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Program.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,FAIL,629,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Attestation/AttestorClient.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,FAIL,51,AsyncNaming; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Attestation/AttestorProvenanceRequest.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,12,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Cas/CasWriteResult.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,7,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Cas/LocalCasClient.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,FAIL,76,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Cas/LocalCasOptions.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,FAIL,41,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Descriptor/DescriptorArtifact.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,14,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Descriptor/DescriptorDocument.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,18,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Descriptor/DescriptorGenerator.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,FAIL,200,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Descriptor/DescriptorGeneratorMetadata.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,8,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Descriptor/DescriptorProvenance.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,14,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Descriptor/DescriptorRequest.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,46,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Descriptor/DescriptorSubject.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,8,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Manifest/BuildxPluginCas.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,19,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Manifest/BuildxPluginEntryPoint.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,21,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Manifest/BuildxPluginImage.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,21,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Manifest/BuildxPluginManifest.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,50,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Manifest/BuildxPluginManifestLoader.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,FAIL,190,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Properties/AssemblyInfo.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,7,,
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Surface/SurfaceCasLayout.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,FAIL,114,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Surface/SurfaceManifestWriter.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,FAIL,236,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/Surface/SurfaceOptions.cs,src/Scanner/StellaOps.Scanner.Sbomer.BuildXPlugin/StellaOps.Scanner.Sbomer.BuildXPlugin.csproj,Scanner,PASS,26,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/FixtureImpactIndex.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,FAIL,674,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/IImpactIndex.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,PASS,68,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/ImpactImageRecord.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,PASS,18,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/ImpactIndexServiceCollectionExtensions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,PASS,27,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/ImpactIndexSnapshot.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,FAIL,38,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/ImpactIndexStubOptions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,PASS,20,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/RoaringImpactIndex.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,FAIL,638,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/Ingestion/BomIndexReader.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,FAIL,121,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/Ingestion/ImpactIndexIngestionRequest.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.ImpactIndex/StellaOps.Scheduler.ImpactIndex.csproj,Scheduler,PASS,29,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/AssemblyInfo.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,4,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/AuditRecord.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/CanonicalJsonSerializer.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,471,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/EnumConverters.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,202,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/Enums.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/GraphBuildJob.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/GraphJobStateMachine.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/GraphOverlayJob.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/ImpactSet.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/IRunSummaryService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,9,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/PolicyRunJob.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/PolicyRunModels.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,952,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/PolicyRunStatusFactory.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,63,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/PolicySimulationNotifications.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,66,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/Run.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/RunListCursor.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,19,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/RunReasonExtensions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,34,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/RunStateMachine.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/RunStatsBuilder.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,93,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/RunSummary.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,28,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/Schedule.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/SchedulerSchemaMigration.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,455,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/SchedulerSchemaMigrationResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,14,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/SchedulerSchemaVersions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,PASS,55,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/Selector.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Models/Validation.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Models/StellaOps.Scheduler.Models.csproj,Scheduler,FAIL,248,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/SchedulerChainLinking.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,125,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/EfCore/Context/SchedulerDbContext.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,33,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Extensions/SchedulerPersistenceExtensions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,74,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/CanonicalJsonSerializer.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,20,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/SchedulerChainLinking.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,162,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/SchedulerDataSource.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,39,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/BatchSnapshot.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,57,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/BatchSnapshotEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,59,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/ChainHead.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,42,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/ChainHeadEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,39,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/FailureSignatureEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/JobEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/JobHistoryEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,83,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/LockEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,38,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/MetricsEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,78,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/SchedulerLogEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,61,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/TriggerEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,98,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Models/WorkerEntity.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,73,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/BatchSnapshotRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,180,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/ChainHeadRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/DistributedLockRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,146,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/FailureSignatureRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,494,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/GraphJobRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,250,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IBatchSnapshotRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,51,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IChainHeadRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,65,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IDistributedLockRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,40,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IFailureSignatureRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IGraphJobRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,28,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IImpactSnapshotRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,10,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IJobHistoryRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,67,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IJobRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IMetricsRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,46,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/ImpactSnapshotRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,58,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IPolicyRunJobRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,15,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IRunRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,13,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IScheduleRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,12,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/ISchedulerLogRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/ITriggerRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,60,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/IWorkerRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,55,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/JobHistoryRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,270,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/JobRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,459,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/JobRepositoryOptions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,19,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/MetricsRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,179,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/PolicyRunJobRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,260,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/PostgresBatchSnapshotRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,178,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/PostgresChainHeadRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/PostgresSchedulerLogRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,450,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/RunQueryOptions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,16,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/RunRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,201,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/RunSummaryService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,58,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/ScheduleQueryOptions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,PASS,9,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/ScheduleRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/SchedulerLogRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,442,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/TriggerRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,309,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/Postgres/Repositories/WorkerRepository.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Persistence/StellaOps.Scheduler.Persistence.csproj,Scheduler,FAIL,254,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/AssemblyInfo.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,4,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/ISchedulerQueueTransportDiagnostics.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,10,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/SchedulerQueueContracts.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,312,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/SchedulerQueueFields.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,39,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/SchedulerQueueHealthCheck.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,74,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/SchedulerQueueMetrics.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,104,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/SchedulerQueueOptions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/SchedulerQueueServiceCollectionExtensions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,95,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/SchedulerQueueTransportKind.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,11,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/ServiceCollectionExtensions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,36,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Decorators/HlcJobRepositoryDecorator.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,252,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/BatchSnapshotDsseSigner.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/BatchSnapshotService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,354,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/HlcSchedulerDequeueService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/HlcSchedulerEnqueueService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,172,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/HlcSchedulerMetrics.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,179,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/HlcSchedulerServiceCollectionExtensions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,105,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/IBatchSnapshotService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,83,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/IHlcSchedulerDequeueService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,78,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/IHlcSchedulerEnqueueService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,65,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/SchedulerChainVerifier.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,293,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/SchedulerDequeueResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,22,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Hlc/SchedulerEnqueueResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,21,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Metrics/HlcSchedulerMetrics.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Models/BatchSnapshotResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,66,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Models/ChainVerificationResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Models/SchedulerDequeueResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,66,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Models/SchedulerEnqueueResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,50,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Models/SchedulerJobPayload.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,69,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Nats/INatsSchedulerQueuePayload.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,50,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Nats/NatsSchedulerPlannerQueue.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,71,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Nats/NatsSchedulerQueueBase.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,742,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Nats/NatsSchedulerQueueLease.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Nats/NatsSchedulerRunnerQueue.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,79,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Options/HlcSchedulerOptions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,93,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Redis/IRedisSchedulerQueuePayload.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,50,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Redis/RedisSchedulerPlannerQueue.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,66,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Redis/RedisSchedulerQueueBase.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,833,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Redis/RedisSchedulerQueueLease.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,98,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Redis/RedisSchedulerRunnerQueue.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,92,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Services/BatchSnapshotService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,244,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Services/HlcSchedulerDequeueService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,160,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Services/HlcSchedulerEnqueueService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,337,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Services/IBatchSnapshotService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,61,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Services/IHlcSchedulerDequeueService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,74,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Services/IHlcSchedulerEnqueueService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,45,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Services/ISchedulerChainVerifier.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,41,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Services/SchedulerChainVerifier.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/Signing/ISchedulerSnapshotSigner.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Queue/StellaOps.Scheduler.Queue.csproj,Scheduler,PASS,47,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/ServiceCollectionExtensions.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,191,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Cgroup/CgroupContainerResolver.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,628,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Cgroup/IContainerIdentityResolver.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Enrichment/IContainerStateProvider.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,PASS,81,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Enrichment/IImageDigestResolver.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,176,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Enrichment/ISbomComponentProvider.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,114,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Enrichment/RuntimeEventEnricher.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,265,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Output/RuntimeEvidenceNdjsonWriter.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,437,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Parsers/EventParser.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,381,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Probes/AirGapProbeLoader.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,441,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Probes/CoreProbeLoader.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,360,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Probes/IEbpfProbeLoader.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Schema/RuntimeCallEvent.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,310,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Schema/RuntimeEvidence.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,372,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Schema/SyscallEvents.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,338,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Services/IRuntimeSignalCollector.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Services/RuntimeEvidenceCollector.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,474,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Services/RuntimeSignalCollector.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,584,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Signing/AttestorEvidenceChunkSigner.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,328,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Signing/EvidenceChunkFinalizer.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,431,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Signing/IEvidenceChunkSigner.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,PASS,84,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Signing/LocalEvidenceChunkSigner.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,336,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Signing/RuntimeEvidencePredicate.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Symbols/EnhancedSymbolResolver.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,FAIL,600,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Ebpf/Symbols/ISymbolResolver.cs,src/Signals/__Libraries/StellaOps.Signals.Ebpf/StellaOps.Signals.Ebpf.csproj,Signals,PASS,20,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/EfCore/Context/SignalsDbContext.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,PASS,22,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Extensions/SignalsPersistenceExtensions.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,PASS,88,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/ServiceCollectionExtensions.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,PASS,88,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/SignalsDataSource.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,PASS,45,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/ICallGraphQueryRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,PASS,84,,
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/PostgresCallGraphProjectionRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,FAIL,468,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/PostgresCallGraphQueryRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/PostgresCallgraphRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,FAIL,130,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/PostgresDeploymentRefsRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,FAIL,250,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/PostgresGraphMetricsRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,FAIL,297,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/PostgresReachabilityFactRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,FAIL,236,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/PostgresReachabilityStoreRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,FAIL,414,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Libraries/StellaOps.Signals.Persistence/Postgres/Repositories/PostgresUnknownsRepository.cs,src/Signals/__Libraries/StellaOps.Signals.Persistence/StellaOps.Signals.Persistence.csproj,Signals,FAIL,593,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/AgentRegistration.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/AgentRegistrationService.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/AgentState.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,PASS,31,,
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/AgentStatistics.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,PASS,78,,
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/ClrMethodResolver.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,296,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/DotNetEventPipeAgent.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,157,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/IAgentRegistrationService.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,PASS,82,,
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/IRuntimeAgent.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,PASS,69,,
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/IRuntimeFactsIngest.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,PASS,47,,
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/RuntimeAgentBase.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,316,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/RuntimeAgentExtensions.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,46,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/RuntimeAgentOptions.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/RuntimeEventKind.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,PASS,67,,
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/RuntimeFactsIngestService.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,305,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/RuntimeMethodEvent.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/RuntimePlatform.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,PASS,37,,
|
|
src/Signals/StellaOps.Signals.RuntimeAgent/RuntimePosture.cs,src/Signals/StellaOps.Signals.RuntimeAgent/StellaOps.Signals.RuntimeAgent.csproj,Signals,PASS,52,,
|
|
src/Signals/StellaOps.Signals.Scheduler/SchedulerQueueJobClient.cs,src/Signals/StellaOps.Signals.Scheduler/StellaOps.Signals.Scheduler.csproj,Signals,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals.Scheduler/ServiceCollectionExtensions.cs,src/Signals/StellaOps.Signals.Scheduler/StellaOps.Signals.Scheduler.csproj,Signals,PASS,29,,
|
|
src/Signals/StellaOps.Signals/Program.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,962,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Api/HotSymbolsController.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,564,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Api/RuntimeAgentController.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,686,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Authentication/AnonymousAuthenticationHandler.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,31,,
|
|
src/Signals/StellaOps.Signals/Authentication/HeaderScopeAuthorizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,63,,
|
|
src/Signals/StellaOps.Signals/Authentication/TokenScopeAuthorizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,43,,
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/AnchorMetadata.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,100,,
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/BackportInput.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/EvidenceWeightedScoreCalculator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,1062,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/EvidenceWeightedScoreInput.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/EvidenceWeightedScoringExtensions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,120,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/EvidenceWeightPolicy.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,590,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/EvidenceWeightPolicyOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/ExploitInput.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/FileBasedWeightManifestLoader.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,212,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/IEvidenceWeightPolicyProvider.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/IWeightManifestLoader.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,93,,
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/MitigationInput.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/ReachabilityInput.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/RuntimeInput.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/SourceTrustInput.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/WeightManifest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,319,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/BackportEvidenceNormalizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/EvidenceNormalizersServiceCollectionExtensions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/ExploitLikelihoodNormalizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/IEvidenceNormalizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,92,,
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/INormalizerAggregator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/MitigationNormalizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/NormalizerAggregator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,351,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/NormalizerOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/ReachabilityNormalizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/RuntimeSignalNormalizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/EvidenceWeightedScore/Normalizers/SourceTrustNormalizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,227,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Hosting/SignalsSealedModeMonitor.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,94,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Signals/StellaOps.Signals/Hosting/SignalsStartupState.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,13,,
|
|
src/Signals/StellaOps.Signals/Lattice/ReachabilityLattice.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,165,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Lattice/ReachabilityLatticeState.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Lattice/UncertaintyTier.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/AocProvenance.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/CallgraphArtifactMetadata.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,24,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/CallgraphEdge.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/CallgraphEntrypoint.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,59,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphGate.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,53,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphGateType.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,17,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphIngestRequest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,19,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphIngestResponse.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,17,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphLanguage.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,24,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphManifest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,38,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphNode.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/CallgraphRoot.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,10,,
|
|
src/Signals/StellaOps.Signals/Models/CallgraphSchemaVersions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,13,,
|
|
src/Signals/StellaOps.Signals/Models/EdgeBundleDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/EdgeKind.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,26,,
|
|
src/Signals/StellaOps.Signals/Models/EdgeReason.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,77,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Signals/StellaOps.Signals/Models/EntrypointFramework.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,31,,
|
|
src/Signals/StellaOps.Signals/Models/EntrypointKind.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,24,,
|
|
src/Signals/StellaOps.Signals/Models/EntrypointPhase.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,31,,
|
|
src/Signals/StellaOps.Signals/Models/HotSymbolIndex.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,356,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/ProcSnapshotDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/ReachabilityFactDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/ReachabilityFactUpdatedEvent.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,27,,
|
|
src/Signals/StellaOps.Signals/Models/ReachabilityRecomputeRequest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,27,,
|
|
src/Signals/StellaOps.Signals/Models/RuntimeFactsIngestRequest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,66,,
|
|
src/Signals/StellaOps.Signals/Models/RuntimeFactsStreamMetadata.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,34,,
|
|
src/Signals/StellaOps.Signals/Models/RuntimeUpdatedEvent.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,331,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/ScoreExplanation.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/SymbolVisibility.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,17,,
|
|
src/Signals/StellaOps.Signals/Models/SyntheticRuntimeProbeRequest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,30,,
|
|
src/Signals/StellaOps.Signals/Models/UncertaintyDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,53,,
|
|
src/Signals/StellaOps.Signals/Models/UnknownFlags.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,50,,
|
|
src/Signals/StellaOps.Signals/Models/UnknownsBand.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,23,,
|
|
src/Signals/StellaOps.Signals/Models/UnknownsIngestRequest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,33,,
|
|
src/Signals/StellaOps.Signals/Models/UnknownsNormalizationTrace.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,34,,
|
|
src/Signals/StellaOps.Signals/Models/UnknownSymbolDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Models/ReachabilityStore/CallEdgeDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,31,,
|
|
src/Signals/StellaOps.Signals/Models/ReachabilityStore/CveFuncHitDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,31,,
|
|
src/Signals/StellaOps.Signals/Models/ReachabilityStore/FuncNodeDocument.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,41,,
|
|
src/Signals/StellaOps.Signals/Options/ScoreExplanationWeights.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Options/SignalsAirGapOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,56,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsArtifactStorageOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Options/SignalsAuthorityOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Options/SignalsAuthorityOptionsConfigurator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,40,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsCacheOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,30,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsEventsOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Options/SignalsGateMultiplierOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,49,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsOpenApiOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,29,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,74,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsRetentionOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,88,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsRouterEventsOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,43,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsScmWebhookOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,59,,
|
|
src/Signals/StellaOps.Signals/Options/SignalsScoringOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Options/UnknownsDecayOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,20,,
|
|
src/Signals/StellaOps.Signals/Options/UnknownsRescanOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,45,,
|
|
src/Signals/StellaOps.Signals/Options/UnknownsScoringOptions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Parsing/CallgraphParseResult.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,18,,
|
|
src/Signals/StellaOps.Signals/Parsing/CallgraphParserNotFoundException.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,18,,
|
|
src/Signals/StellaOps.Signals/Parsing/CallgraphParserValidationException.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,15,,
|
|
src/Signals/StellaOps.Signals/Parsing/CallgraphSchemaMigrator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,384,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Parsing/ICallgraphParser.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,22,,
|
|
src/Signals/StellaOps.Signals/Parsing/ICallgraphParserResolver.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,46,,
|
|
src/Signals/StellaOps.Signals/Parsing/RuntimeFactsNdjsonReader.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,54,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Signals/StellaOps.Signals/Parsing/SimpleJsonCallgraphParser.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,514,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/ICallGraphProjectionRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,86,,
|
|
src/Signals/StellaOps.Signals/Persistence/ICallgraphRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,17,,
|
|
src/Signals/StellaOps.Signals/Persistence/IDeploymentRefsRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,65,,
|
|
src/Signals/StellaOps.Signals/Persistence/IGraphMetricsRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,70,,
|
|
src/Signals/StellaOps.Signals/Persistence/IHotSymbolRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/InMemoryCallGraphProjectionRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/InMemoryCallgraphRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/InMemoryDeploymentRefsRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,112,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/InMemoryGraphMetricsRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/InMemoryProcSnapshotRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,97,,
|
|
src/Signals/StellaOps.Signals/Persistence/InMemoryReachabilityFactRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/InMemoryReachabilityStoreRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,252,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/InMemoryUnknownsRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Persistence/IProcSnapshotRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,43,,
|
|
src/Signals/StellaOps.Signals/Persistence/IReachabilityFactRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,36,,
|
|
src/Signals/StellaOps.Signals/Persistence/IReachabilityStoreRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,30,,
|
|
src/Signals/StellaOps.Signals/Persistence/IUnknownsRepository.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,47,,
|
|
src/Signals/StellaOps.Signals/Properties/AssemblyInfo.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,6,,
|
|
src/Signals/StellaOps.Signals/Routing/SignalsPolicies.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,23,,
|
|
src/Signals/StellaOps.Signals/Scm/ScmWebhookEndpoints.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,210,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Scm/Models/NormalizedScmEvent.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Scm/Models/ScmEventType.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,59,,
|
|
src/Signals/StellaOps.Signals/Scm/Models/ScmProvider.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,13,,
|
|
src/Signals/StellaOps.Signals/Scm/Services/IScmTriggerService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,39,,
|
|
src/Signals/StellaOps.Signals/Scm/Services/IScmWebhookService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,82,,
|
|
src/Signals/StellaOps.Signals/Scm/Services/ScmTriggerService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Scm/Services/ScmWebhookService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,174,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Scm/Webhooks/GiteaEventMapper.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,258,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Scm/Webhooks/GiteaWebhookValidator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,61,,
|
|
src/Signals/StellaOps.Signals/Scm/Webhooks/GitHubEventMapper.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,358,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Scm/Webhooks/GitHubWebhookValidator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,35,,
|
|
src/Signals/StellaOps.Signals/Scm/Webhooks/GitLabEventMapper.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,380,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Scm/Webhooks/GitLabWebhookValidator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,25,,
|
|
src/Signals/StellaOps.Signals/Scm/Webhooks/IScmEventMapper.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,26,,
|
|
src/Signals/StellaOps.Signals/Scm/Webhooks/IWebhookSignatureValidator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,17,,
|
|
src/Signals/StellaOps.Signals/Services/CallgraphIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,432,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/CallgraphNormalizationService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,370,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/CallGraphSyncService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,171,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/EdgeBundleIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,279,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/ICallgraphIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,18,,
|
|
src/Signals/StellaOps.Signals/Services/ICallGraphSyncService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,61,,
|
|
src/Signals/StellaOps.Signals/Services/IEdgeBundleIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,68,,
|
|
src/Signals/StellaOps.Signals/Services/IEventsPublisher.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,18,,
|
|
src/Signals/StellaOps.Signals/Services/IFuncProofLinkingService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,834,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/InMemoryEventsPublisher.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,51,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Signals/StellaOps.Signals/Services/IReachabilityCache.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,16,,
|
|
src/Signals/StellaOps.Signals/Services/IReachabilityScoringService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,12,,
|
|
src/Signals/StellaOps.Signals/Services/IReachabilityUnionIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,16,,
|
|
src/Signals/StellaOps.Signals/Services/IRedisConnectionFactory.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,12,,
|
|
src/Signals/StellaOps.Signals/Services/IRescanOrchestrator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,65,,
|
|
src/Signals/StellaOps.Signals/Services/IRuntimeFactsIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,67,,
|
|
src/Signals/StellaOps.Signals/Services/ISbomCorrelationService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,487,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/ISchedulerJobClient.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,85,,
|
|
src/Signals/StellaOps.Signals/Services/IScoreExplanationService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,94,,
|
|
src/Signals/StellaOps.Signals/Services/ISignalRefreshService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,53,,
|
|
src/Signals/StellaOps.Signals/Services/ISymbolCanonicalizationService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,405,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/IUnknownsDecayService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,46,,
|
|
src/Signals/StellaOps.Signals/Services/IUnknownsIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,12,,
|
|
src/Signals/StellaOps.Signals/Services/IUnknownsScoringService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,40,,
|
|
src/Signals/StellaOps.Signals/Services/LoggingRescanOrchestrator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,86,,
|
|
src/Signals/StellaOps.Signals/Services/MessagingEventsPublisher.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,172,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/NightlyDecayWorker.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,64,AsyncNaming,Rename async methods to end with Async.
|
|
src/Signals/StellaOps.Signals/Services/NullEventsPublisher.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,14,,
|
|
src/Signals/StellaOps.Signals/Services/NullSchedulerJobClient.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,70,,
|
|
src/Signals/StellaOps.Signals/Services/ReachabilityFactCacheDecorator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,73,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Signals/StellaOps.Signals/Services/ReachabilityFactDigestCalculator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,260,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/ReachabilityFactEventBuilder.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,219,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/ReachabilityScoringService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,738,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/ReachabilityUnionIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,141,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/RedisConnectionFactory.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,16,AsyncNaming,Rename async methods to end with Async.
|
|
src/Signals/StellaOps.Signals/Services/RedisEventsPublisher.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,234,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/RedisReachabilityCache.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,78,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Signals/StellaOps.Signals/Services/RouterEventsPublisher.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,163,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/RuntimeFactsIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,786,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/RuntimeFactsProvenanceNormalizer.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,394,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/RuntimeFactsRetentionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,142,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/RuntimeFactsValidationException.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,12,,
|
|
src/Signals/StellaOps.Signals/Services/SchedulerRescanOrchestrator.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/ScoreExplanationService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,317,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/SignalRefreshService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,62,AsyncNaming,Rename async methods to end with Async.
|
|
src/Signals/StellaOps.Signals/Services/SlimSymbolCache.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,424,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/SyntheticRuntimeProbeBuilder.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,50,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Signals/StellaOps.Signals/Services/UnknownsDecayMetrics.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,26,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Signals/StellaOps.Signals/Services/UnknownsDecayService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,144,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/UnknownsIngestionService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,111,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/UnknownsRescanMetrics.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,108,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/UnknownsRescanWorker.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,265,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/UnknownsScoringService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,299,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Services/UnknownsValidationException.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,11,,
|
|
src/Signals/StellaOps.Signals/Services/Models/ReachabilityUnionIngestResponse.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,14,,
|
|
src/Signals/StellaOps.Signals/Storage/FileSystemCallgraphArtifactStore.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,164,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Storage/FileSystemRuntimeFactsArtifactStore.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,162,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Storage/ICallgraphArtifactStore.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,48,,
|
|
src/Signals/StellaOps.Signals/Storage/IRuntimeFactsArtifactStore.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,47,,
|
|
src/Signals/StellaOps.Signals/Storage/PoECasStore.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,261,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Storage/RustFsCallgraphArtifactStore.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,335,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/Storage/Models/CallgraphArtifactSaveRequest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,16,,
|
|
src/Signals/StellaOps.Signals/Storage/Models/RuntimeFactsArtifactSaveRequest.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,14,,
|
|
src/Signals/StellaOps.Signals/Storage/Models/StoredCallgraphArtifact.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,14,,
|
|
src/Signals/StellaOps.Signals/Storage/Models/StoredRuntimeFactsArtifact.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,12,,
|
|
src/Signals/StellaOps.Signals/UnifiedScore/IUnifiedScoreService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,29,,
|
|
src/Signals/StellaOps.Signals/UnifiedScore/ServiceCollectionExtensions.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,50,,
|
|
src/Signals/StellaOps.Signals/UnifiedScore/UnifiedScoreModels.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,373,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/UnifiedScore/UnifiedScoreService.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,260,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/UnifiedScore/UnknownsBandMapper.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/UnifiedScore/Replay/IReplayLogBuilder.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,30,,
|
|
src/Signals/StellaOps.Signals/UnifiedScore/Replay/IReplayVerifier.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,PASS,60,,
|
|
src/Signals/StellaOps.Signals/UnifiedScore/Replay/ReplayLogBuilder.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,274,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/UnifiedScore/Replay/ReplayModels.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,453,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/StellaOps.Signals/UnifiedScore/Replay/ReplayVerifier.cs,src/Signals/StellaOps.Signals/StellaOps.Signals.csproj,Signals,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/AmbientOidcTokenProvider.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,189,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/EphemeralKeyGenerator.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,66,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/EphemeralKeyPair.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,153,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/HttpFulcioClient.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,310,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/ICertificateChainValidator.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,529,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/IEphemeralKeyGenerator.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,PASS,16,,
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/IFulcioClient.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/IOidcTokenProvider.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/KeylessDsseSigner.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,210,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/KeylessSigningExceptions.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/ServiceCollectionExtensions.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,PASS,77,,
|
|
src/Signer/__Libraries/StellaOps.Signer.Keyless/SignerKeylessOptions.cs,src/Signer/__Libraries/StellaOps.Signer.Keyless/StellaOps.Signer.Keyless.csproj,Signer,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/IKeyRotationService.cs,src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj,Signer,FAIL,286,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/ITrustAnchorManager.cs,src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj,Signer,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/KeyManagementDbContext.cs,src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj,Signer,PASS,60,,
|
|
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/KeyRotationAuditRepository.cs,src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj,Signer,FAIL,413,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/KeyRotationService.cs,src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj,Signer,FAIL,539,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/TrustAnchorManager.cs,src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj,Signer,FAIL,420,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/Entities/KeyEntities.cs,src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj,Signer,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/__Libraries/StellaOps.Signer.KeyManagement/Entities/TrustAnchorEntity.cs,src/Signer/__Libraries/StellaOps.Signer.KeyManagement/StellaOps.Signer.KeyManagement.csproj,Signer,PASS,89,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/PredicateTypes.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,397,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/SignerAbstractions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,PASS,56,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/SignerContracts.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/SignerExceptions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,PASS,47,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/SignerPipeline.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/SignerStatementBuilder.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/Ceremonies/CeremonyAuditEvents.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,234,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/Ceremonies/CeremonyModels.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,381,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/Ceremonies/CeremonyOptions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/Ceremonies/CeremonyOrchestrator.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,553,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/Ceremonies/CeremonyStateMachine.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/Ceremonies/ICeremonyOrchestrator.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/Ceremonies/ICeremonyRepository.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Core/Predicates/DeltaPredicateSchemas.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Core/StellaOps.Signer.Core.csproj,Signer,FAIL,463,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/ServiceCollectionExtensions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,27,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Auditing/InMemorySignerAuditSink.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,57,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Options/SignerCryptoOptions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,17,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Options/SignerEntitlementOptions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,20,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Options/SignerReleaseVerificationOptions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,12,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/ProofOfEntitlement/InMemoryProofOfEntitlementIntrospector.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,57,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Quotas/InMemoryQuotaService.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/ReleaseVerification/DefaultReleaseIntegrityVerifier.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,40,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Signing/CryptoDsseSigner.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Signing/DefaultSigningKeyResolver.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Signing/DsseSignerOptions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,71,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Signing/HmacDsseSigner.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,69,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Signing/ISigningKeyResolver.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,38,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Signing/SigningServiceCollectionExtensions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,85,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Sigstore/FulcioHttpClient.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,192,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Sigstore/ISigstoreClients.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Sigstore/RekorHttpClient.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,270,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Sigstore/SigstoreExceptions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,31,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Sigstore/SigstoreModels.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,67,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Sigstore/SigstoreOptions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,PASS,88,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Sigstore/SigstoreServiceCollectionExtensions.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,85,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/Sigstore/SigstoreSigningService.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Infrastructure/StellaOps.Signer.Infrastructure.csproj,Signer,FAIL,201,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/SmRemote/StellaOps.SmRemote.Service/Program.cs,src/SmRemote/StellaOps.SmRemote.Service/StellaOps.SmRemote.Service.csproj,SmRemote,FAIL,124,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Bundle/BundleBuilder.cs,src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.csproj,Symbols,FAIL,713,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Bundle/ServiceCollectionExtensions.cs,src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.csproj,Symbols,PASS,20,,
|
|
src/Symbols/StellaOps.Symbols.Bundle/Abstractions/IBundleBuilder.cs,src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.csproj,Symbols,FAIL,428,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Bundle/Models/BundleManifest.cs,src/Symbols/StellaOps.Symbols.Bundle/StellaOps.Symbols.Bundle.csproj,Symbols,FAIL,314,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Core/Abstractions/ISymbolBlobStore.cs,src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.csproj,Symbols,PASS,87,,
|
|
src/Symbols/StellaOps.Symbols.Core/Abstractions/ISymbolRepository.cs,src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.csproj,Symbols,PASS,84,,
|
|
src/Symbols/StellaOps.Symbols.Core/Abstractions/ISymbolResolver.cs,src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.csproj,Symbols,PASS,78,,
|
|
src/Symbols/StellaOps.Symbols.Core/Models/SymbolManifest.cs,src/Symbols/StellaOps.Symbols.Core/StellaOps.Symbols.Core.csproj,Symbols,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Infrastructure/ServiceCollectionExtensions.cs,src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.csproj,Symbols,PASS,34,,
|
|
src/Symbols/StellaOps.Symbols.Infrastructure/Resolution/DefaultSymbolResolver.cs,src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.csproj,Symbols,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Infrastructure/Storage/InMemorySymbolBlobStore.cs,src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.csproj,Symbols,FAIL,105,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Infrastructure/Storage/InMemorySymbolRepository.cs,src/Symbols/StellaOps.Symbols.Infrastructure/StellaOps.Symbols.Infrastructure.csproj,Symbols,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Server/Program.cs,src/Symbols/StellaOps.Symbols.Server/StellaOps.Symbols.Server.csproj,Symbols,FAIL,321,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Server/Contracts/SymbolsContracts.cs,src/Symbols/StellaOps.Symbols.Server/StellaOps.Symbols.Server.csproj,Symbols,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/EfCore/Context/TaskRunnerDbContext.cs,src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj,TaskRunner,PASS,22,,
|
|
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/Extensions/TaskRunnerPersistenceExtensions.cs,src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj,TaskRunner,PASS,62,,
|
|
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/Postgres/TaskRunnerDataSource.cs,src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj,TaskRunner,PASS,45,,
|
|
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/Postgres/Repositories/PostgresPackRunApprovalStore.cs,src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj,TaskRunner,FAIL,222,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/Postgres/Repositories/PostgresPackRunEvidenceStore.cs,src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj,TaskRunner,FAIL,295,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/Postgres/Repositories/PostgresPackRunLogStore.cs,src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj,TaskRunner,FAIL,158,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/Postgres/Repositories/PostgresPackRunStateStore.cs,src/TaskRunner/__Libraries/StellaOps.TaskRunner.Persistence/StellaOps.TaskRunner.Persistence.csproj,TaskRunner,FAIL,175,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/AirGap/IAirGapStatusProvider.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,16,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/AirGap/ISealedInstallAuditLogger.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/AirGap/ISealedInstallEnforcer.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,23,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/AirGap/SealedInstallEnforcementResult.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/AirGap/SealedInstallEnforcer.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,298,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/AirGap/SealedModeStatus.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,89,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/AirGap/SealedRequirements.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,40,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Attestation/IPackRunAttestationService.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,577,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Attestation/PackRunAttestation.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,527,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Configuration/PackRunWorkerOptions.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,24,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Events/IPackRunTimelineEventSink.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,197,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Events/PackRunTimelineEvent.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,348,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Events/PackRunTimelineEventEmitter.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,604,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Evidence/BundleImportEvidence.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,244,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Evidence/IBundleImportEvidenceService.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,384,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Evidence/IPackRunEvidenceSnapshotService.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,505,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Evidence/IPackRunEvidenceStore.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Evidence/IPackRunRedactionGuard.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Evidence/PackRunEvidenceSnapshot.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,361,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunApprovalStore.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,11,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunArtifactReader.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,17,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunArtifactUploader.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,13,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunJobDispatcher.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,7,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunJobScheduler.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,7,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunLogStore.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,34,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunNotificationPublisher.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,9,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunProvenanceWriter.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,7,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/IPackRunStepExecutor.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,20,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunApprovalCoordinator.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunApprovalState.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,85,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunApprovalStatus.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,10,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunExecutionContext.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,26,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunExecutionGraph.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunExecutionGraphBuilder.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunGateStateUpdater.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunProcessor.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,85,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunProcessorResult.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,6,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunState.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,61,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunStateFactory.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/PackRunStepStateMachine.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/ProvenanceManifestFactory.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,66,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/TaskRunnerTelemetry.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,PASS,17,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/Simulation/PackRunSimulationEngine.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,111,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Execution/Simulation/PackRunSimulationModels.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Expressions/TaskPackExpressions.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,597,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/IncidentMode/IncidentModeModels.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,364,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/IncidentMode/IPackRunIncidentModeService.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,535,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Planning/TaskPackPlan.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Planning/TaskPackPlanHasher.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,121,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Planning/TaskPackPlanInsights.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,186,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Planning/TaskPackPlanner.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,879,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Serialization/CanonicalJson.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,69,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/TaskPacks/TaskPackManifest.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,385,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/TaskPacks/TaskPackManifestLoader.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,170,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/TaskPacks/TaskPackManifestValidator.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,352,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Tenancy/ITenantEgressPolicy.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,403,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Tenancy/ITenantScopedStoragePathResolver.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,262,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Tenancy/PackRunTenantEnforcer.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,427,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Tenancy/TenancyEnforcementOptions.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/Tenancy/TenantContext.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Core/StellaOps.TaskRunner.Core.csproj,TaskRunner,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/AirGap/HttpAirGapStatusProvider.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,239,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/BundleIngestionStepExecutor.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,113,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/FilePackRunApprovalStore.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,120,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/FilePackRunLogStore.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,164,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/FilePackRunStateStore.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,202,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/FilesystemPackRunArtifactReader.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,77,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/FilesystemPackRunArtifactUploader.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,241,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/FilesystemPackRunDispatcher.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,149,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/FilesystemPackRunProvenanceWriter.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,58,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/HttpPackRunNotificationPublisher.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,75,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/LoggingPackRunArtifactUploader.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,PASS,41,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/LoggingPackRunNotificationPublisher.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,35,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/NoopPackRunJobDispatcher.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,PASS,10,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/NoopPackRunStepExecutor.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,PASS,26,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/NotificationOptions.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,PASS,9,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Execution/PackRunApprovalDecisionService.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,147,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Tenancy/TenantScopedPackRunLogStore.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,243,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/Tenancy/TenantScopedPackRunStateStore.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Infrastructure/StellaOps.TaskRunner.Infrastructure.csproj,TaskRunner,FAIL,284,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Analyzers/MetricLabelAnalyzer.cs,src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.csproj,Telemetry,FAIL,273,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/MetricLabelAnalyzerTests.cs,src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.csproj,Telemetry,FAIL,515,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/TestCategories.cs,src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.csproj,Telemetry,PASS,12,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/CliTelemetryContext.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/DeterministicLogFormatter.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,243,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/FidelityMetricsTelemetry.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/FidelitySloAlertingService.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/GoldenSignalMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/GoldenSignalMetricsOptions.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,42,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/GrpcContextInterceptors.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/IIncidentModeService.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,316,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/ILogRedactor.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,78,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/IncidentModeOptions.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/IncidentModeService.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,545,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/InstallTimestampService.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,132,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/ISealedModeTelemetryService.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/ITelemetryContextAccessor.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,18,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/LogRedactionOptions.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/LogRedactor.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,323,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/MetricLabelGuard.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,83,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/P0ProductMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/ProofCoverageMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/ProofGenerationMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,337,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/RedactingLogProcessor.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/ScanCompletionMetricsIntegration.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/SealedModeFileExporter.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,306,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/SealedModeTelemetryOptions.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/SealedModeTelemetryService.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,289,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOpsTelemetryOptions.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryApplicationBuilderExtensions.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,21,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryContext.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,93,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryContextAccessor.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,78,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryContextJobScope.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,141,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryContextPropagationMiddleware.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,141,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryContextPropagator.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryExporterGuard.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,100,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryPropagationHandler.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,62,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryPropagationMiddleware.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,161,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryServiceCollectionExtensions.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,400,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryServiceDescriptor.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,7,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetrySignal.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,23,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TimeToEvidenceMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,409,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TimeToFirstSignalMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,361,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TimeToFirstSignalOptions.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,82,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TtePercentileExporter.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/UnknownsBurndownMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,310,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/Metrics/AttestationCompletenessCalculator.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,117,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/Metrics/AttestationMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,95,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/Metrics/DeploymentMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,PASS,52,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/Triage/TriageMetrics.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,184,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/Triage/TtfsEvent.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/Triage/TtfsIngestionService.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.csproj,Telemetry,FAIL,218,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/__Libraries/StellaOps.Timeline.Core/ITimelineQueryService.cs,src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj,Timeline,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/__Libraries/StellaOps.Timeline.Core/ServiceCollectionExtensions.cs,src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj,Timeline,PASS,42,,
|
|
src/Timeline/__Libraries/StellaOps.Timeline.Core/TimelineQueryService.cs,src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj,Timeline,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/__Libraries/StellaOps.Timeline.Core/Export/ITimelineBundleBuilder.cs,src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj,Timeline,FAIL,194,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/__Libraries/StellaOps.Timeline.Core/Export/TimelineBundleBuilder.cs,src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj,Timeline,FAIL,295,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/__Libraries/StellaOps.Timeline.Core/Replay/ITimelineReplayOrchestrator.cs,src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj,Timeline,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/__Libraries/StellaOps.Timeline.Core/Replay/TimelineReplayOrchestrator.cs,src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj,Timeline,FAIL,301,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Timeline/__Libraries/StellaOps.Timeline.Core/Telemetry/TimelineMetrics.cs,src/Timeline/__Libraries/StellaOps.Timeline.Core/StellaOps.Timeline.Core.csproj,Timeline,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Abstractions/ITimelineEventStore.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,17,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Abstractions/ITimelineEventSubscriber.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,13,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Abstractions/ITimelineIngestionService.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,13,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Abstractions/ITimelineQueryService.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,11,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Abstractions/ITimelineQueryStore.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,11,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Models/TimelineEventEnvelope.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,30,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Models/TimelineEventView.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,29,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Models/TimelineEvidenceView.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,17,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Models/TimelineQueryOptions.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,17,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Models/Results/TimelineIngestResult.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,PASS,4,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Services/TimelineIngestionService.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,FAIL,50,AsyncNaming,Rename async methods to end with Async.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/Services/TimelineQueryService.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Core/StellaOps.TimelineIndexer.Core.csproj,TimelineIndexer,FAIL,61,AsyncNaming,Rename async methods to end with Async.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/TimelineIndexerDataSource.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,PASS,33,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/Db/TimelineEventStore.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,FAIL,114,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/Db/TimelineIndexerMigrationRunner.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,PASS,49,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/Db/TimelineQueryStore.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,FAIL,191,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/DependencyInjection/ServiceCollectionExtensions.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,PASS,36,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/Options/TimelineIngestionOptions.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,PASS,84,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/Subscriptions/NatsTimelineEventSubscriber.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,FAIL,68,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/Subscriptions/NullTimelineEventSubscriber.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,PASS,17,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/Subscriptions/RedisTimelineEventSubscriber.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,FAIL,128,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/Subscriptions/TimelineEnvelopeParser.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Infrastructure/StellaOps.TimelineIndexer.Infrastructure.csproj,TimelineIndexer,FAIL,218,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/UnknownsServiceExtensions.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,PASS,24,,
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Hints/IProvenanceHintBuilder.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,PASS,64,,
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Hints/ProvenanceHintBuilder.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,445,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Models/GreyQueueEntry.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,380,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Models/NativeUnknownContext.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,PASS,92,,
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Models/ProvenanceEvidence.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Models/ProvenanceHint.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Models/ProvenanceHintType.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,PASS,75,,
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Models/Unknown.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,301,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Models/UnknownRanking.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Persistence/IUnknownPersister.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,PASS,76,,
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Repositories/IGreyQueueRepository.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,371,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Repositories/IUnknownRepository.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Services/NativeUnknownClassifier.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,255,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Services/RuntimeSignalIngester.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,377,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Services/UnknownProofEmitter.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,207,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Core/Services/UnknownRanker.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Core/StellaOps.Unknowns.Core.csproj,Unknowns,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/Context/UnknownsDbContext.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/StellaOps.Unknowns.Persistence.EfCore.csproj,Unknowns,PASS,39,,
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/Extensions/UnknownsPersistenceExtensions.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/StellaOps.Unknowns.Persistence.EfCore.csproj,Unknowns,PASS,76,,
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/Repositories/UnknownEfRepository.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence.EfCore/StellaOps.Unknowns.Persistence.EfCore.csproj,Unknowns,FAIL,316,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/EfCore/Context/UnknownsDbContext.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.csproj,Unknowns,PASS,39,,
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/EfCore/Repositories/UnknownEfRepository.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.csproj,Unknowns,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/Extensions/UnknownsPersistenceExtensions.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.csproj,Unknowns,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/Postgres/PostgresUnknownPersister.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.csproj,Unknowns,FAIL,120,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/Postgres/Repositories/PostgresUnknownRepository.cs,src/Unknowns/__Libraries/StellaOps.Unknowns.Persistence/StellaOps.Unknowns.Persistence.csproj,Unknowns,FAIL,1004,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Unknowns/StellaOps.Unknowns.Services/Abstractions.cs,src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.csproj,Unknowns,PASS,59,,
|
|
src/Unknowns/StellaOps.Unknowns.Services/GreyQueueWatchdogService.cs,src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.csproj,Unknowns,FAIL,338,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Unknowns/StellaOps.Unknowns.Services/UnknownsLifecycleService.cs,src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.csproj,Unknowns,FAIL,427,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Unknowns/StellaOps.Unknowns.Services/UnknownsMetricsService.cs,src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.csproj,Unknowns,FAIL,334,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Unknowns/StellaOps.Unknowns.Services/UnknownsSlaHealthCheck.cs,src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.csproj,Unknowns,FAIL,140,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Unknowns/StellaOps.Unknowns.Services/UnknownsSlaMonitorService.cs,src/Unknowns/StellaOps.Unknowns.Services/StellaOps.Unknowns.Services.csproj,Unknowns,FAIL,226,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Verifier/BundleVerifier.cs,src/Verifier/StellaOps.Verifier.csproj,Verifier,FAIL,1029,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Verifier/Program.cs,src/Verifier/StellaOps.Verifier.csproj,Verifier,FAIL,170,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Verifier/VerifierOptions.cs,src/Verifier/StellaOps.Verifier.csproj,Verifier,PASS,91,,
|
|
src/Verifier/__Tests/StellaOps.Verifier.Tests/BundleVerifierTests.cs,src/Verifier/StellaOps.Verifier.csproj,Verifier,FAIL,457,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/IVexConflictRepository.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,72,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/IVexIngestionJobRepository.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,83,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/IVexProvenanceRepository.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,38,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/IVexSourceRepository.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,59,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/IVexStatementRepository.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Export/IVexExportService.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,85,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Export/VexExportService.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,253,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Extensions/VexHubCoreServiceCollectionExtensions.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,57,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Ingestion/IVexIngestionService.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,48,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Ingestion/VexIngestionScheduler.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Ingestion/VexIngestionService.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,166,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Models/VexHubModels.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,664,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Models/VexHubOptions.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Pipeline/IVexNormalizationPipeline.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,37,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Pipeline/VexNormalizationPipeline.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,342,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/CsafVexSchemaValidator.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,573,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/CycloneDxVexSchemaValidator.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,710,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/IStatementFlaggingService.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/IVexSchemaValidator.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/IVexSignatureVerifier.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,29,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/OpenVexSchemaValidator.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,492,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/StatementFlaggingService.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,273,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/VexSchemaValidatorFactory.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,146,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Validation/VexSignatureVerifier.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,PASS,45,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Webhooks/IWebhookService.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Core/Webhooks/WebhookService.cs,src/VexHub/__Libraries/StellaOps.VexHub.Core/StellaOps.VexHub.Core.csproj,VexHub,FAIL,194,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/EfCore/Context/VexHubDbContext.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,PASS,22,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Extensions/VexHubPersistenceExtensions.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,PASS,47,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Postgres/VexHubDataSource.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,PASS,51,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Postgres/Models/VexConflictEntity.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,PASS,20,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Postgres/Models/VexIngestionJobEntity.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,PASS,21,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Postgres/Models/VexProvenanceEntity.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,PASS,19,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Postgres/Models/VexSourceEntity.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,PASS,22,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Postgres/Models/VexStatementEntity.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,PASS,54,,
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Postgres/Repositories/PostgresVexProvenanceRepository.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,FAIL,126,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexHub/__Libraries/StellaOps.VexHub.Persistence/Postgres/Repositories/PostgresVexStatementRepository.cs,src/VexHub/__Libraries/StellaOps.VexHub.Persistence/StellaOps.VexHub.Persistence.csproj,VexHub,FAIL,375,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/CombinedSbomVexBuilder.cs,src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.csproj,VexLens,FAIL,289,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/CvssMapper.cs,src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.csproj,VexLens,FAIL,204,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/IVexToSpdx3Mapper.cs,src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.csproj,VexLens,FAIL,294,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/VexStatusMapper.cs,src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.csproj,VexLens,FAIL,187,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/VexToSpdx3Mapper.cs,src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.csproj,VexLens,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/VulnerabilityElementBuilder.cs,src/VexLens/__Libraries/StellaOps.VexLens.Spdx3/StellaOps.VexLens.Spdx3.csproj,VexLens,FAIL,216,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens.Persistence/Postgres/PostgresConsensusProjectionStore.cs,src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.csproj,VexLens,FAIL,589,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/VexLens/StellaOps.VexLens.Persistence/Postgres/VexLensDataSource.cs,src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.csproj,VexLens,PASS,34,,
|
|
src/VexLens/StellaOps.VexLens.Persistence/Repositories/ConsensusProjectionRepository.cs,src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.csproj,VexLens,FAIL,286,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens.Persistence/Repositories/IConsensusProjectionRepository.cs,src/VexLens/StellaOps.VexLens.Persistence/StellaOps.VexLens.Persistence.csproj,VexLens,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Consensus/IVexConsensusEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Consensus/VexConsensusEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,401,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/DependencyInjection/VexLensServiceCollectionExtensions.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,PASS,30,,
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Models/NormalizedVexDocument.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,400,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Normalization/IVexLensNormalizer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,PASS,68,,
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Normalization/VexLensNormalizer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,520,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/ProductMapping/CpeParser.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/ProductMapping/IProductMapper.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/ProductMapping/ProductMapper.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,328,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/ProductMapping/PurlParser.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Signature/IIssuerDirectory.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Signature/InMemoryIssuerDirectory.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,211,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Signature/ISignatureVerifier.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Signature/SignatureVerifier.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,426,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Trust/ITrustWeightEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Trust/PatchVerificationTrustProvider.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,309,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Trust/TrustWeightEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/StellaOps.VexLens.Core.csproj,VexLens,FAIL,307,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Api/ConsensusApiModels.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,322,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Api/ConsensusRationaleModels.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,478,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Api/IConsensusRationaleService.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,567,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Api/IVexLensApiService.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,776,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Api/NoiseGatingApiModels.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Api/TrustScorecardApiModels.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,698,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Caching/IConsensusRationaleCache.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,482,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Conditions/ConditionEvaluator.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,548,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Conditions/IConditionEvaluator.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,87,,
|
|
src/VexLens/StellaOps.VexLens/Consensus/IVexConsensusEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,316,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Consensus/VexConsensusEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,1297,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Delta/DeltaEntry.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,90,,
|
|
src/VexLens/StellaOps.VexLens/Delta/DeltaReport.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Delta/DeltaReportBuilder.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,349,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Delta/DeltaSection.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,87,,
|
|
src/VexLens/StellaOps.VexLens/Export/IConsensusExportService.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,591,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Extensions/VexLensServiceCollectionExtensions.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,373,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Integration/IPolicyEngineIntegration.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,292,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Integration/PolicyEngineIntegration.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,524,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Integration/VexSignalEmitter.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,293,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Mapping/CpeParser.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,332,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Mapping/IProductMapper.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Mapping/ProductIdentityMatcher.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,260,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Mapping/ProductMapper.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,303,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Mapping/PurlParser.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,254,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Mapping/VexDeltaMapper.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Models/NormalizedVexModels.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/NoiseGate/INoiseGate.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,312,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/NoiseGate/NoiseGateOptions.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/NoiseGate/NoiseGateService.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,484,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Normalization/CsafVexNormalizer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,695,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Normalization/CycloneDxVexNormalizer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,642,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Normalization/IVexNormalizer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Normalization/OpenVexNormalizer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,500,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Observability/VexLensMetrics.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,454,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Options/VexLensOptions.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,281,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Orchestration/ConsensusJobTypes.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Orchestration/IConsensusJobService.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,485,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Orchestration/OrchestratorLedgerEventEmitter.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,436,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Proof/VexProof.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,477,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Proof/VexProofBuilder.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,547,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Proof/VexProofSerializer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,249,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Propagation/IPropagationRuleEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Propagation/PropagationRuleEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,267,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Services/VexDeltaComputeService.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,321,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Consensus/IVexConsensusEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Consensus/VexConsensusEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,401,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/DependencyInjection/VexLensServiceCollectionExtensions.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,30,,
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Models/NormalizedVexDocument.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,400,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Normalization/IVexLensNormalizer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,68,,
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Normalization/VexLensNormalizer.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,520,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/ProductMapping/CpeParser.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/ProductMapping/IProductMapper.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/ProductMapping/ProductMapper.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,328,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/ProductMapping/PurlParser.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Signature/IIssuerDirectory.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Signature/InMemoryIssuerDirectory.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,211,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Signature/ISignatureVerifier.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Signature/SignatureVerifier.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,426,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Trust/ITrustWeightEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Trust/PatchVerificationTrustProvider.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,309,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/StellaOps.VexLens.Core/Trust/TrustWeightEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,307,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Storage/DualWriteConsensusProjectionStore.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,309,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/VexLens/StellaOps.VexLens/Storage/IConsensusProjectionStore.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Storage/IGatingStatisticsStore.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,100,,
|
|
src/VexLens/StellaOps.VexLens/Storage/InMemoryConsensusProjectionStore.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,440,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Storage/InMemoryGatingStatisticsStore.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,91,,
|
|
src/VexLens/StellaOps.VexLens/Storage/InMemorySnapshotStore.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,85,,
|
|
src/VexLens/StellaOps.VexLens/Storage/ISnapshotStore.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,97,,
|
|
src/VexLens/StellaOps.VexLens/Storage/PostgresConsensusProjectionStoreProxy.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,560,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/VexLens/StellaOps.VexLens/Testing/VexLensTestHarness.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,540,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/ITrustWeightEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/TrustWeightEngine.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,446,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/InMemorySourceTrustScoreCache.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,PASS,60,,
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/IProvenanceChainValidator.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,348,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/ISourceTrustScoreCalculator.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,422,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/ITrustDecayService.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,436,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/ProvenanceChainValidator.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,342,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/SourceTrustScoreCalculator.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,515,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/TrustDecayCalculator.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,583,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/TrustDecayService.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,299,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Trust/SourceTrust/VexSourceTrustScore.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,311,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Verification/IIssuerDirectory.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Verification/InMemoryIssuerDirectory.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,318,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Verification/ISignatureVerifier.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/Verification/SignatureVerifier.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,425,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/Normalization/VexLensNormalizerTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,429,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/ProductMapping/CpeParserTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/ProductMapping/ProductMapperTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,316,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/ProductMapping/PurlParserTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Caching/ConsensusRationaleCacheTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Conditions/ConditionEvaluatorTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,363,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/E2E/VexLensPipelineDeterminismTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,296,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/GoldenCorpus/GoldenCorpusLoader.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,226,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/GoldenCorpus/GoldenCorpusModels.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/GoldenCorpus/GoldenCorpusTestRunner.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,319,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/GoldenCorpus/GoldenCorpusTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Normalization/OpenVexNormalizerTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,69,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Proof/VexProofBuilderTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,546,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Proof/VexProofShuffleDeterminismTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,298,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Propagation/PropagationRuleEngineTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,375,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Regression/VexLensRegressionTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,329,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Storage/DualWriteConsensusProjectionStoreTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Storage/PostgresConsensusProjectionStoreProxyTests.cs,src/VexLens/StellaOps.VexLens/StellaOps.VexLens.csproj,VexLens,FAIL,76,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/GlobalUsings.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,11,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Configuration/ZastavaAuthorityOptions.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,69,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Configuration/ZastavaRuntimeOptions.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Configuration/ZastavaSurfaceSecretsOptions.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,22,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Contracts/AdmissionDecision.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,87,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Contracts/RuntimeEvent.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Contracts/ZastavaContractVersions.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/DependencyInjection/ZastavaServiceCollectionExtensions.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,120,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Diagnostics/ZastavaLoggerFactoryOptionsConfigurator.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,31,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Diagnostics/ZastavaLogScopeBuilder.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,92,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Diagnostics/ZastavaRuntimeMetrics.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,80,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Hashing/ZastavaHashing.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,60,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Http/OfflineStrictModeHandler.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,149,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Properties/AssemblyInfo.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,4,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Security/IZastavaAuthorityTokenProvider.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,15,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Security/ZastavaAuthorityTokenProvider.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,316,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Security/ZastavaContractValidator.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,52,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Security/ZastavaOperationalToken.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,71,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Serialization/ZastavaCanonicalJsonSerializer.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,121,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Validation/SurfaceCacheValidator.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Verdicts/IVerdictLedger.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,74,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Verdicts/IVerdictObserver.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,66,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Verdicts/IVerdictValidator.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,PASS,82,,
|
|
src/Zastava/__Libraries/StellaOps.Zastava.Core/Verdicts/VerdictObserverContracts.cs,src/Zastava/__Libraries/StellaOps.Zastava.Core/StellaOps.Zastava.Core.csproj,Zastava,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Agent/Program.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,41,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Zastava/StellaOps.Zastava.Agent/Backend/RuntimeEventsClient.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,132,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Agent/Configuration/ZastavaAgentOptions.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Agent/Docker/DockerEventModels.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Agent/Docker/DockerSocketClient.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,298,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Agent/Docker/IDockerSocketClient.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,PASS,77,,
|
|
src/Zastava/StellaOps.Zastava.Agent/Worker/AgentServiceCollectionExtensions.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,113,FileLength>100; NamespaceNotStellaOps; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Zastava/StellaOps.Zastava.Agent/Worker/DockerEventHostedService.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,355,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Agent/Worker/HealthCheckHostedService.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,278,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Agent/Worker/RuntimeEventBuffer.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,306,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Agent/Worker/RuntimeEventDispatchService.cs,src/Zastava/StellaOps.Zastava.Agent/StellaOps.Zastava.Agent.csproj,Zastava,FAIL,213,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Program.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,10,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Zastava/StellaOps.Zastava.Observer/Backend/IRuntimePolicyClient.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,10,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Backend/RuntimeEventsClient.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,244,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Backend/RuntimeFactsClient.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,73,AsyncNaming; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Zastava/StellaOps.Zastava.Observer/Backend/RuntimePolicyClient.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,130,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Backend/RuntimePolicyContracts.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,79,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Backend/RuntimePolicyException.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,22,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Configuration/ReachabilityRuntimeOptions.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,56,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Configuration/ZastavaObserverOptions.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/ContainerStateTracker.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/ContainerStateTrackerFactory.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,8,,
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/Cri/CriConversions.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,79,,
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/Cri/CriModels.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,46,,
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/Cri/CriRuntimeClient.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,256,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/Cri/CriRuntimeClientFactory.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,27,PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/Windows/DockerWindowsRuntimeClient.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,403,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/Windows/IWindowsContainerRuntimeClient.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/Windows/WindowsContainerInfo.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/ContainerRuntime/Windows/WindowsLibraryHashCollector.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,181,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/DependencyInjection/ObserverServiceCollectionExtensions.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,185,FileLength>100; NamespaceNotStellaOps; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Zastava/StellaOps.Zastava.Observer/Posture/IRuntimePostureCache.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,14,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Posture/IRuntimePostureEvaluator.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,12,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Posture/RuntimePostureCache.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,182,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Posture/RuntimePostureCacheEntry.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,14,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Posture/RuntimePostureEvaluationResult.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,8,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Posture/RuntimePostureEvaluator.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,286,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Probes/EbpfProbeManager.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,463,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Zastava/StellaOps.Zastava.Observer/Properties/AssemblyInfo.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,4,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Runtime/ElfBuildIdReader.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,289,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Runtime/RuntimeEventBuffer.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,303,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming,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.
|
|
src/Zastava/StellaOps.Zastava.Observer/Runtime/RuntimeFactsBuilder.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,359,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Runtime/RuntimeProcessCollector.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,527,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Runtime/ProcSnapshot/DotNetAssemblyCollector.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,497,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Runtime/ProcSnapshot/JavaClasspathCollector.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,420,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Runtime/ProcSnapshot/PhpAutoloadCollector.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,515,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Runtime/ProcSnapshot/ProcSnapshotCollector.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Secrets/ObserverSurfaceSecrets.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,59,AsyncNaming,Rename async methods to end with Async.
|
|
src/Zastava/StellaOps.Zastava.Observer/Surface/RuntimeSurfaceFsClient.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,59,AsyncNaming,Rename async methods to end with Async.
|
|
src/Zastava/StellaOps.Zastava.Observer/Worker/BackoffCalculator.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,PASS,27,,
|
|
src/Zastava/StellaOps.Zastava.Observer/Worker/ContainerLifecycleHostedService.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,204,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Worker/ContainerRuntimePoller.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,140,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Worker/ObserverBootstrapService.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,53,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Zastava/StellaOps.Zastava.Observer/Worker/RuntimeEventDispatchService.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,271,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Observer/Worker/RuntimeEventFactory.cs,src/Zastava/StellaOps.Zastava.Observer/StellaOps.Zastava.Observer.csproj,Zastava,FAIL,156,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Program.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,70,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/AdmissionEndpoint.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,99,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/AdmissionRequestContext.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,16,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/AdmissionResponseBuilder.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,228,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/AdmissionReviewModels.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,89,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/AdmissionReviewParser.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/FacetAdmissionValidator.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,254,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/ImageDigestResolver.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,53,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/RuntimeAdmissionPolicyService.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,361,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming,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.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Admission/RuntimePolicyCache.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,85,BlockingAsync; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Authority/AuthorityTokenProvider.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,54,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Backend/IRuntimePolicyClient.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,10,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Backend/RuntimePolicyClient.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,117,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Backend/RuntimePolicyException.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,22,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Backend/RuntimePolicyRequest.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,17,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Backend/RuntimePolicyResponse.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,41,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Certificates/CsrCertificateSource.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,27,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Certificates/IWebhookCertificateProvider.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,51,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Certificates/SecretFileCertificateSource.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,105,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Certificates/WebhookCertificateHealthCheck.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,62,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Configuration/ZastavaWebhookOptions.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/StellaOps.Zastava.Webhook/DependencyInjection/ServiceCollectionExtensions.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,129,FileLength>100; NamespaceNotStellaOps; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Zastava/StellaOps.Zastava.Webhook/DependencyInjection/WebhookRuntimeOptionsPostConfigure.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,54,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Hosting/StartupValidationHostedService.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,41,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Properties/AssemblyInfo.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,PASS,4,,
|
|
src/Zastava/StellaOps.Zastava.Webhook/Secrets/WebhookSurfaceSecrets.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,44,AsyncNaming,Rename async methods to end with Async.
|
|
src/Zastava/StellaOps.Zastava.Webhook/Surface/WebhookSurfaceFsClient.cs,src/Zastava/StellaOps.Zastava.Webhook/StellaOps.Zastava.Webhook.csproj,Zastava,FAIL,93,AsyncNaming,Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/BouncyCastleCryptoServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/StellaOps.Cryptography.Plugin.BouncyCastle.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/BouncyCastleEd25519CryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/StellaOps.Cryptography.Plugin.BouncyCastle.csproj,__Libraries,FAIL,216,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/StellaOps.Cryptography.Plugin.BouncyCastle.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/CryptoProCertificateResolver.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,72,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/CryptoProCryptoServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,PASS,31,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/CryptoProGostCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,110,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/CryptoProGostKeyEntry.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,PASS,43,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/CryptoProGostKeyOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,PASS,64,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/CryptoProGostProviderOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,25,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/CryptoProGostSigner.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,165,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/ExceptionUtility.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,50,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/NullParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/OidValue.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,104,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn18BitCharString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,21,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BerDecodeBuffer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,402,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BerDecodeContext.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,72,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BerEncodeBuffer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,305,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BerInputStream.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,41,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BerMessageDumpHandler.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,135,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BerOutputStream.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,277,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BigInteger.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,138,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BitString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,456,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1BmpString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,126,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Boolean.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,103,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1CerInputStream.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,12,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1CerOutputStream.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,236,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1CharRange.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,46,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1CharSet.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1CharString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,157,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Choice.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,55,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1ChoiceExt.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,23,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1DecodeBuffer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,327,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1DerDecodeBuffer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,17,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1DerEncodeBuffer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,16,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1DerInputStream.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,42,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1DiscreteCharSet.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,58,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1EncodeBuffer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,84,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Enumerated.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,80,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1GeneralizedTime.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,345,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1GeneralString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1GraphicString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Ia5String.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Integer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,91,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1MessageBuffer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,24,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Null.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,48,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1NumericString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1ObjectDescriptor.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1ObjectIdentifier.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,138,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1OctetString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,236,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1OpenExt.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,86,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1OpenType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,103,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1OutputStream.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,88,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1PrintableString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Real.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,372,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1RelativeOid.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,75,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1RunTime.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,151,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Status.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,7,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1T61String.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Tag.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,108,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Time.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,570,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1TraceHandler.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,46,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Type.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,169,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1UniversalString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,228,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1UtcTime.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,362,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Utf8String.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,98,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Util.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,337,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1Value.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,171,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1VarWidthCharString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,21,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1VideotexString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Asn1VisibleString.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/BigInteger.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,810,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/IAsn1InputStream.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,12,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/IAsn1NamedEventHandler.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,9,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/IAsn1TaggedEventHandler.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,9,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/IAsn1Type.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,12,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/IntHolder.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,16,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Ber/Tokenizer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,156,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/GostAsn1Choice.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,75,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_BlobParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,70,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_Constants.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,20,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_EncryptedKey.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,82,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_Iv.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_Key.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,44,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_KeyExchangeInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,154,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_KeyWrap.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,54,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_KeyWrapParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,67,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_Mac.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,45,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_28147_89/Gost_28147_89_Params.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,55,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410/Gost_R3410_KeyExchange.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,166,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410/Gost_R3410_KeyExchangeParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,162,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410/Gost_R3410_KeyTransport.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,61,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410/Gost_R3410_PublicKey.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,42,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410/Gost_R3410_PublicKeyParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,83,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410/Gost_R3410_PublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,9,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410/Gost_R3410_TransportParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,85,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3410_2001_Constants.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,25,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3410_2001_DhPublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3410_2001_KeyExchange.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,17,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3410_2001_KeyExchangeParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,28,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3410_2001_PublicKey.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3410_2001_PublicKeyParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3410_2001_PublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3411_2001_DigestParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2001/Gost_R3411_2001_DigestParamsType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3410_2012_256_Constants.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,25,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3410_2012_256_DhPublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3410_2012_256_KeyExchange.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,17,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3410_2012_256_KeyExchangeParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,28,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3410_2012_256_PublicKey.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3410_2012_256_PublicKeyParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3410_2012_256_PublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3411_2012_256_DigestParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_256/Gost_R3411_2012_256_DigestParamsType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3410_2012_512_Constants.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,25,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3410_2012_512_DhPublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3410_2012_512_KeyExchange.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,17,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3410_2012_512_KeyExchangeParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,28,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3410_2012_512_PublicKey.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3410_2012_512_PublicKeyParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3410_2012_512_PublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3411_2012_512_DigestParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_2012_512/Gost_R3411_2012_512_DigestParamsType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3410_94_Constants.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,25,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3410_94_DhPublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3410_94_KeyExchange.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,17,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3410_94_KeyExchangeParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,28,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3410_94_PublicKey.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3410_94_PublicKeyParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3410_94_PublicKeyType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3411_94_DigestParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3410_94/Gost_R3411_94_DigestParamsType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,13,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3411/Gost_R3411_DigestParams.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/Gost_R3411/Gost_R3411_DigestParamsType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,9,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/PublicKey/AlgorithmId.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,18,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/PublicKey/AlgorithmIdentifier.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,105,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/PublicKey/PkiConstants.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,116,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Asn1/Gost/PublicKey/SubjectPublicKeyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,54,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostAsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,58,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostExternalAsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,60,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostHashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,45,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostHMAC.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,45,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostKeyedHashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,45,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostKeyExchangeAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,79,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostKeyExchangeDeformatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,18,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostKeyExchangeExportMethod.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,23,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostKeyExchangeFormatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,18,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostPrf.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,49,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostSignatureDeformatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,81,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostSignatureDescription.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,11,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostSignatureFormatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,76,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/GostSymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,65,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/IGostAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,18,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Base/ProviderType.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,85,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Config/GostCryptoConfig.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,238,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_28147_89_CryptoTransform.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,290,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_28147_89_CryptoTransformMode.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,8,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_28147_89_ImitHashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,157,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_28147_89_ImitHashAlgorithmBase.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,26,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_28147_89_SymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,463,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_28147_89_SymmetricAlgorithmBase.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,43,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_3412_K_ImitHashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,157,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_3412_K_SymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,473,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_3412_M_ImitHashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,157,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_28147_89/Gost_3412_M_SymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,473,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2001_AsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,135,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2001_EphemeralAsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,115,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2001_KeyExchangeAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,20,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2001_KeyExchangeDeformatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,26,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2001_KeyExchangeFormatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,33,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2001_KeyExchangeXmlSerializer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,21,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2001_SignatureDescription.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,20,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_256_AsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,130,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_256_EphemeralAsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,115,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_256_KeyExchangeAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,20,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_256_KeyExchangeDeformatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,26,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_256_KeyExchangeFormatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,33,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_256_KeyExchangeXmlSerializer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,21,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_256_SignatureDescription.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,20,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_512_AsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,130,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_512_EphemeralAsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,115,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_512_KeyExchangeAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,20,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_512_KeyExchangeDeformatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,26,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_512_KeyExchangeFormatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,33,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_512_KeyExchangeXmlSerializer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,21,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_2012_512_SignatureDescription.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,20,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_AsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,654,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_AsymmetricAlgorithmBase.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,87,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_EphemeralAsymmetricAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,124,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_KeyExchangeAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,181,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_KeyExchangeDeformatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,109,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_KeyExchangeFormatter.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,168,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3410/Gost_R3410_KeyExchangeXmlSerializer.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,206,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_2012_256_HashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,59,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_2012_256_HMAC.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,55,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_2012_256_PRF.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,53,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_2012_512_HashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,59,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_2012_512_HMAC.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,55,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_2012_512_PRF.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,53,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_94_HashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,64,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_94_HMAC.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,60,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_94_PRF.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,54,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_HashAlgorithm.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,93,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_HMAC.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,146,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Gost_R3411/Gost_R3411_PRF.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,175,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Native/Constants.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,490,ConstNaming; FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Rename consts to PascalCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Native/CryptoApi.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,169,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Native/CryptoApiHelper.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,1369,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Native/ISafeHandleProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,33,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Native/SafeHashHandleImpl.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,35,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Native/SafeKeyHandleImpl.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,38,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Native/SafeProvHandleImpl.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,83,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Pkcs/GostSignedCms.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,202,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,PASS,6,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Reflection/CryptographyUtils.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,58,NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Reflection/CryptographyXmlUtils.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,140,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Reflection/CspKeyContainerInfoHelper.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,79,NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Reflection/EncryptedXmlHelper.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,87,NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Reflection/SignedCmsHelper.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,136,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Reflection/SignedXmlHelper.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,126,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Reflection/X509CertificateHelper.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,301,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming,Convert to file-scoped namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/GetIdElementDelegate.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,11,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/GostEncryptedXml.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,357,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/GostEncryptedXmlImpl.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,447,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/GostKeyValue.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,55,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/GostSignedXml.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,152,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/GostSignedXmlImpl.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,165,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/Gost_R3410_2001_KeyValue.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,38,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/Gost_R3410_2012_256_KeyValue.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,38,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography/Xml/Gost_R3410_2012_512_KeyValue.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,38,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/TestCertificateInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,22,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/TestConfig.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,81,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/EncryptDecryptSessionKeyTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,104,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/Gost_28147_89_ImitHashAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,84,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/Gost_28147_89_SymmetricAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,78,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/KuznyechikEncryptDecryptSessionKeyTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,104,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/KuznyechikImitHashAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,84,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/KuznyechikSymmetricAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,78,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/MagmaEncryptDecryptSessionKeyTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,104,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/MagmaImitHashAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,84,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_28147_89/MagmaSymmetricAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,78,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3410/SetContainerPasswordTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,130,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_2012_256_HashAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,49,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_2012_256_HMACTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,85,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_2012_256_PRFTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,121,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_2012_512_HashAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,49,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_2012_512_HMACTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,85,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_2012_512_PRFTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,121,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_94_HashAlgorithmTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,49,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_94_HMACTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,85,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Gost_R3411/Gost_R3411_94_PRFTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,115,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; PrivateFieldNaming; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Pkcs/EnvelopedCmsEncryptTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,71,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Pkcs/SignedCmsDetachedSignTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,84,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Pkcs/SignedCmsSignAndExcludeCertificates.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,91,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Pkcs/SignedCmsSignTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,84,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Sign/SignDataStreamCertificateTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,75,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Sign/SignDataStreamSignatureDescriptionTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,89,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Sign/SignDataStreamSignatureFormatterTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,81,NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Encrypt/EncryptedXmlBroadcastTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,27,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Encrypt/EncryptedXmlCertificateTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,19,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Encrypt/EncryptedXmlKeyContainerTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,194,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Encrypt/EncryptedXmlSessionKey.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,114,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Encrypt/EncryptedXmlSharedKeyTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,21,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Encrypt/KuznyechikEncryptedXmlCertificateTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,22,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Encrypt/MagmaEncryptedXmlCertificateTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,22,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Sign/SignedXmlCertificateTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,103,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Sign/SignedXmlDocumentTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,106,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Sign/SignedXmlKeyContainerTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,141,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps; UsingInsideNamespace,Convert to file-scoped namespace.; Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Sign/SignedXmlSmevTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,22,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/third_party/AlexMAS.GostCryptography/Source/GostCryptography.Tests/Xml/Sign/SignedXmlTransformTest.cs,src/__Libraries/StellaOps.Cryptography.Plugin.CryptoPro/StellaOps.Cryptography.Plugin.CryptoPro.csproj,__Libraries,FAIL,22,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/EidasCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.csproj,__Libraries,FAIL,202,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/LocalEidasProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.csproj,__Libraries,FAIL,167,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/TrustServiceProviderClient.cs,src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.csproj,__Libraries,FAIL,136,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/Configuration/EidasOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.csproj,__Libraries,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/DependencyInjection/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.csproj,__Libraries,PASS,52,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/Models/SignatureLevel.cs,src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS/StellaOps.Cryptography.Plugin.EIDAS.csproj,__Libraries,PASS,60,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OfflineVerification/OfflineVerificationCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OfflineVerification/StellaOps.Cryptography.Plugin.OfflineVerification.csproj,__Libraries,FAIL,356,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/OpenSslCryptoServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj,__Libraries,PASS,27,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/OpenSslGostKeyEntry.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj,__Libraries,PASS,42,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/OpenSslGostKeyOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj,__Libraries,PASS,30,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/OpenSslGostProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj,__Libraries,FAIL,141,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/OpenSslGostProviderOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj,__Libraries,FAIL,11,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/OpenSslGostSigner.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj,__Libraries,FAIL,110,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/OpenSslPemLoader.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj,__Libraries,FAIL,75,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.OpenSslGost/StellaOps.Cryptography.Plugin.OpenSslGost.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/InternalsVisibleTo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,FAIL,5,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/PemUtilities.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,PASS,30,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11CryptoServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,PASS,27,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11GostCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,FAIL,64,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11GostKeyEntry.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,PASS,44,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11GostKeyOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11GostProviderCore.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,FAIL,188,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11GostProviderOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,FAIL,28,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11GostSigner.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,FAIL,73,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11Mechanisms.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,FAIL,10,ConstNaming,Rename consts to PascalCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11SessionOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,PASS,20,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Pkcs11SignerUtilities.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,FAIL,111,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.Pkcs11Gost/StellaOps.Cryptography.Plugin.Pkcs11Gost.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/PqSoftCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/StellaOps.Cryptography.Plugin.PqSoft.csproj,__Libraries,FAIL,431,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.PqSoft/StellaOps.Cryptography.Plugin.PqSoft.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/SimRemoteHttpClient.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.csproj,__Libraries,FAIL,39,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/SimRemoteProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.csproj,__Libraries,FAIL,70,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/SimRemoteProviderOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.csproj,__Libraries,PASS,38,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/SimRemoteSigner.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.csproj,__Libraries,FAIL,34,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/DependencyInjection/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.csproj,__Libraries,PASS,46,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SimRemote/StellaOps.Cryptography.Plugin.SimRemote.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/SmRemoteHttpClient.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.csproj,__Libraries,FAIL,91,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/SmRemoteHttpProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.csproj,__Libraries,FAIL,119,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/SmRemoteProviderOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.csproj,__Libraries,PASS,28,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/SmRemoteSigner.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.csproj,__Libraries,FAIL,38,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/DependencyInjection/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.csproj,__Libraries,PASS,46,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote/StellaOps.Cryptography.Plugin.SmRemote.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/SmSoftCryptoProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.csproj,__Libraries,FAIL,293,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/SmSoftProviderOptions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.csproj,__Libraries,PASS,34,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/DependencyInjection/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.csproj,__Libraries,PASS,44,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft/StellaOps.Cryptography.Plugin.SmSoft.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/WineCspProvider.cs,src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/StellaOps.Cryptography.Plugin.WineCsp.csproj,__Libraries,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Cryptography.Plugin.WineCsp/StellaOps.Cryptography.Plugin.WineCsp.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Cryptography.PluginLoader/CryptoPluginConfiguration.cs,src/__Libraries/StellaOps.Cryptography.PluginLoader/StellaOps.Cryptography.PluginLoader.csproj,__Libraries,PASS,91,,
|
|
src/__Libraries/StellaOps.Cryptography.PluginLoader/CryptoPluginLoader.cs,src/__Libraries/StellaOps.Cryptography.PluginLoader/StellaOps.Cryptography.PluginLoader.csproj,__Libraries,FAIL,342,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.PluginLoader/CryptoPluginManifest.cs,src/__Libraries/StellaOps.Cryptography.PluginLoader/StellaOps.Cryptography.PluginLoader.csproj,__Libraries,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.AI/AIPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj,__Libraries,PASS,45,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.AI/Checks/ClaudeProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj,__Libraries,FAIL,206,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.AI/Checks/GeminiProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj,__Libraries,FAIL,194,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.AI/Checks/LlmProviderConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj,__Libraries,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.AI/Checks/LocalInferenceCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj,__Libraries,FAIL,186,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.AI/Checks/OllamaProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj,__Libraries,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.AI/Checks/OpenAiProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj,__Libraries,FAIL,190,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.AI/DependencyInjection/AIPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.AI/StellaOps.Doctor.Plugins.AI.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/AttestationPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj,__Libraries,PASS,81,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/Checks/AttestationCheckBase.cs,src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj,__Libraries,FAIL,134,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/Checks/ClockSkewCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj,__Libraries,FAIL,183,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/Checks/CosignKeyMaterialCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj,__Libraries,FAIL,293,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/Checks/OfflineBundleCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj,__Libraries,FAIL,255,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/Checks/RekorConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj,__Libraries,FAIL,140,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/Configuration/AttestationPluginOptions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj,__Libraries,PASS,74,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Attestation/DependencyInjection/AttestationPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Attestation/StellaOps.Doctor.Plugins.Attestation.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Authority/AuthorityPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj,__Libraries,PASS,44,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Authority/Checks/AuthorityPluginConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj,__Libraries,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Authority/Checks/AuthorityPluginConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj,__Libraries,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Authority/Checks/BootstrapUserExistsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj,__Libraries,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Authority/Checks/SuperUserExistsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj,__Libraries,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Authority/Checks/UserPasswordPolicyCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj,__Libraries,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Authority/DependencyInjection/AuthorityPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Authority/StellaOps.Doctor.Plugins.Authority.csproj,__Libraries,PASS,20,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/CorePlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,PASS,53,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/AuthenticationConfigCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/ConfigurationLoadedCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,PASS,83,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/CryptoProvidersCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,FAIL,162,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/DependencyServicesCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,FAIL,102,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/DiskSpaceCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/EnvironmentVariablesCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,FAIL,103,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/MemoryUsageCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/RequiredSettingsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,FAIL,105,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/Checks/ServiceHealthCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,FAIL,131,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Core/DependencyInjection/CorePluginServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Core/StellaOps.Doctor.Plugins.Core.csproj,__Libraries,PASS,20,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/CryptographyPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,PASS,47,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/Checks/CryptoLicenseCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,FAIL,191,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/Checks/CryptoProCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/Checks/CryptoProviderAvailabilityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,FAIL,132,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/Checks/EidasProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,FAIL,202,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/Checks/FipsComplianceCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,FAIL,149,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/Checks/GostProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/Checks/HsmConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,FAIL,322,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/Checks/SmProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/DependencyInjection/CryptographyPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Cryptography/StellaOps.Doctor.Plugins.Cryptography.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/DatabasePlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,PASS,55,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/ConnectionPoolHealthCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,134,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/ConnectionPoolSizeCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,121,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/DatabaseCheckBase.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,126,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/DatabaseConnectionCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,73,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/DatabasePermissionsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,160,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/FailedMigrationsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,112,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/PendingMigrationsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,81,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/QueryLatencyCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,155,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/Checks/SchemaVersionCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Database/DependencyInjection/DatabasePluginServiceCollectionExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Database/StellaOps.Doctor.Plugins.Database.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Docker/DockerPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj,__Libraries,PASS,43,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Docker/Checks/DockerApiVersionCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj,__Libraries,FAIL,138,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Docker/Checks/DockerDaemonCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj,__Libraries,FAIL,133,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Docker/Checks/DockerNetworkCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj,__Libraries,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Docker/Checks/DockerSocketCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj,__Libraries,FAIL,163,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Docker/Checks/DockerStorageCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj,__Libraries,FAIL,194,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Docker/DependencyInjection/DockerPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Docker/StellaOps.Doctor.Plugins.Docker.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/IntegrationPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,PASS,54,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/CiSystemConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,377,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/GitProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/IntegrationWebhookHealthCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,309,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/LdapConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/ObjectStorageCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,169,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/OciRegistryCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,123,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/OidcProviderCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/RegistryCapabilityProbeCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,310,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/RegistryCredentialsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,239,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/RegistryPullAuthorizationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,241,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/RegistryPushAuthorizationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,223,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/RegistryReferrersApiCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,280,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/SecretsManagerConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,341,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/SlackWebhookCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,137,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/SmtpCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,160,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/Checks/TeamsWebhookCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,FAIL,135,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Integration/DependencyInjection/IntegrationPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Integration/StellaOps.Doctor.Plugins.Integration.csproj,__Libraries,PASS,21,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Notify/NotifyPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.csproj,__Libraries,PASS,42,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Notify/Checks/NotifyChannelConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.csproj,__Libraries,FAIL,179,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Notify/Checks/NotifyChannelConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.csproj,__Libraries,FAIL,199,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Notify/Checks/NotifyDeliveryTestCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Notify/StellaOps.Doctor.Plugins.Notify.csproj,__Libraries,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Observability/ObservabilityPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj,__Libraries,PASS,44,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Observability/Checks/AlertingConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj,__Libraries,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Observability/Checks/HealthCheckEndpointsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj,__Libraries,FAIL,136,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Observability/Checks/LoggingConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj,__Libraries,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Observability/Checks/MetricsCollectionCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj,__Libraries,FAIL,138,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Observability/Checks/OpenTelemetryCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj,__Libraries,FAIL,146,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Observability/Checks/TracingConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj,__Libraries,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Observability/DependencyInjection/ObservabilityPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Observability/StellaOps.Doctor.Plugins.Observability.csproj,__Libraries,PASS,21,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/SecurityPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,PASS,49,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/ApiKeySecurityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/AuditLoggingCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/CorsConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/EncryptionKeyCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/EvidenceIntegrityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,472,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/JwtConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/PasswordPolicyCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/RateLimitingCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/SecretsConfigurationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/SecurityHeadersCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/Checks/TlsCertificateCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,FAIL,168,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Security/DependencyInjection/SecurityPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Security/StellaOps.Doctor.Plugins.Security.csproj,__Libraries,PASS,21,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/ServiceGraphPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj,__Libraries,PASS,55,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/Checks/BackendConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj,__Libraries,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/Checks/CircuitBreakerStatusCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj,__Libraries,PASS,98,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/Checks/MessageQueueCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj,__Libraries,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/Checks/ServiceEndpointsCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj,__Libraries,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/Checks/ServiceTimeoutCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj,__Libraries,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/Checks/ValkeyConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj,__Libraries,FAIL,194,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/DependencyInjection/ServiceGraphPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.ServiceGraph/StellaOps.Doctor.Plugins.ServiceGraph.csproj,__Libraries,PASS,21,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Sources/SourcesPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.csproj,__Libraries,FAIL,79,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Sources/Checks/MirrorServerAuthCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.csproj,__Libraries,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Sources/Checks/MirrorServerRateLimitCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.csproj,__Libraries,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Sources/Checks/SourceConnectivityCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.csproj,__Libraries,FAIL,188,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Sources/Checks/SourceModeConfiguredCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.csproj,__Libraries,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Sources/DependencyInjection/SourcesPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Sources/StellaOps.Doctor.Plugins.Sources.csproj,__Libraries,PASS,31,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/VerificationPlugin.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,PASS,61,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/Checks/PolicyEngineCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,FAIL,219,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/Checks/SbomValidationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,FAIL,226,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/Checks/SignatureVerificationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/Checks/TestArtifactPullCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,FAIL,266,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/Checks/VerificationCheckBase.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/Checks/VexValidationCheck.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,FAIL,249,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/Configuration/VerificationPluginOptions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,PASS,70,,
|
|
src/__Libraries/StellaOps.Doctor.Plugins.Verification/DependencyInjection/VerificationPluginExtensions.cs,src/__Libraries/StellaOps.Doctor.Plugins.Verification/StellaOps.Doctor.Plugins.Verification.csproj,__Libraries,PASS,22,,
|
|
src/__Libraries/StellaOps.Plugin/PluginContracts.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Plugin/DependencyInjection/PluginDependencyInjectionExtensions.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,94,,
|
|
src/__Libraries/StellaOps.Plugin/DependencyInjection/PluginServiceRegistration.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Plugin/DependencyInjection/StellaOpsPluginRegistration.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,26,,
|
|
src/__Libraries/StellaOps.Plugin/Hosting/PluginAssembly.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,21,,
|
|
src/__Libraries/StellaOps.Plugin/Hosting/PluginHost.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,341,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Plugin/Hosting/PluginHostOptions.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Plugin/Hosting/PluginHostResult.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,53,,
|
|
src/__Libraries/StellaOps.Plugin/Hosting/PluginLoadContext.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,79,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/__Libraries/StellaOps.Plugin/Hosting/PluginLoadFailure.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,39,,
|
|
src/__Libraries/StellaOps.Plugin/Internal/ReflectionExtensions.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,21,,
|
|
src/__Libraries/StellaOps.Plugin/Manifest/PluginManifest.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,234,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Plugin/Manifest/PluginManifestLoader.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,526,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Plugin/Manifest/PluginRegistry.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Plugin/Properties/AssemblyInfo.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,7,,
|
|
src/__Libraries/StellaOps.Plugin/Security/CosignPluginVerifier.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,262,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Plugin/Security/IPluginSignatureVerifier.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,34,,
|
|
src/__Libraries/StellaOps.Plugin/Security/NullPluginVerifier.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,30,,
|
|
src/__Libraries/StellaOps.Plugin/Versioning/PluginCompatibilityChecker.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Plugin/Versioning/StellaPluginVersionAttribute.cs,src/__Libraries/StellaOps.Plugin/StellaOps.Plugin.csproj,__Libraries,PASS,77,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/LlmPluginAdapter.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/StellaOps.AdvisoryAI.Plugin.Unified.csproj,AdvisoryAI,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/LlmPluginAdapterFactory.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Plugin.Unified/StellaOps.AdvisoryAI.Plugin.Unified.csproj,AdvisoryAI,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/ScmPluginAdapter.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/StellaOps.AdvisoryAI.Scm.Plugin.Unified.csproj,AdvisoryAI,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/ScmPluginAdapterFactory.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Scm.Plugin.Unified/StellaOps.AdvisoryAI.Scm.Plugin.Unified.csproj,AdvisoryAI,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/LdapIdentityProviderPlugin.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,241,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/LdapPluginOptions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,784,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/LdapPluginRegistrar.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,111,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Claims/ILdapClaimsCache.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,PASS,31,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Claims/InMemoryLdapClaimsCache.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,75,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Claims/LdapClaimsEnricher.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,250,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Claims/MessagingLdapClaimsCache.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,58,AsyncNaming,Rename async methods to end with Async.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/ClientProvisioning/LdapCapabilityProbe.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,163,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/ClientProvisioning/LdapCapabilitySnapshotCache.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,PASS,71,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/ClientProvisioning/LdapClientProvisioningStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,440,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/ClientProvisioning/LdapDistinguishedNameHelper.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Connections/DirectoryServicesLdapConnectionFactory.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,399,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Connections/ILdapConnectionFactory.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,PASS,27,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Connections/LdapExceptions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,PASS,36,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Credentials/LdapCredentialStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,669,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming,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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Monitoring/LdapMetrics.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,FAIL,53,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Properties/AssemblyInfo.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,PASS,7,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/Security/LdapSecretResolver.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap/StellaOps.Authority.Plugin.Ldap.csproj,Authority,PASS,32,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/OidcIdentityProviderPlugin.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.csproj,Authority,FAIL,133,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/OidcPluginOptions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.csproj,Authority,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/OidcPluginRegistrar.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.csproj,Authority,FAIL,94,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/Claims/OidcClaimsEnricher.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.csproj,Authority,FAIL,94,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/Credentials/OidcCredentialStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.csproj,Authority,FAIL,304,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/Properties/AssemblyInfo.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc/StellaOps.Authority.Plugin.Oidc.csproj,Authority,PASS,4,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/SamlIdentityProviderPlugin.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj,Authority,FAIL,136,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/SamlMetadataParser.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj,Authority,FAIL,49,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/SamlPluginOptions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj,Authority,FAIL,248,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/SamlPluginRegistrar.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj,Authority,FAIL,92,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/Claims/SamlClaimsEnricher.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj,Authority,FAIL,84,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/Credentials/SamlCredentialStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj,Authority,FAIL,468,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/Properties/AssemblyInfo.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml/StellaOps.Authority.Plugin.Saml.csproj,Authority,PASS,4,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StandardClaimsEnricher.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,PASS,45,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StandardIdentityProviderPlugin.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,FAIL,86,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StandardPluginOptions.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StandardPluginRegistrar.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,FAIL,129,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/Bootstrap/StandardPluginBootstrapper.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,FAIL,53,AsyncNaming; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/Properties/AssemblyInfo.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,PASS,7,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/Security/IPasswordHasher.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,FAIL,88,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/Security/StandardCredentialAuditLogger.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,FAIL,180,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/Storage/StandardClientProvisioningStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,FAIL,250,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/Storage/StandardIdGenerator.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,PASS,18,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/Storage/StandardUserCredentialStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,FAIL,605,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/Storage/StandardUserDocument.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard/StellaOps.Authority.Plugin.Standard.csproj,Authority,PASS,43,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Unified/AuthPluginAdapter.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Unified/StellaOps.Authority.Plugin.Unified.csproj,Authority,FAIL,222,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/AuthorityClientMetadataKeys.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj,Authority,PASS,19,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/AuthorityCredentialAuditContext.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj,Authority,PASS,31,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/AuthorityPluginContracts.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj,Authority,FAIL,229,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/AuthorityPluginRegistrationContext.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj,Authority,PASS,62,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/AuthoritySecretHasher.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj,Authority,FAIL,130,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/IdentityProviderContracts.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj,Authority,FAIL,902,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/Properties/AssemblyInfo.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions/StellaOps.Authority.Plugins.Abstractions.csproj,Authority,PASS,7,,
|
|
src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/AstraConnector.cs,src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.csproj,Concelier,FAIL,303,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/AstraConnectorPlugin.cs,src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.csproj,Concelier,FAIL,35,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/AstraTrustDefaults.cs,src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.csproj,Concelier,PASS,90,,
|
|
src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/Configuration/AstraOptions.cs,src/Concelier/__Connectors/StellaOps.Concelier.Connector.Astra/StellaOps.Concelier.Connector.Astra.csproj,Concelier,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/AcscConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,FAIL,714,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/AcscConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/AcscDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,FAIL,46,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/AcscServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,FAIL,52,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Configuration/AcscFeedOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Configuration/AcscOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,FAIL,159,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Internal/AcscCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,FAIL,142,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Internal/AcscDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,PASS,98,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Internal/AcscDocumentMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,PASS,21,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Internal/AcscDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,PASS,59,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Internal/AcscFeedParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,FAIL,593,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Internal/AcscMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,FAIL,322,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Acsc/StellaOps.Concelier.Connector.Acsc.csproj,Concelier,PASS,8,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/CccsConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,641,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/CccsConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/CccsDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,PASS,52,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/CccsServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,49,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Configuration/CccsOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Internal/CccsAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,PASS,55,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Internal/CccsCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,158,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Internal/CccsDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,PASS,63,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Internal/CccsFeedClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,154,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Internal/CccsFeedModels.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Internal/CccsHtmlParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,457,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Internal/CccsMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,FAIL,260,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Internal/CccsRawAdvisoryDocument.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,PASS,59,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cccs/StellaOps.Concelier.Connector.Cccs.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/CertBundConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,479,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/CertBundConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/CertBundDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,PASS,52,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/CertBundServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,50,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Configuration/CertBundOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,PASS,69,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,126,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundDetailParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,89,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundDetailResponse.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,PASS,61,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundDocumentMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,PASS,31,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundFeedClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,149,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundFeedItem.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Internal/CertBundMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,FAIL,239,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertBund/StellaOps.Concelier.Connector.CertBund.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/CertCcConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,810,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/CertCcConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/CertCcDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,PASS,52,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/CertCcServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Configuration/CertCcOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,PASS,81,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,202,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,628,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcNoteDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,PASS,98,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcNoteParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,557,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcSummaryParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,110,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcSummaryPlan.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcSummaryPlanner.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,PASS,98,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Internal/CertCcVendorStatementParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,FAIL,235,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertCc/StellaOps.Concelier.Connector.CertCc.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/CertFrConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,FAIL,370,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/CertFrConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/CertFrDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/CertFrServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Configuration/CertFrOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,47,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Internal/CertFrCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,98,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Internal/CertFrDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,88,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Internal/CertFrDocumentMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,85,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Internal/CertFrDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,15,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Internal/CertFrFeedClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,FAIL,134,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Internal/CertFrFeedItem.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Internal/CertFrMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Internal/CertFrParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,FAIL,90,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertFr/StellaOps.Concelier.Connector.CertFr.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/CertInConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,FAIL,524,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/CertInConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/CertInDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/CertInServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,FAIL,41,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Configuration/CertInOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,69,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Internal/CertInAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Internal/CertInClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,FAIL,148,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Internal/CertInCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,98,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Internal/CertInDetailParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,FAIL,237,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Internal/CertInDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,88,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Internal/CertInListingItem.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.CertIn/StellaOps.Concelier.Connector.CertIn.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/DocumentStatuses.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,28,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/PaginationPlanner.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,30,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/TimeWindowCursorOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/TimeWindowCursorPlanner.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,51,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Cursors/TimeWindowCursorState.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,91,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/CryptoJitterSource.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/IJitterSource.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/RawDocumentStorage.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,101,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchContentResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,64,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchRequest.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,25,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchResult.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,36,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceFetchService.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,813,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Fetch/SourceRetryPolicy.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,187,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Html/HtmlContentSanitizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,182,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/AllowlistedHttpMessageHandler.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,37,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/ServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,216,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/SourceHttpClientConfigurationBinder.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,368,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Http/SourceHttpClientOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Json/IJsonSchemaValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Json/JsonSchemaValidationError.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,8,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Json/JsonSchemaValidationException.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Json/JsonSchemaValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,94,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Packages/PackageCoordinateHelper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Pdf/PdfTextExtractor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,190,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedModels.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/State/SourceStateSeedProcessor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,346,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Telemetry/SourceDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,108,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Testing/CannedHttpMessageHandler.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Url/UrlNormalizer.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,63,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Xml/IXmlSchemaValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Xml/XmlSchemaValidationError.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,4,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Xml/XmlSchemaValidationException.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,19,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/Xml/XmlSchemaValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Common/StellaOps.Concelier.Connector.Common.csproj,Concelier,PASS,73,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/CveConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,FAIL,618,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/CveConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/CveDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/CveServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,FAIL,42,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Configuration/CveOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Internal/CveCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,FAIL,145,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Internal/CveDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,PASS,89,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Internal/CveListParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,FAIL,266,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Internal/CveMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,FAIL,453,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Internal/CveRecordDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Internal/CveRecordParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,FAIL,348,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Cve/StellaOps.Concelier.Connector.Cve.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/AlpineConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,FAIL,671,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/AlpineConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,PASS,22,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/AlpineDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/AlpineServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,FAIL,37,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/Configuration/AlpineOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,PASS,94,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/Dto/AlpineSecDbDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,PASS,14,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/Internal/AlpineCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,FAIL,124,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/Internal/AlpineFetchCacheEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,PASS,84,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/Internal/AlpineMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,FAIL,350,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/Internal/AlpineSecDbParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Alpine/StellaOps.Concelier.Connector.Distro.Alpine.csproj,Concelier,FAIL,150,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/DebianConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,FAIL,775,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/DebianConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/DebianDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/DebianServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Configuration/DebianOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,PASS,88,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Internal/DebianAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,PASS,28,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Internal/DebianCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,FAIL,191,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Internal/DebianDetailMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Internal/DebianFetchCacheEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,PASS,87,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Internal/DebianHtmlParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,FAIL,328,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Internal/DebianListEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,PASS,12,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Internal/DebianListParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,FAIL,119,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/Internal/DebianMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Debian/StellaOps.Concelier.Connector.Distro.Debian.csproj,Concelier,FAIL,296,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/RedHatConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,FAIL,550,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/RedHatConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/RedHatDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,FAIL,56,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/RedHatServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,FAIL,36,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/Configuration/RedHatOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,PASS,98,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/Internal/RedHatCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,FAIL,268,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/Internal/RedHatMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,FAIL,764,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/Internal/RedHatSummaryItem.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,FAIL,72,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/Internal/Models/RedHatCsafModels.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.RedHat/StellaOps.Concelier.Connector.Distro.RedHat.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/SuseConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,FAIL,725,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/SuseConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,PASS,22,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/SuseDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/SuseServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,FAIL,37,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Configuration/SuseOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,PASS,87,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Internal/SuseAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,PASS,29,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Internal/SuseChangeRecord.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,PASS,6,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Internal/SuseChangesParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,FAIL,83,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Internal/SuseCsafParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,FAIL,461,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Internal/SuseCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,FAIL,186,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Internal/SuseFetchCacheEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/Internal/SuseMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Suse/StellaOps.Concelier.Connector.Distro.Suse.csproj,Concelier,FAIL,346,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/UbuntuConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,FAIL,654,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/UbuntuConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,PASS,22,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/UbuntuDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/UbuntuServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/Configuration/UbuntuOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,PASS,70,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/Internal/UbuntuCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,FAIL,191,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/Internal/UbuntuFetchCacheEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,PASS,84,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/Internal/UbuntuMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/Internal/UbuntuNoticeDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,PASS,26,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/Internal/UbuntuNoticeParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,FAIL,218,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Distro.Ubuntu/StellaOps.Concelier.Connector.Distro.Ubuntu.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/EpssConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,FAIL,25,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/EpssDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/EpssServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,FAIL,42,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,PASS,49,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/Configuration/EpssOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,PASS,60,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/Internal/EpssConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,FAIL,798,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/Internal/EpssCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,FAIL,170,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/Internal/EpssDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,PASS,86,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/Internal/EpssMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,PASS,54,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Epss/StellaOps.Concelier.Connector.Epss.csproj,Concelier,PASS,4,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/GhsaConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,662,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/GhsaConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/GhsaDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/GhsaServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,38,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Configuration/GhsaOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Internal/GhsaCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,126,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Internal/GhsaDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Internal/GhsaListParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,117,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Internal/GhsaMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,443,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Internal/GhsaRateLimitParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Internal/GhsaRateLimitSnapshot.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Internal/GhsaRecordDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,PASS,76,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Internal/GhsaRecordParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,FAIL,271,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ghsa/StellaOps.Concelier.Connector.Ghsa.csproj,Concelier,PASS,8,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/IcsCisaConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,FAIL,1435,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/IcsCisaConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/IcsCisaDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,PASS,58,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/IcsCisaServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,FAIL,62,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Configuration/IcsCisaOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Internal/IcsCisaAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,PASS,57,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Internal/IcsCisaAttachmentDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Internal/IcsCisaCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,PASS,90,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Internal/IcsCisaDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Internal/IcsCisaFeedDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Internal/IcsCisaFeedParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,FAIL,404,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Cisa/StellaOps.Concelier.Connector.Ics.Cisa.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/KasperskyConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,FAIL,482,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/KasperskyConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/KasperskyDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/KasperskyServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/Configuration/KasperskyOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,PASS,54,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/Internal/KasperskyAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,PASS,15,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/Internal/KasperskyAdvisoryParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,FAIL,173,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/Internal/KasperskyCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,FAIL,209,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/Internal/KasperskyFeedClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,FAIL,135,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/Internal/KasperskyFeedItem.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ics.Kaspersky/StellaOps.Concelier.Connector.Ics.Kaspersky.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/JvnConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,FAIL,341,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/JvnConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/JvnDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/JvnServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Configuration/JvnOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,81,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnAdvisoryMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,FAIL,419,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnConstants.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnDetailDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,70,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnDetailParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,FAIL,270,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnOverviewItem.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,9,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnOverviewPage.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,8,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnSchemaProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,FAIL,169,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/JvnSchemaValidationException.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Internal/MyJvnClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,FAIL,242,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Jvn/StellaOps.Concelier.Connector.Jvn.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/KevConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,FAIL,463,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/KevConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/KevDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/KevServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,FAIL,40,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/Configuration/KevOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,PASS,34,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/Internal/KevCatalogDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,PASS,60,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/Internal/KevCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/Internal/KevDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/Internal/KevMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,FAIL,380,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/Internal/KevSchemaProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,FAIL,27,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kev/StellaOps.Concelier.Connector.Kev.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/KisaConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,FAIL,436,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/KisaConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/KisaDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,PASS,52,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/KisaServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,FAIL,49,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Configuration/KisaOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,PASS,98,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Internal/KisaCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,FAIL,123,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Internal/KisaDetailParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,FAIL,840,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Internal/KisaDetailResponse.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,PASS,59,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Internal/KisaDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Internal/KisaDocumentMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,PASS,32,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Internal/KisaFeedClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,FAIL,118,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Internal/KisaFeedItem.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,PASS,12,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Internal/KisaMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,FAIL,508,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Kisa/StellaOps.Concelier.Connector.Kisa.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/NvdConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,FAIL,713,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/NvdConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/NvdServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,FAIL,36,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/Configuration/NvdOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,PASS,58,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/Internal/NvdCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,PASS,66,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/Internal/NvdDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,PASS,77,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/Internal/NvdMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,FAIL,845,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/Internal/NvdSchemaProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,FAIL,27,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Nvd/StellaOps.Concelier.Connector.Nvd.csproj,Concelier,PASS,8,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/OsvConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,FAIL,626,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/OsvConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,PASS,22,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/OsvDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/OsvServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,FAIL,41,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/Configuration/OsvOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,PASS,82,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/Internal/OsvCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,FAIL,293,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/Internal/OsvDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,PASS,37,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/Internal/OsvMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,FAIL,818,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/Internal/OsvVulnerabilityDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Osv/StellaOps.Concelier.Connector.Osv.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/RuBduConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,FAIL,540,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/RuBduConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/RuBduDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,PASS,55,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/RuBduServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,FAIL,47,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/Configuration/RuBduOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,FAIL,103,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/Internal/RuBduCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,FAIL,82,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/Internal/RuBduDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/Internal/RuBduMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,FAIL,556,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/Internal/RuBduVulnerabilityDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,PASS,53,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/Internal/RuBduXmlParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,FAIL,270,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Bdu/StellaOps.Concelier.Connector.Ru.Bdu.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/RuNkckiConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,FAIL,967,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/RuNkckiConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/RuNkckiDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,PASS,55,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/RuNkckiServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,FAIL,48,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/Configuration/RuNkckiOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,FAIL,138,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/Internal/RuNkckiCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,FAIL,109,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/Internal/RuNkckiDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/Internal/RuNkckiJsonParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,FAIL,647,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/Internal/RuNkckiMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,FAIL,447,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/Internal/RuNkckiVulnerabilityDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,PASS,41,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Ru.Nkcki/StellaOps.Concelier.Connector.Ru.Nkcki.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOpsMirrorConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,FAIL,582,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOpsMirrorConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,PASS,20,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOpsMirrorDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,FAIL,81,PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Client/MirrorManifestClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,FAIL,91,AsyncNaming; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Internal/MirrorAdvisoryMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,FAIL,205,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Internal/MirrorBundleDocument.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,PASS,16,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Internal/MirrorIndexDocument.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,PASS,39,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Internal/StellaOpsMirrorCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,FAIL,128,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Security/MirrorSignatureVerifier.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,FAIL,275,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/Settings/StellaOpsMirrorConnectorOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.StellaOpsMirror/StellaOps.Concelier.Connector.StellaOpsMirror.csproj,Concelier,PASS,62,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/AdobeConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,772,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/AdobeConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/AdobeDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,50,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/AdobeServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,39,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Configuration/AdobeOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,PASS,51,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Internal/AdobeBulletinDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Internal/AdobeCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Internal/AdobeDetailParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,407,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Internal/AdobeDocumentMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,PASS,50,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Internal/AdobeIndexEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,PASS,6,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Internal/AdobeIndexParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,161,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Internal/AdobeSchemaProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,FAIL,27,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Adobe/StellaOps.Concelier.Connector.Vndr.Adobe.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/AppleConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,FAIL,455,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/AppleDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,PASS,55,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/AppleOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/AppleServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,FAIL,46,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/VndrAppleConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,FAIL,26,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/Internal/AppleCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,FAIL,117,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/Internal/AppleDetailDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,PASS,79,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/Internal/AppleDetailParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,FAIL,463,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/Internal/AppleDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,PASS,63,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/Internal/AppleIndexEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/Internal/AppleMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Apple/StellaOps.Concelier.Connector.Vndr.Apple.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/ChromiumConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,FAIL,380,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/ChromiumConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,FAIL,22,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/ChromiumDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,PASS,70,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/ChromiumServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,FAIL,38,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Configuration/ChromiumOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,PASS,45,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Internal/ChromiumCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Internal/ChromiumDocumentMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,PASS,81,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Internal/ChromiumDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,PASS,40,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Internal/ChromiumFeedEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,PASS,25,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Internal/ChromiumFeedLoader.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,FAIL,149,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Internal/ChromiumMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Internal/ChromiumParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,FAIL,284,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Internal/ChromiumSchemaProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,FAIL,27,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Chromium/StellaOps.Concelier.Connector.Vndr.Chromium.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/CiscoConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,614,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/CiscoDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,PASS,55,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/CiscoServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,70,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/VndrCiscoConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Configuration/CiscoOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoAccessTokenProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,147,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,PASS,26,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoCsafClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,66,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoCsafData.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,PASS,10,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoCsafParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,125,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,102,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,PASS,83,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoDtoFactory.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,192,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,337,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoOAuthMessageHandler.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,103,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoOpenVulnClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,FAIL,198,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Internal/CiscoRawAdvisory.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,PASS,65,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Cisco/StellaOps.Concelier.Connector.Vndr.Cisco.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,PASS,24,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/MsrcConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,480,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/MsrcConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/MsrcDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,PASS,52,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/MsrcServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,57,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Configuration/MsrcOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcAdvisoryDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,PASS,50,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcApiClient.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,141,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,90,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcDetailDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcDetailParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,PASS,72,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcDocumentMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,PASS,47,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,241,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcSummaryResponse.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Internal/MsrcTokenProvider.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,FAIL,108,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Msrc/StellaOps.Concelier.Connector.Vndr.Msrc.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/OracleConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,FAIL,382,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/OracleDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,PASS,56,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/OracleServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,FAIL,44,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/VndrOracleConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,FAIL,23,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Configuration/OracleOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,PASS,40,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OracleAffectedEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,PASS,11,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OracleCalendarFetcher.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,FAIL,94,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OracleCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,FAIL,261,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OracleDocumentMetadata.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,PASS,59,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OracleDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OracleDtoValidator.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,FAIL,277,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OracleMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,FAIL,427,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OracleParser.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,FAIL,459,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Internal/OraclePatchDocument.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,PASS,9,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Oracle/StellaOps.Concelier.Connector.Vndr.Oracle.csproj,Concelier,PASS,7,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/Jobs.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,PASS,48,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/VmwareConnector.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,FAIL,471,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/VmwareConnectorPlugin.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,PASS,22,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/VmwareDependencyInjectionRoutine.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/VmwareDiagnostics.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,PASS,68,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/VmwareServiceCollectionExtensions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,FAIL,41,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/Configuration/VmwareOptions.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,PASS,55,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/Internal/VmwareCursor.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,FAIL,175,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/Internal/VmwareDetailDto.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,PASS,54,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/Internal/VmwareFetchCacheEntry.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/Internal/VmwareIndexItem.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,PASS,17,,
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/Internal/VmwareMapper.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,FAIL,236,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/Properties/AssemblyInfo.cs,src/Concelier/__Libraries/StellaOps.Concelier.Connector.Vndr.Vmware/StellaOps.Concelier.Connector.Vndr.Vmware.csproj,Concelier,PASS,7,,
|
|
src/Concelier/StellaOps.Concelier.Plugin.Unified/FeedPluginAdapter.cs,src/Concelier/StellaOps.Concelier.Plugin.Unified/StellaOps.Concelier.Plugin.Unified.csproj,Concelier,FAIL,382,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.Plugin.Unified/FeedPluginAdapterFactory.cs,src/Concelier/StellaOps.Concelier.Plugin.Unified/StellaOps.Concelier.Plugin.Unified.csproj,Concelier,FAIL,232,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/EidasPlugin.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,519,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Tests/EtsiConformanceTestVectors.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/CadesSignatureBuilder.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,320,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/EidasTimestampingExtensions.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/EuTrustListService.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,407,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/ICadesSignatureBuilder.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/IEuTrustListService.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/IQualifiedTimestampVerifier.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/ITimestampModeSelector.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/QualifiedTimestampVerifier.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,405,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/QualifiedTsaConfiguration.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,258,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/Timestamping/TimestampModeSelector.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Eidas/StellaOps.Cryptography.Plugin.Eidas.csproj,Cryptography,FAIL,218,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Fips/StellaOps.Cryptography.Plugin.Fips.csproj,Cryptography,FAIL,433,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Gost/StellaOps.Cryptography.Plugin.Gost.csproj,Cryptography,FAIL,344,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/StellaOps.Cryptography.Plugin.Hsm.csproj,Cryptography,FAIL,479,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/Pkcs11HsmClientImpl.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/StellaOps.Cryptography.Plugin.Hsm.csproj,Cryptography,FAIL,719,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs,src/Cryptography/StellaOps.Cryptography.Plugin.Sm/StellaOps.Cryptography.Plugin.Sm.csproj,Cryptography,FAIL,366,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/StellaOps.Cryptography.Plugin/CryptoPluginBase.cs,src/Cryptography/StellaOps.Cryptography.Plugin/StellaOps.Cryptography.Plugin.csproj,Cryptography,FAIL,169,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/AgentDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,79,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/AgentCapacityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,102,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/AgentCertificateExpiryCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,200,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/AgentCertificateValidityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,61,AsyncNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/AgentClusterHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,62,AsyncNaming,Rename async methods to end with Async.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/AgentClusterQuorumCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,61,AsyncNaming,Rename async methods to end with Async.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/AgentHeartbeatFreshnessCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,190,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/AgentResourceUtilizationCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,57,AsyncNaming,Rename async methods to end with Async.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/AgentVersionConsistencyCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,133,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/FailedTaskRateCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,57,AsyncNaming,Rename async methods to end with Async.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/StaleAgentCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,152,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/Checks/TaskQueueBacklogCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Agent/StellaOps.Doctor.Plugin.Agent.csproj,Doctor,FAIL,56,AsyncNaming,Rename async methods to end with Async.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/AttestorDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj,Doctor,FAIL,63,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/Checks/CosignKeyMaterialCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj,Doctor,FAIL,244,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/Checks/RekorClockSkewCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj,Doctor,FAIL,621,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/Checks/RekorConnectivityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj,Doctor,FAIL,167,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/Checks/RekorVerificationJobCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj,Doctor,FAIL,233,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/Checks/SigningKeyExpirationCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj,Doctor,FAIL,228,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/Checks/TransparencyLogConsistencyCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Attestor/StellaOps.Doctor.Plugin.Attestor.csproj,Doctor,FAIL,250,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/AuthDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.csproj,Doctor,FAIL,62,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/Checks/AuthConfigurationCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.csproj,Doctor,FAIL,168,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/Checks/OidcProviderConnectivityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.csproj,Doctor,FAIL,325,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/Checks/SigningKeyHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.csproj,Doctor,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/Checks/TokenServiceHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Auth/StellaOps.Doctor.Plugin.Auth.csproj,Doctor,FAIL,163,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/BinaryAnalysisDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj,Doctor,FAIL,66,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/Checks/BuildinfoCacheCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj,Doctor,FAIL,323,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/Checks/CorpusMirrorFreshnessCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj,Doctor,FAIL,325,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/Checks/DdebRepoEnabledCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj,Doctor,FAIL,386,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/Checks/DebuginfodAvailabilityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj,Doctor,FAIL,352,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/Checks/KpiBaselineExistsCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj,Doctor,FAIL,379,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/Checks/SymbolRecoveryFallbackCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj,Doctor,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/DependencyInjection/BinaryAnalysisPluginServiceCollectionExtensions.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.BinaryAnalysis/StellaOps.Doctor.Plugin.BinaryAnalysis.csproj,Doctor,PASS,30,,
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/CompliancePlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,FAIL,62,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/Checks/AttestationSigningHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,FAIL,218,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/Checks/AuditReadinessCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,FAIL,198,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/Checks/ComplianceFrameworkCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/Checks/EvidenceExportReadinessCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,FAIL,200,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/Checks/EvidenceGenerationRateCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,FAIL,191,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/Checks/EvidenceTamperCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,FAIL,192,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/Checks/ProvenanceCompletenessCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,FAIL,187,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/DependencyInjection/ServiceCollectionExtensions.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Compliance/StellaOps.Doctor.Plugin.Compliance.csproj,Doctor,PASS,27,,
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/EnvironmentDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,FAIL,64,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/Checks/EnvironmentCapacityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,FAIL,294,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/Checks/EnvironmentConnectivityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,FAIL,404,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/Checks/EnvironmentDeploymentHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,FAIL,337,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/Checks/EnvironmentDriftCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/Checks/EnvironmentNetworkPolicyCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,FAIL,330,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/Checks/EnvironmentSecretHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,FAIL,337,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/DependencyInjection/EnvironmentPluginServiceCollectionExtensions.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,PASS,30,,
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/Services/IEnvironmentHealthClient.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Environment/StellaOps.Doctor.Plugin.Environment.csproj,Doctor,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/EvidenceLockerDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.csproj,Doctor,FAIL,61,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/Checks/AttestationRetrievalCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.csproj,Doctor,FAIL,285,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/Checks/EvidenceIndexCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.csproj,Doctor,FAIL,222,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/Checks/MerkleAnchorCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.csproj,Doctor,FAIL,270,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/Checks/ProvenanceChainCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.EvidenceLocker/StellaOps.Doctor.Plugin.EvidenceLocker.csproj,Doctor,FAIL,214,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/NotifyDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,72,PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/EmailConfiguredCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/EmailConnectivityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,188,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/NotifyQueueHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,233,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/SlackConfiguredCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/SlackConnectivityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,155,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/TeamsConfiguredCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/TeamsConnectivityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,171,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/WebhookConfiguredCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/Checks/WebhookConnectivityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Notify/StellaOps.Doctor.Plugin.Notify.csproj,Doctor,FAIL,168,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/ObservabilityDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.csproj,Doctor,FAIL,55,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/Checks/LogDirectoryCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.csproj,Doctor,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/Checks/LogRotationCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.csproj,Doctor,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/Checks/OtlpEndpointCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.csproj,Doctor,FAIL,124,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/Checks/PrometheusScrapeCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Observability/StellaOps.Doctor.Plugin.Observability.csproj,Doctor,FAIL,138,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/OperationsDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.csproj,Doctor,FAIL,61,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/Checks/DeadLetterQueueCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.csproj,Doctor,FAIL,147,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/Checks/JobQueueHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.csproj,Doctor,FAIL,198,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/Checks/SchedulerHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Operations/StellaOps.Doctor.Plugin.Operations.csproj,Doctor,FAIL,136,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/PostgresDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.csproj,Doctor,FAIL,62,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/Checks/PostgresConnectionPoolCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.csproj,Doctor,FAIL,243,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/Checks/PostgresConnectivityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.csproj,Doctor,FAIL,241,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/Checks/PostgresMigrationStatusCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Postgres/StellaOps.Doctor.Plugin.Postgres.csproj,Doctor,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/ReleaseDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,FAIL,66,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/Checks/ActiveReleaseHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,FAIL,379,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/Checks/EnvironmentReadinessCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/Checks/PromotionGateHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,FAIL,449,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/Checks/ReleaseConfigurationCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,FAIL,361,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/Checks/ReleaseScheduleHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,FAIL,289,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/Checks/RollbackReadinessCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,FAIL,333,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/DependencyInjection/ReleasePluginServiceCollectionExtensions.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,PASS,31,,
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/Services/IReleaseHealthClient.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Release/StellaOps.Doctor.Plugin.Release.csproj,Doctor,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/ScannerDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,FAIL,65,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/Checks/ReachabilityComputationHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/Checks/SbomGenerationHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/Checks/ScannerQueueHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,FAIL,234,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/Checks/ScannerResourceUtilizationCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,FAIL,226,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/Checks/SliceCacheHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/Checks/VulnerabilityScanHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,FAIL,220,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/Checks/WitnessGraphHealthCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/DependencyInjection/ScannerPluginServiceCollectionExtensions.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Scanner/StellaOps.Doctor.Plugin.Scanner.csproj,Doctor,PASS,30,,
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StorageDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.csproj,Doctor,FAIL,60,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/Checks/BackupDirectoryCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.csproj,Doctor,FAIL,220,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/Checks/DiskSpaceCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.csproj,Doctor,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/Checks/EvidenceLockerWriteCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Storage/StellaOps.Doctor.Plugin.Storage.csproj,Doctor,FAIL,256,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/AutoRemediation.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/CrlDistributionCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/EuTrustListChecks.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,309,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/EvidenceStalenessCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,710,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/IDoctorCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/OcspResponderCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/OcspStaplingEnabledCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,124,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/RevocationCacheFreshCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,173,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/TimeSkewChecks.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,422,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/TimestampingHealthCheckPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,191,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/TsaAvailabilityCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,226,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/TsaCertificateExpiryCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,421,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/TsaEndpointProbe.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,77,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/TsaHealthChecks.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Timestamping/StellaOps.Doctor.Plugin.Timestamping.csproj,Doctor,FAIL,451,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/VexDoctorPlugin.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.csproj,Doctor,FAIL,61,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/Checks/VexDocumentValidationCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.csproj,Doctor,FAIL,194,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/Checks/VexIssuerTrustCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.csproj,Doctor,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/Checks/VexSchemaComplianceCheck.cs,src/Doctor/__Plugins/StellaOps.Doctor.Plugin.Vex/StellaOps.Doctor.Plugin.Vex.csproj,Doctor,FAIL,121,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/IVexConnectorOptionsValidator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,PASS,13,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/VexConnectorBase.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,FAIL,101,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/VexConnectorDescriptor.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,PASS,56,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/VexConnectorLogScope.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,PASS,52,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/VexConnectorMetadataBuilder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,PASS,39,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/VexConnectorOptionsBinder.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/VexConnectorOptionsBinderOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,PASS,46,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/VexConnectorOptionsValidationException.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,PASS,37,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,PASS,7,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/Trust/ConnectorSignerMetadata.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,FAIL,206,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/Trust/ConnectorSignerMetadataEnricher.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Abstractions/StellaOps.Excititor.Connectors.Abstractions.csproj,Excititor,FAIL,83,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/CiscoCsafConnector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.csproj,Excititor,FAIL,310,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/Configuration/CiscoConnectorOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.csproj,Excititor,PASS,59,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/Configuration/CiscoConnectorOptionsValidator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.csproj,Excititor,PASS,27,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/DependencyInjection/CiscoConnectorServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.csproj,Excititor,FAIL,54,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/Metadata/CiscoProviderMetadataLoader.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.csproj,Excititor,FAIL,339,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Cisco.CSAF/StellaOps.Excititor.Connectors.Cisco.CSAF.csproj,Excititor,PASS,7,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/MsrcCsafConnector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.csproj,Excititor,FAIL,591,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/Authentication/MsrcTokenProvider.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.csproj,Excititor,FAIL,187,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/Configuration/MsrcConnectorOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.csproj,Excititor,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/DependencyInjection/MsrcConnectorServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.csproj,Excititor,FAIL,60,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.MSRC.CSAF/StellaOps.Excititor.Connectors.MSRC.CSAF.csproj,Excititor,PASS,7,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/OciOpenVexAttestationConnector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,FAIL,234,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Authentication/OciCosignAuthority.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Authentication/OciRegistryAuthorization.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,61,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Configuration/OciOpenVexAttestationConnectorOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,FAIL,323,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Configuration/OciOpenVexAttestationConnectorOptionsValidator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,37,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/DependencyInjection/OciOpenVexAttestationConnectorServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,54,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Discovery/OciAttestationDiscoveryResult.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,13,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Discovery/OciAttestationDiscoveryService.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,FAIL,190,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Discovery/OciAttestationTarget.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,7,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Discovery/OciImageReference.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,28,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Discovery/OciImageReferenceParser.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,FAIL,130,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Discovery/OciOfflineBundleReference.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,6,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Fetch/OciArtifactDescriptor.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,15,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Fetch/OciAttestationDocument.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,14,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Fetch/OciAttestationFetcher.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,FAIL,260,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Fetch/OciRegistryClient.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,FAIL,364,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.csproj,Excititor,PASS,7,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/OracleCsafConnector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.csproj,Excititor,FAIL,365,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/Configuration/OracleConnectorOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.csproj,Excititor,PASS,86,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/Configuration/OracleConnectorOptionsValidator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.csproj,Excititor,PASS,34,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/DependencyInjection/OracleConnectorServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.csproj,Excititor,PASS,47,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/Metadata/OracleCatalogLoader.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.csproj,Excititor,FAIL,420,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Oracle.CSAF/StellaOps.Excititor.Connectors.Oracle.CSAF.csproj,Excititor,PASS,7,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/RedHatCsafConnector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.csproj,Excititor,FAIL,199,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/Configuration/RedHatConnectorOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.csproj,Excititor,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/DependencyInjection/RedHatConnectorServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.csproj,Excititor,PASS,47,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/Metadata/RedHatProviderMetadataLoader.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.csproj,Excititor,FAIL,314,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.RedHat.CSAF/StellaOps.Excititor.Connectors.RedHat.CSAF.csproj,Excititor,PASS,7,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/RancherHubConnector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,FAIL,437,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/Authentication/RancherHubTokenProvider.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,FAIL,173,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/Configuration/RancherHubConnectorOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/Configuration/RancherHubConnectorOptionsValidator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,PASS,34,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/DependencyInjection/RancherHubConnectorServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,PASS,55,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/Events/RancherHubEventClient.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,FAIL,314,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/Events/RancherHubEventModels.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,PASS,22,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/Metadata/RancherHubMetadataLoader.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,FAIL,460,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,PASS,7,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/State/RancherHubCheckpointManager.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.csproj,Excititor,FAIL,100,AsyncNaming,Rename async methods to end with Async.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/UbuntuCsafConnector.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.csproj,Excititor,FAIL,612,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/Configuration/UbuntuConnectorOptions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.csproj,Excititor,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/Configuration/UbuntuConnectorOptionsValidator.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.csproj,Excititor,PASS,34,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/DependencyInjection/UbuntuConnectorServiceCollectionExtensions.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.csproj,Excititor,PASS,47,,
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/Metadata/UbuntuCatalogLoader.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.csproj,Excititor,FAIL,250,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/Properties/AssemblyInfo.cs,src/Excititor/__Libraries/StellaOps.Excititor.Connectors.Ubuntu.CSAF/StellaOps.Excititor.Connectors.Ubuntu.CSAF.csproj,Excititor,PASS,7,,
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/GitHubAppAnnotationClient.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,FAIL,564,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/GitHubAppConnectorPlugin.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,FAIL,201,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/AlertFilter.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/CodeScanningAlert.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,FAIL,281,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/GitHubCodeScanningClient.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,FAIL,314,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/GitHubCodeScanningExtensions.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,PASS,69,,
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/IGitHubCodeScanningClient.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/ProcessingStatus.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,PASS,21,,
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/SarifUploadRequest.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,PASS,64,,
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/SarifUploadResult.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,PASS,54,,
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/CodeScanning/SarifUploadStatus.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitHubApp/StellaOps.Integrations.Plugin.GitHubApp.csproj,Integrations,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab/GitLabAnnotationClient.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.GitLab/StellaOps.Integrations.Plugin.GitLab.csproj,Integrations,FAIL,379,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.Harbor/HarborConnectorPlugin.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.Harbor/StellaOps.Integrations.Plugin.Harbor.csproj,Integrations,FAIL,175,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Integrations/__Plugins/StellaOps.Integrations.Plugin.InMemory/InMemoryConnectorPlugin.cs,src/Integrations/__Plugins/StellaOps.Integrations.Plugin.InMemory/StellaOps.Integrations.Plugin.InMemory.csproj,Integrations,FAIL,69,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/EmailChannelHealthProvider.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.csproj,Notify,PASS,61,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/EmailChannelTestProvider.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.csproj,Notify,PASS,46,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/EmailMetadataBuilder.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.csproj,Notify,PASS,56,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/Properties/AssemblyInfo.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Email/StellaOps.Notify.Connectors.Email.csproj,Notify,PASS,7,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/ConnectorHashing.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.csproj,Notify,PASS,32,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/ConnectorMetadataBuilder.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.csproj,Notify,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/ConnectorValueRedactor.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.csproj,Notify,FAIL,76,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/Properties/AssemblyInfo.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Shared/StellaOps.Notify.Connectors.Shared.csproj,Notify,PASS,7,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/SlackChannelHealthProvider.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.csproj,Notify,PASS,58,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/SlackChannelTestProvider.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.csproj,Notify,FAIL,88,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/SlackMetadataBuilder.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.csproj,Notify,FAIL,79,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/Properties/AssemblyInfo.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Slack/StellaOps.Notify.Connectors.Slack.csproj,Notify,PASS,7,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/TeamsChannelHealthProvider.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.csproj,Notify,PASS,59,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/TeamsChannelTestProvider.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.csproj,Notify,FAIL,126,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/TeamsMetadataBuilder.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.csproj,Notify,PASS,91,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/Properties/AssemblyInfo.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Teams/StellaOps.Notify.Connectors.Teams.csproj,Notify,PASS,7,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/WebhookChannelHealthProvider.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.csproj,Notify,PASS,64,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/WebhookChannelTestProvider.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.csproj,Notify,FAIL,57,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/WebhookMetadataBuilder.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.csproj,Notify,PASS,55,,
|
|
src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/Properties/AssemblyInfo.cs,src/Notify/__Libraries/StellaOps.Notify.Connectors.Webhook/StellaOps.Notify.Connectors.Webhook.csproj,Notify,PASS,7,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/IPlugin.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,72,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/PluginCapabilities.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/PluginInfo.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,76,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/PluginTrustLevel.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,78,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Attributes/PluginAttribute.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Capabilities/IAnalysisCapability.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Capabilities/IAuthCapability.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Capabilities/IConnectorCapability.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,80,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Capabilities/ICryptoCapability.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Capabilities/IFeedCapability.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Capabilities/ILlmCapability.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Capabilities/IScmCapability.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Capabilities/ITransportCapability.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Context/IPluginContext.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Context/IPluginLogger.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,85,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Execution/IPluginLoader.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,73,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Execution/LoadedPlugin.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,134,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Health/HealthCheckResult.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,93,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Health/HealthStatus.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,52,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Lifecycle/PluginLifecycleException.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Lifecycle/PluginLifecycleState.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,PASS,94,,
|
|
src/Plugin/StellaOps.Plugin.Abstractions/Manifest/PluginManifest.cs,src/Plugin/StellaOps.Plugin.Abstractions/StellaOps.Plugin.Abstractions.csproj,Plugin,FAIL,217,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Registry/InMemoryPluginRegistry.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,FAIL,427,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Registry/IPluginRegistry.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Registry/PluginRegistryMigrationRunner.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,FAIL,160,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Plugin/StellaOps.Plugin.Registry/PluginRegistryOptions.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,PASS,43,,
|
|
src/Plugin/StellaOps.Plugin.Registry/PostgresPluginRegistry.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,FAIL,736,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Plugin/StellaOps.Plugin.Registry/Extensions/ServiceCollectionExtensions.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,FAIL,106,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Registry/Models/PluginCapabilityRecord.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,PASS,75,,
|
|
src/Plugin/StellaOps.Plugin.Registry/Models/PluginHealthRecord.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,PASS,57,,
|
|
src/Plugin/StellaOps.Plugin.Registry/Models/PluginInstanceRecord.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,PASS,85,,
|
|
src/Plugin/StellaOps.Plugin.Registry/Models/PluginRecord.cs,src/Plugin/StellaOps.Plugin.Registry/StellaOps.Plugin.Registry.csproj,Plugin,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/ISandbox.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,PASS,86,,
|
|
src/Plugin/StellaOps.Plugin.Sandbox/ISandboxFactory.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,PASS,28,,
|
|
src/Plugin/StellaOps.Plugin.Sandbox/ProcessSandbox.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,475,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/SandboxConfiguration.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,244,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/SandboxFactory.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/SandboxState.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Communication/GrpcPluginBridge.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,284,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Communication/IGrpcPluginBridge.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,PASS,69,,
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Extensions/ServiceCollectionExtensions.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,107,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Filesystem/IFilesystemPolicy.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Network/INetworkPolicyEnforcer.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,PASS,39,,
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Network/NetworkPolicyEnforcer.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,380,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Process/IPluginProcessManager.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,PASS,81,,
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Process/PluginProcessManager.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,253,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Resources/IResourceLimiter.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,PASS,97,,
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Resources/LinuxResourceLimiter.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,302,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Resources/ResourceUsage.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,PASS,87,,
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Resources/WindowsResourceLimiter.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,355,ConfigureAwaitMissing; ConstNaming; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename consts to PascalCase.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sandbox/Secrets/ISecretProxy.cs,src/Plugin/StellaOps.Plugin.Sandbox/StellaOps.Plugin.Sandbox.csproj,Plugin,FAIL,96,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Plugin/StellaOps.Plugin.Sdk/PluginBase.cs,src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.csproj,Plugin,FAIL,159,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sdk/PluginConfigAttribute.cs,src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.csproj,Plugin,PASS,34,,
|
|
src/Plugin/StellaOps.Plugin.Sdk/PluginExtensions.cs,src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.csproj,Plugin,FAIL,85,ConfigureAwaitMissing; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.
|
|
src/Plugin/StellaOps.Plugin.Sdk/PluginInfoBuilder.cs,src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.csproj,Plugin,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Sdk/PluginOptionsBase.cs,src/Plugin/StellaOps.Plugin.Sdk/StellaOps.Plugin.Sdk.csproj,Plugin,PASS,37,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Base/CiConnectorPluginBase.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Base/ConnectorPluginBase.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,180,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Base/GatePluginBase.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,223,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Base/NotifyConnectorPluginBase.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,140,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Base/RegistryConnectorPluginBase.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Base/ScmConnectorPluginBase.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Base/StepPluginBase.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,191,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Base/VaultConnectorPluginBase.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,PASS,92,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Contracts/IConnectorPlugin.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,PASS,43,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Contracts/IGatePlugin.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,PASS,46,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Contracts/IStepPlugin.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,PASS,53,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Testing/ConnectorTestHost.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,231,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Testing/GateTestHost.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,230,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Testing/MockEnvironmentContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Testing/MockReleaseContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Testing/MockSecretResolver.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,PASS,98,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Testing/MockStepOutputWriter.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/Testing/StepTestHost.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin.Sdk/StellaOps.ReleaseOrchestrator.Plugin.Sdk.csproj,ReleaseOrchestrator,FAIL,228,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/ICiConnectorCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,46,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/IGateProviderCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,38,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/IIntegrationConnectorCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,53,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/INotifyConnectorCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,28,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/IRegistryConnectorCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,74,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/IScmConnectorCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,65,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/ISettingsStoreConnectorCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/IStepProviderCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,45,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Capabilities/IVaultConnectorCapability.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,34,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Context/ReleaseOrchestratorPluginContext.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,56,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Execution/ConnectorInvoker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,360,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Execution/GateEvaluator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,223,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Execution/IConnectorInvoker.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,59,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Execution/IGateEvaluator.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,59,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Execution/IStepExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,68,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Execution/StepExecutor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,257,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Extensions/ServiceCollectionExtensions.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,103,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Integration/AuditLogger.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Integration/EvidenceCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Integration/IAuditLogger.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,73,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Integration/IEvidenceCollector.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,66,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Integration/INotificationBridge.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,48,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Integration/ITenantSecretResolver.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,39,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Integration/NotificationBridge.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Integration/TenantSecretResolver.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,185,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Models/ConnectorModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,394,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Models/GateModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,191,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Models/SettingsStoreModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Models/StepModels.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Monitoring/ReleaseOrchestratorPluginMonitor.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,176,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Registry/ConnectorRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,121,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Registry/GateProviderRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,144,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Registry/IConnectorRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,63,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Registry/IGateProviderRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,69,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Registry/IStepProviderRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,PASS,70,,
|
|
src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/Registry/StepProviderRegistry.cs,src/ReleaseOrchestrator/__Libraries/StellaOps.ReleaseOrchestrator.Plugin/StellaOps.ReleaseOrchestrator.Plugin.csproj,ReleaseOrchestrator,FAIL,144,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Router.Plugin.Unified/TransportClientAdapter.cs,src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.csproj,Router,FAIL,189,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Router.Plugin.Unified/TransportPluginAdapter.cs,src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.csproj,Router,FAIL,307,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Router/StellaOps.Router.Plugin.Unified/TransportPluginAdapterFactory.cs,src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.csproj,Router,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Router.Plugin.Unified/TransportServerAdapter.cs,src/Router/StellaOps.Router.Plugin.Unified/StellaOps.Router.Plugin.Unified.csproj,Router,FAIL,117,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.IssuerDirectory.Client/IIssuerDirectoryClient.cs,src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.csproj,__Libraries,PASS,30,,
|
|
src/__Libraries/StellaOps.IssuerDirectory.Client/IssuerDirectoryClient.cs,src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.csproj,__Libraries,FAIL,213,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.IssuerDirectory.Client/IssuerDirectoryClientOptions.cs,src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.csproj,__Libraries,PASS,52,,
|
|
src/__Libraries/StellaOps.IssuerDirectory.Client/IssuerDirectoryModels.cs,src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.csproj,__Libraries,PASS,35,,
|
|
src/__Libraries/StellaOps.IssuerDirectory.Client/ServiceCollectionExtensions.cs,src/__Libraries/StellaOps.IssuerDirectory.Client/StellaOps.IssuerDirectory.Client.csproj,__Libraries,FAIL,59,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicyDslValidatorApp.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,FAIL,49,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicyDslValidatorCommand.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,FAIL,59,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicySchemaExporterApp.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,FAIL,38,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicySchemaExporterCommand.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,PASS,49,,
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicySchemaExporterRunner.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,FAIL,192,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicySimulationSmokeApp.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,FAIL,38,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicySimulationSmokeCommand.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,FAIL,76,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicySimulationSmokeModels.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,PASS,75,,
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicySimulationSmokeRunner.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,FAIL,527,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Policy.Tools/PolicyValidationRunner.cs,src/__Libraries/StellaOps.Policy.Tools/StellaOps.Policy.Tools.csproj,__Libraries,PASS,22,,
|
|
src/Attestor/StellaOps.Attestor.Types/Tools/StellaOps.Attestor.Types.Generator/Program.cs,src/Attestor/StellaOps.Attestor.Types/Tools/StellaOps.Attestor.Types.Generator/StellaOps.Attestor.Types.Generator.csproj,Attestor,FAIL,1732,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/FileTokenCache.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,168,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/InMemoryTokenCache.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,59,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/IStellaOpsTokenCache.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,PASS,26,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/IStellaOpsTokenClient.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,PASS,44,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/MessagingTokenCache.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,85,AsyncNaming,Rename async methods to end with Async.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/ServiceCollectionExtensions.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,153,BlockingAsync; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsApiAuthenticationOptions.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,99,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsApiAuthMode.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,PASS,23,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsAuthClientOptions.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,207,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsBearerTokenHandler.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,179,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsDiscoveryCache.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,147,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsJwksCache.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,121,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsTokenCacheEntry.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,PASS,50,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsTokenClient.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,FAIL,238,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOpsTokenResult.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client/StellaOps.Auth.Client.csproj,Authority,PASS,29,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/Program.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,FAIL,377,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/Statistics.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,PASS,85,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/VexLinksetAggregator.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/VexObservationGenerator.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,FAIL,196,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/VexScenarioConfig.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,FAIL,184,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/VexScenarioExecutionResult.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,PASS,15,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/VexScenarioResult.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,PASS,44,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/VexScenarioRunner.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,PASS,99,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/Baseline/BaselineEntry.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,PASS,19,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/Baseline/BaselineLoader.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,FAIL,88,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/Properties/AssemblyInfo.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,PASS,4,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/Reporting/BenchmarkJsonWriter.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,FAIL,152,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/Reporting/BenchmarkScenarioReport.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,PASS,90,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/Reporting/PrometheusWriter.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.csproj,Bench,FAIL,95,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/BenchmarkConfig.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,FAIL,211,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/LinkNotMergeScenarioRunner.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,PASS,97,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/LinksetAggregator.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/ObservationData.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,FAIL,200,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/Program.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,FAIL,376,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/ScenarioExecutionResult.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,PASS,15,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/ScenarioResult.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,PASS,43,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/ScenarioStatistics.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,PASS,85,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/Baseline/BaselineEntry.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,PASS,19,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/Baseline/BaselineLoader.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,FAIL,88,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/Properties/AssemblyInfo.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,PASS,4,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/Reporting/BenchmarkJsonWriter.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,FAIL,152,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/Reporting/BenchmarkScenarioReport.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,PASS,90,,
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/Reporting/PrometheusWriter.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge/StellaOps.Bench.LinkNotMerge.csproj,Bench,FAIL,102,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/BenchmarkConfig.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,FAIL,221,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/DispatchAccumulator.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,PASS,27,,
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/NotifyScenarioRunner.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,FAIL,387,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/Program.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,FAIL,365,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/ScenarioExecutionResult.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,PASS,18,,
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/ScenarioResult.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,PASS,47,,
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/ScenarioStatistics.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,PASS,88,,
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/Baseline/BaselineEntry.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,PASS,14,,
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/Baseline/BaselineLoader.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,FAIL,88,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/Properties/AssemblyInfo.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,PASS,4,,
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/Reporting/BenchmarkJsonWriter.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,FAIL,148,BlockingAsync; FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/Reporting/BenchmarkScenarioReport.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,FAIL,85,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/Reporting/PrometheusWriter.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify/StellaOps.Bench.Notify.csproj,Bench,FAIL,87,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/BenchmarkConfig.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,FAIL,156,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/PathUtilities.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,PASS,16,,
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/PolicyScenarioRunner.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,FAIL,250,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/Program.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,FAIL,374,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/ScenarioResult.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/Baseline/BaselineEntry.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,PASS,13,,
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/Baseline/BaselineLoader.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,FAIL,87,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/Reporting/BenchmarkJsonWriter.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,FAIL,126,BlockingAsync; FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/Reporting/BenchmarkScenarioReport.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,PASS,83,,
|
|
src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/Reporting/PrometheusWriter.cs,src/Bench/StellaOps.Bench/PolicyEngine/StellaOps.Bench.PolicyEngine/StellaOps.Bench.PolicyEngine.csproj,Bench,FAIL,84,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/AocCliCommandModule.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.csproj,Cli,FAIL,256,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/AocVerificationModels.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.csproj,Cli,PASS,25,,
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/AocVerificationService.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.csproj,Cli,FAIL,116,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/AocVerifyOptions.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Aoc/StellaOps.Cli.Plugins.Aoc.csproj,Cli,FAIL,136,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig/DeltaSigCliCommands.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.DeltaSig/StellaOps.Cli.Plugins.DeltaSig.csproj,Cli,FAIL,372,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth/GroundTruthCliCommandModule.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.GroundTruth/StellaOps.Cli.Plugins.GroundTruth.csproj,Cli,FAIL,879,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/NonCoreCliCommandModule.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/StellaOps.Cli.Plugins.NonCore.csproj,Cli,FAIL,464,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/NonCoreCliOptionParser.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/StellaOps.Cli.Plugins.NonCore.csproj,Cli,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/Properties/AssemblyInfo.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.NonCore/StellaOps.Cli.Plugins.NonCore.csproj,Cli,PASS,7,,
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/SymbolsCliCommandModule.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/StellaOps.Cli.Plugins.Symbols.csproj,Cli,FAIL,614,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/SymbolsCliValidation.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Symbols/StellaOps.Cli.Plugins.Symbols.csproj,Cli,FAIL,94,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/EvidenceCliCommands.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/StellaOps.Cli.Plugins.Timestamp.csproj,Cli,FAIL,285,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/TimestampCliCommandModule.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Timestamp/StellaOps.Cli.Plugins.Timestamp.csproj,Cli,FAIL,615,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/VerdictCliCommandModule.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/StellaOps.Cli.Plugins.Verdict.csproj,Cli,FAIL,572,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; 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.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/VerdictCliHashing.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Verdict/StellaOps.Cli.Plugins.Verdict.csproj,Cli,PASS,48,,
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/AutoVexClient.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.csproj,Cli,FAIL,304,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/VexCliCommandModule.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.csproj,Cli,FAIL,1299,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/VexCliOutput.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.csproj,Cli,FAIL,257,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/VexCliValidation.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.csproj,Cli,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/VexRekorCommandGroup.cs,src/Cli/__Libraries/StellaOps.Cli.Plugins.Vex/StellaOps.Cli.Plugins.Vex.csproj,Cli,FAIL,583,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/CliApplication.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,919,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/GlobalUsings.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,2,,
|
|
src/Cli/StellaOps.Cli/Program.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,425,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Cli/StellaOps.Cli/Audit/AuditBundleService.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,871,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Cli/StellaOps.Cli/Audit/IAuditBundleService.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/AgentCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,275,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/AirGapCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,481,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/AnalyticsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1245,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator,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.
|
|
src/Cli/StellaOps.Cli/Commands/AttestCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1673,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Cli/StellaOps.Cli/Commands/AuditCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,789,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/AuditVerifyCommand.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,346,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/AuthCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,796,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/BenchCommandBuilder.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,478,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/BundleCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,26,,
|
|
src/Cli/StellaOps.Cli/Commands/BundleExportCommand.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,777,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/BundleVerifyCommand.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1419,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ChangeTraceCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,452,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ChangeTraceExitCodes.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,50,,
|
|
src/Cli/StellaOps.Cli/Commands/CheckpointCommands.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,595,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CiCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,260,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CiTemplates.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,511,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CliExitCodes.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,80,,
|
|
src/Cli/StellaOps.Cli/Commands/CommandFactory.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,14744,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.AirGap.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,482,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Audit.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,477,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Config.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,305,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Crypto.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,412,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,33870,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; 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.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Drift.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,379,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.ExportCache.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,115,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Federation.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,820,ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Feeds.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,545,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Image.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,332,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Model.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,513,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Offline.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1375,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Secrets.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,442,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Sign.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,346,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.VerdictRationale.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,223,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.VerdictVerify.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,623,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.VerifyBundle.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,599,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.VerifyImage.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,266,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.VerifyOffline.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,551,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Cli/StellaOps.Cli/Commands/CommandHandlers.Witness.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,540,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/CommandLineException.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,11,,
|
|
src/Cli/StellaOps.Cli/Commands/ConfigCatalog.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,432,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ConfigCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,62,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Cli/StellaOps.Cli/Commands/CryptoCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,771,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/DbCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,889,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/DeltaCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/DeployCommandHandler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,371,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/DoctorCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1167,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/DriftCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,326,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/DriftExitCodes.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/EvidenceCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,2433,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Cli/StellaOps.Cli/Commands/EvidenceHoldsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,421,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ExceptionCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1139,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ExplainCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,671,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; 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.
|
|
src/Cli/StellaOps.Cli/Commands/ExportCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,487,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/FederationCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,425,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/FeedsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/FixChainCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,679,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/GateCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,637,BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/GitHubCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,808,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/GroundTruthCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,2101,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/GuardCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1054,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/HlcCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,365,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/ImageCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,97,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Cli/StellaOps.Cli/Commands/IncidentCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,432,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/IssuerKeysCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,340,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/KeysCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,731,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/LayerSbomCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,881,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/LicenseCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,800,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/MigrateArtifactsCommand.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,268,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/ModelCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,305,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/NotifyCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,710,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/OfflineCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/OfflineExitCodes.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,26,,
|
|
src/Cli/StellaOps.Cli/Commands/OrchestratorCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,722,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/PatchAttestCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,582,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/PatchVerifyCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,463,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/PolicyCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1411,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/PromoteCommandHandler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ProvCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,513,ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ProveCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,572,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ReachabilityCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1746,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/RegistryCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,627,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ReleaseCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1241,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ReleaseCommandHandler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,383,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ReplayCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,725,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/SbomCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,4165,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/ScanGraphCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,523,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ScoreCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1716,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ScoreGateCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,2200,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ScoreReplayCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,964,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/SealCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,272,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/SecretsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,249,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/SignalsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,684,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/SignCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,489,BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/SystemCommandBuilder.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,242,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/TaskRunnerCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,653,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/TimelineCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,284,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/TimestampCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,233,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ToolsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,228,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/TrustAnchorsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,545,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/TrustProfileCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,482,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/UnknownsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1671,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/VerdictCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,323,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/VerifyCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,579,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/VexCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,414,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/VexGateScanCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,689,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/VexGenCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,531,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/WatchlistCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,993,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/WitnessCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,275,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ZastavaCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,521,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Admin/AdminCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,576,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Admin/AdminCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,828,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Advise/AdviseChatCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,778,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Advise/ChatRenderer.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,433,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Agent/BootstrapCommands.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,239,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Agent/CertificateCommands.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,129,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Agent/ConfigCommands.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,246,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Agent/DoctorCommands.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,225,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Agent/UpdateCommands.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,164,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Binary/BinaryCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,924,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Binary/BinaryCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,940,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Binary/BinaryIndexOpsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,513,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Binary/DeltaSigCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,875,ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Budget/RiskBudgetCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,934,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Chain/ChainCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1220,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Compare/CompareCommandBuilder.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,538,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/DeltaSig/DeltaSigCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,484,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/DeltaSig/DeltaSigCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,843,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/FunctionMap/FunctionMapCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1023,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/GoldenSet/GoldenSetCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,553,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/GoldenSet/VerifyFixCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,210,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Ir/IrCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,381,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Observations/ObservationsCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,673,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/PoE/ExportCommand.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,368,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/PoE/VerifyCommand.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,407,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Policy/PolicyInteropCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,742,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Proof/AnchorCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,246,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Proof/FuncProofCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,291,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Proof/FuncProofCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,578,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Proof/KeyRotationCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,630,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Proof/ProofCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,410,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Proof/ProofExitCodes.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,74,,
|
|
src/Cli/StellaOps.Cli/Commands/Proof/ReceiptCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,151,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ReachGraph/ReachGraphCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,180,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/ReachGraph/ReachGraphCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,448,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Sbom/SbomGenerateCommand.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,330,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Scan/BinaryDiffCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,357,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Scan/BinaryDiffDsseOutput.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,62,,
|
|
src/Cli/StellaOps.Cli/Commands/Scan/BinaryDiffErrors.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,30,,
|
|
src/Cli/StellaOps.Cli/Commands/Scan/BinaryDiffKeyLoader.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,59,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Cli/StellaOps.Cli/Commands/Scan/BinaryDiffModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,64,,
|
|
src/Cli/StellaOps.Cli/Commands/Scan/BinaryDiffRegistryAuth.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,249,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Scan/BinaryDiffRenderer.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,294,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Scan/BinaryDiffService.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,864,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Scan/DeltaScanCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,541,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/ISetupCommandHandler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,51,,
|
|
src/Cli/StellaOps.Cli/Commands/Setup/SetupCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,237,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/SetupCommandHandler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,747,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/SetupRunOptions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,46,,
|
|
src/Cli/StellaOps.Cli/Commands/Setup/SetupServiceCollectionExtensions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,88,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Config/ISetupConfigParser.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Config/YamlSetupConfigParser.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,430,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/State/FileSetupStateStore.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,313,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/State/ISetupStateStore.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/ISetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,85,,
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/SetupCategory.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,48,,
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/SetupStepCatalog.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/SetupStepContext.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/SetupStepResults.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/AgentsSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,279,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/AuthoritySetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,285,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/CacheSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,248,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/CryptoSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,297,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/DatabaseSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,248,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/EnvironmentsSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,246,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/LlmSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,443,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/MigrationsSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,191,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/NotifySetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,407,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/RegistrySetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,230,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/ScmSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,440,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/SettingsStoreSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,424,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/SetupStepBase.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/SourcesSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,422,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/TelemetrySetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,226,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/UsersSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,302,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Setup/Steps/Implementations/VaultSetupStep.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,339,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Slice/SliceCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,261,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Slice/SliceCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,329,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Sources/SourcesCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,269,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Sources/SourcesCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,378,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Trust/TrustCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,468,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Trust/TrustCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,848,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Watchlist/WatchlistCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,475,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Watchlist/WatchlistCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,797,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator,Add 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.
|
|
src/Cli/StellaOps.Cli/Commands/Witness/WitnessCoreCommandGroup.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Commands/Witness/WitnessCoreCommandHandlers.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,585,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Add 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.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Configuration/AuthorityTokenUtilities.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,70,,
|
|
src/Cli/StellaOps.Cli/Configuration/CliBootstrapper.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,438,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Configuration/CliProfile.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,456,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Configuration/EgressPolicyHttpMessageHandler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,53,,
|
|
src/Cli/StellaOps.Cli/Configuration/GlobalOptions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Configuration/HttpClientBuilderExtensions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,30,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Cli/StellaOps.Cli/Configuration/StellaOpsCliOptions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,232,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Export/DeterministicExportUtilities.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Extensions/CommandLineCompatExtensions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,438,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Extensions/CommandLineExtensions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,87,,
|
|
src/Cli/StellaOps.Cli/Extensions/StellaOpsTokenClientExtensions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/GitOps/GitOpsController.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,584,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Infrastructure/CommandGroupBuilder.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,209,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Infrastructure/CommandRoute.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,93,,
|
|
src/Cli/StellaOps.Cli/Infrastructure/CommandRouter.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,181,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Infrastructure/DeprecationWarningService.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Infrastructure/ICommandRouter.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,64,,
|
|
src/Cli/StellaOps.Cli/Infrastructure/RouteMappingConfiguration.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,205,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Output/CliError.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,382,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Output/CliErrorRenderer.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,257,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Output/IOutputRenderer.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Output/IOutputWriter.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Output/OfflineKitReasonCodes.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,64,,
|
|
src/Cli/StellaOps.Cli/Output/OutputFormat.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,22,,
|
|
src/Cli/StellaOps.Cli/Output/OutputRenderer.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,397,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Output/OutputRendererExtensions.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,76,,
|
|
src/Cli/StellaOps.Cli/Plugins/CliCommandModuleLoader.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,280,AssemblyLoadFrom; BlockingAsync; FileLength>100,Avoid Assembly.LoadFrom outside the plugin loader.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Plugins/CliPluginManifest.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,40,,
|
|
src/Cli/StellaOps.Cli/Plugins/CliPluginManifestLoader.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,151,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Plugins/ICliCommandModule.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,22,,
|
|
src/Cli/StellaOps.Cli/Plugins/RestartOnlyCliPluginGuard.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,42,,
|
|
src/Cli/StellaOps.Cli/Prompts/KmsPassphrasePrompt.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,30,,
|
|
src/Cli/StellaOps.Cli/Prompts/TrivyDbExportPrompt.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,53,,
|
|
src/Cli/StellaOps.Cli/Properties/AssemblyInfo.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,6,,
|
|
src/Cli/StellaOps.Cli/Replay/ReplayBundleStoreAdapter.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,214,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Replay/RunManifest.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,61,,
|
|
src/Cli/StellaOps.Cli/Replay/RunManifestSerializer.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,45,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Cli/StellaOps.Cli/Replay/TimelineQueryAdapter.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,136,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/AttestationBundleVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,535,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/AttestationReader.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,392,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/AuthorityConsoleClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,114,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/AuthorityDiagnosticsReporter.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/AuthorityRevocationClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,225,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/BackendOperationsClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,5323,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/ConcelierObservationsClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,394,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/CryptoProfileValidator.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,176,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/CvssClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,166,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/DeterminismHarness.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,852,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/DevPortalBundleVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,383,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/DsseSignatureVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,202,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/ExceptionClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,600,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/FileBundleVersionStore.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,122,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/ForensicSnapshotClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,374,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/ForensicVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,596,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/IAttestationBundleVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,30,,
|
|
src/Cli/StellaOps.Cli/Services/IAttestationReader.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,22,,
|
|
src/Cli/StellaOps.Cli/Services/IAuthorityConsoleClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,34,,
|
|
src/Cli/StellaOps.Cli/Services/IAuthorityRevocationClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,12,,
|
|
src/Cli/StellaOps.Cli/Services/IBackendOperationsClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/IConcelierObservationsClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,37,,
|
|
src/Cli/StellaOps.Cli/Services/ICvssClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,20,,
|
|
src/Cli/StellaOps.Cli/Services/IDeterminismHarness.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,48,,
|
|
src/Cli/StellaOps.Cli/Services/IDevPortalBundleVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,20,,
|
|
src/Cli/StellaOps.Cli/Services/IDsseSignatureVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,22,,
|
|
src/Cli/StellaOps.Cli/Services/IExceptionClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,66,,
|
|
src/Cli/StellaOps.Cli/Services/IForensicSnapshotClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,45,,
|
|
src/Cli/StellaOps.Cli/Services/IForensicVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,29,,
|
|
src/Cli/StellaOps.Cli/Services/IImageAttestationVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,9,,
|
|
src/Cli/StellaOps.Cli/Services/ImageAttestationVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,458,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/INotifyClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,86,,
|
|
src/Cli/StellaOps.Cli/Services/IObservabilityClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,61,,
|
|
src/Cli/StellaOps.Cli/Services/IOciRegistryClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,44,,
|
|
src/Cli/StellaOps.Cli/Services/IOrchestratorClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/IPackClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/IPromotionAssembler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,44,,
|
|
src/Cli/StellaOps.Cli/Services/IRationaleClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,50,,
|
|
src/Cli/StellaOps.Cli/Services/ISbomClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,62,,
|
|
src/Cli/StellaOps.Cli/Services/ISbomerClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,80,,
|
|
src/Cli/StellaOps.Cli/Services/IScannerExecutor.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,18,,
|
|
src/Cli/StellaOps.Cli/Services/IScannerInstaller.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,10,,
|
|
src/Cli/StellaOps.Cli/Services/ITrustPolicyLoader.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,9,,
|
|
src/Cli/StellaOps.Cli/Services/IVexObservationsClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,36,,
|
|
src/Cli/StellaOps.Cli/Services/MigrationCommandService.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/MigrationModuleRegistry.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,92,,
|
|
src/Cli/StellaOps.Cli/Services/MigrationRunnerAdapter.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,40,,
|
|
src/Cli/StellaOps.Cli/Services/MirrorBundleImportService.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,478,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/NotifyClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,783,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/ObservabilityClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,560,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/OciAttestationRegistryClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,475,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/OciImageReferenceParser.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/OciRegistryClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,376,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/OfflineKitStateStore.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,94,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Cli/StellaOps.Cli/Services/OfflineModeGuard.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,42,,
|
|
src/Cli/StellaOps.Cli/Services/OrchestratorClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,469,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Cli/StellaOps.Cli/Services/PackClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1020,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/PolicyApiException.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,19,,
|
|
src/Cli/StellaOps.Cli/Services/PromotionAssembler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1129,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/RationaleClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,276,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/SbomClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,605,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/SbomerClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,264,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/ScannerExecutionResult.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,4,,
|
|
src/Cli/StellaOps.Cli/Services/ScannerExecutor.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,333,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/ScannerInstaller.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,81,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Cli/StellaOps.Cli/Services/TenantProfileStore.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,143,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/TrustPolicyLoader.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,220,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/VerdictAttestationVerifier.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,585,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/VexObservationsClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,234,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Chat/ChatClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,237,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Chat/IChatClient.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,61,,
|
|
src/Cli/StellaOps.Cli/Services/Models/AdvisoryLinksetModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,504,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/AdvisoryObservationsModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/AnalyticsModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,82,,
|
|
src/Cli/StellaOps.Cli/Services/Models/AocIngestDryRunModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,94,,
|
|
src/Cli/StellaOps.Cli/Services/Models/AocVerifyModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/ApiSpecModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/AttestationBundleModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/AttestationModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,231,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/AttestorTransportModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/AuthorityRevocationExportResult.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,21,,
|
|
src/Cli/StellaOps.Cli/Services/Models/CvssModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,21,,
|
|
src/Cli/StellaOps.Cli/Services/Models/DecisionModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/DeterminismModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,421,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/EntryTraceResponseModel.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,47,,
|
|
src/Cli/StellaOps.Cli/Services/Models/ExceptionModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,423,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/ExcititorExportDownloadResult.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,7,,
|
|
src/Cli/StellaOps.Cli/Services/Models/ExcititorOperationResult.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,10,,
|
|
src/Cli/StellaOps.Cli/Services/Models/ExcititorProviderSummary.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,12,,
|
|
src/Cli/StellaOps.Cli/Services/Models/ForensicSnapshotModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,280,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/ForensicVerificationModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,348,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/ImageVerificationModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,46,,
|
|
src/Cli/StellaOps.Cli/Services/Models/JobTriggerResult.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,10,,
|
|
src/Cli/StellaOps.Cli/Services/Models/MirrorBundleModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/NotifyModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,694,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/ObservabilityModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,543,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/OciModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/OciTypes.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,30,,
|
|
src/Cli/StellaOps.Cli/Services/Models/OfflineKitModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/OrchestratorModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,672,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/PackModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,916,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/PolicyActivationModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,31,,
|
|
src/Cli/StellaOps.Cli/Services/Models/PolicyFindingsModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,64,,
|
|
src/Cli/StellaOps.Cli/Services/Models/PolicySimulationModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,64,,
|
|
src/Cli/StellaOps.Cli/Services/Models/PolicyUnknownsModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,35,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Cli/StellaOps.Cli/Services/Models/PolicyWorkspaceModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,1203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/PromotionModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,469,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/RationaleModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/ReachabilityModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,522,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/RiskModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,449,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/RuntimePolicyEvaluationModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,26,,
|
|
src/Cli/StellaOps.Cli/Services/Models/SbomerModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,835,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/SbomModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,740,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/ScannerArtifactResult.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,4,,
|
|
src/Cli/StellaOps.Cli/Services/Models/SdkModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/SymbolBundleModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/TaskRunnerSimulationModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,37,,
|
|
src/Cli/StellaOps.Cli/Services/Models/TenantModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,95,,
|
|
src/Cli/StellaOps.Cli/Services/Models/TrustPolicyContextModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,21,,
|
|
src/Cli/StellaOps.Cli/Services/Models/TrustPolicyModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,46,,
|
|
src/Cli/StellaOps.Cli/Services/Models/VexExplainModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,265,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/VexModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,300,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/VexObservationModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,293,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/VulnModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,292,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/WitnessModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,482,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/AdvisoryAi/AdvisoryAiModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/Bun/BunPackageModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,24,,
|
|
src/Cli/StellaOps.Cli/Services/Models/Chat/ChatModels.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,430,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/Ruby/RubyPackageArtifactModel.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,35,,
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/JobRunResponse.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,28,,
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/JobTriggerRequest.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,11,,
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/OfflineKitTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/PolicyActivationTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,53,,
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/PolicyFindingsTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/PolicySimulationTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,99,,
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/ProblemDocument.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/RuntimePolicyEvaluationTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,73,,
|
|
src/Cli/StellaOps.Cli/Services/Models/Transport/TaskRunnerSimulationTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,74,,
|
|
src/Cli/StellaOps.Cli/Services/Transport/HttpTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,168,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Transport/IStellaOpsTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,96,,
|
|
src/Cli/StellaOps.Cli/Services/Transport/OfflineTransport.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,188,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Transport/StellaOpsClientBase.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,342,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Services/Transport/TransportFactory.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,128,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Telemetry/CliActivitySource.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,9,,
|
|
src/Cli/StellaOps.Cli/Telemetry/CliMetrics.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,275,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Telemetry/SealedModeTelemetry.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,286,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Telemetry/TraceparentHttpMessageHandler.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,195,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Cli/StellaOps.Cli/Telemetry/VerbosityState.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,PASS,9,,
|
|
src/Cli/StellaOps.Cli/Validation/LocalValidator.cs,src/Cli/StellaOps.Cli/StellaOps.Cli.csproj,Cli,FAIL,617,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/ExportCenterClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj,ExportCenter,FAIL,312,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/ExportCenterClientOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj,ExportCenter,PASS,23,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/IExportCenterClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj,ExportCenter,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/Extensions/ServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj,ExportCenter,FAIL,94,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/Lifecycle/ExportJobLifecycleHelper.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj,ExportCenter,FAIL,259,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/Models/ExportModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj,ExportCenter,FAIL,295,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/Streaming/ExportDownloadHelper.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client/StellaOps.ExportCenter.Client.csproj,ExportCenter,FAIL,181,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/HarnessDraftParser.cs,src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,306,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/HarnessFixtureException.cs,src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,15,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/HarnessFixtureReader.cs,src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,58,NamespaceNotStellaOps; UsingInsideNamespace,Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/HarnessMath.cs,src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,34,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/Program.cs,src/Findings/StellaOps.Findings.Ledger/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,549,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/tools/LedgerReplayHarness/HarnessFixtureEntry.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,10,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/tools/LedgerReplayHarness/HarnessFixtureException.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,15,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/tools/LedgerReplayHarness/HarnessFixtureReader.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,224,FileLength>100; NamespaceNotStellaOps; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/tools/LedgerReplayHarness/HarnessRunner.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,133,AsyncNaming; FileLength>100; NamespaceNotStellaOps,Rename async methods to end with Async.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/tools/LedgerReplayHarness/HarnessStats.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,27,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/tools/LedgerReplayHarness/ILedgerClient.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,9,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/tools/LedgerReplayHarness/InMemoryLedgerClient.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,17,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/tools/LedgerReplayHarness/MerkleCalculator.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,43,NamespaceNotStellaOps; UsingInsideNamespace,Move using directives outside namespace.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/tools/LedgerReplayHarness/Program.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,56,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Findings/tools/LedgerReplayHarness/TaskThrottler.cs,src/Findings/tools/LedgerReplayHarness/LedgerReplayHarness.csproj,Findings,FAIL,37,AsyncNaming; NamespaceNotStellaOps,Rename async methods to end with Async.; Update namespace to StellaOps.<Area>.
|
|
src/Provenance/StellaOps.Provenance.Attestation.Tool/Program.cs,src/Provenance/StellaOps.Provenance.Attestation.Tool/StellaOps.Provenance.Attestation.Tool.csproj,Provenance,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/Tools/Scheduler.Backfill/BackfillApp.cs,src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.csproj,Scheduler,FAIL,85,AsyncNaming; NamespaceNotStellaOps; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Update namespace to StellaOps.<Area>.
|
|
src/Scheduler/Tools/Scheduler.Backfill/BackfillMappings.cs,src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.csproj,Scheduler,FAIL,21,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Scheduler/Tools/Scheduler.Backfill/BackfillRunner.cs,src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.csproj,Scheduler,FAIL,150,AsyncNaming; FileLength>100; NamespaceNotStellaOps; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Scheduler/Tools/Scheduler.Backfill/Program.cs,src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.csproj,Scheduler,FAIL,4,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Scheduler/Tools/Scheduler.Backfill/Properties/AssemblyInfo.cs,src/Scheduler/Tools/Scheduler.Backfill/Scheduler.Backfill.csproj,Scheduler,PASS,4,,
|
|
src/Symbols/StellaOps.Symbols.Client/DiskLruCache.cs,src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.csproj,Symbols,FAIL,323,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Client/ISymbolsClient.cs,src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.csproj,Symbols,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Client/ServiceCollectionExtensions.cs,src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.csproj,Symbols,FAIL,59,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Symbols/StellaOps.Symbols.Client/SymbolsClient.cs,src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.csproj,Symbols,FAIL,436,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Symbols/StellaOps.Symbols.Client/SymbolsClientOptions.cs,src/Symbols/StellaOps.Symbols.Client/StellaOps.Symbols.Client.csproj,Symbols,PASS,45,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/ITaskRunnerClient.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj,TaskRunner,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/TaskRunnerClient.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj,TaskRunner,FAIL,294,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/TaskRunnerClientOptions.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj,TaskRunner,PASS,43,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/Extensions/TaskRunnerClientServiceCollectionExtensions.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj,TaskRunner,PASS,77,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/Lifecycle/PackRunLifecycleHelper.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj,TaskRunner,FAIL,232,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/Models/PackRunModels.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj,TaskRunner,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/Pagination/Paginator.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj,TaskRunner,FAIL,172,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/Streaming/StreamingLogReader.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Client/StellaOps.TaskRunner.Client.csproj,TaskRunner,FAIL,155,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Tools/FixtureUpdater/FixtureUpdaterApp.cs,src/Tools/FixtureUpdater/FixtureUpdater.csproj,Tools,FAIL,97,AsyncNaming,Rename async methods to end with Async.
|
|
src/Tools/FixtureUpdater/FixtureUpdaterRunner.cs,src/Tools/FixtureUpdater/FixtureUpdater.csproj,Tools,FAIL,534,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Tools/FixtureUpdater/Program.cs,src/Tools/FixtureUpdater/FixtureUpdater.csproj,Tools,FAIL,4,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Tools/GoldenPairs/GoldenPairsApp.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,FAIL,321,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Tools/GoldenPairs/Program.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,PASS,4,,
|
|
src/Tools/GoldenPairs/Models/GoldenDiffReport.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,PASS,63,,
|
|
src/Tools/GoldenPairs/Models/GoldenPairMetadata.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/GoldenPairs/Models/GoldenPairsIndex.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,PASS,39,,
|
|
src/Tools/GoldenPairs/Models/SectionHashModels.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,PASS,21,,
|
|
src/Tools/GoldenPairs/Schema/GoldenPairsSchemaProvider.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,PASS,37,,
|
|
src/Tools/GoldenPairs/Serialization/GoldenPairsJsonSerializer.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,FAIL,79,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Tools/GoldenPairs/Services/DiffPipelineService.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,FAIL,290,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/GoldenPairs/Services/GoldenPairLayout.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,PASS,55,,
|
|
src/Tools/GoldenPairs/Services/GoldenPairLoader.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,FAIL,212,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Tools/GoldenPairs/Services/GoldenPairNormalizer.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,PASS,77,,
|
|
src/Tools/GoldenPairs/Services/GoldenPairsPaths.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,PASS,47,,
|
|
src/Tools/GoldenPairs/Services/GoldenPairsServiceFactory.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,FAIL,52,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Tools/GoldenPairs/Services/PackageMirrorService.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,FAIL,287,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Tools/GoldenPairs/Services/SectionHashProvider.cs,src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj,Tools,FAIL,88,AsyncNaming,Rename async methods to end with Async.
|
|
src/Tools/LanguageAnalyzerSmoke/InternalsVisibleTo.cs,src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.csproj,Tools,FAIL,4,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmokeApp.cs,src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.csproj,Tools,FAIL,114,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmokeRunner.cs,src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.csproj,Tools,FAIL,470,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Tools/LanguageAnalyzerSmoke/Program.cs,src/Tools/LanguageAnalyzerSmoke/LanguageAnalyzerSmoke.csproj,Tools,FAIL,4,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Tools/NotifySmokeCheck/InternalsVisibleTo.cs,src/Tools/NotifySmokeCheck/NotifySmokeCheck.csproj,Tools,FAIL,4,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Tools/NotifySmokeCheck/NotifySmokeCheckApp.cs,src/Tools/NotifySmokeCheck/NotifySmokeCheck.csproj,Tools,FAIL,37,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Tools/NotifySmokeCheck/NotifySmokeCheckRunner.cs,src/Tools/NotifySmokeCheck/NotifySmokeCheck.csproj,Tools,FAIL,517,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Tools/NotifySmokeCheck/Program.cs,src/Tools/NotifySmokeCheck/NotifySmokeCheck.csproj,Tools,FAIL,4,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Tools/PolicyDslValidator/Program.cs,src/Tools/PolicyDslValidator/PolicyDslValidator.csproj,Tools,FAIL,4,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Tools/PolicySchemaExporter/Program.cs,src/Tools/PolicySchemaExporter/PolicySchemaExporter.csproj,Tools,FAIL,4,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Tools/PolicySimulationSmoke/Program.cs,src/Tools/PolicySimulationSmoke/PolicySimulationSmoke.csproj,Tools,FAIL,4,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Tools/RustFsMigrator/InternalsVisibleTo.cs,src/Tools/RustFsMigrator/RustFsMigrator.csproj,Tools,FAIL,4,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Tools/RustFsMigrator/Program.cs,src/Tools/RustFsMigrator/RustFsMigrator.csproj,Tools,FAIL,407,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Tools/RustFsMigrator/RustFsMigratorPaths.cs,src/Tools/RustFsMigrator/RustFsMigrator.csproj,Tools,FAIL,17,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/AzureDevOpsGenerator.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,FAIL,241,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/CiPlatform.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,PASS,25,,
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/GitHubActionsGenerator.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/GitLabCiGenerator.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/IWorkflowGenerator.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,PASS,42,,
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/ScanConfig.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,PASS,90,,
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/TriggerConfig.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,PASS,51,,
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/UploadConfig.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,PASS,48,,
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/WorkflowGeneratorFactory.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,PASS,62,,
|
|
src/Tools/StellaOps.Tools.WorkflowGenerator/WorkflowOptions.cs,src/Tools/StellaOps.Tools.WorkflowGenerator/StellaOps.Tools.WorkflowGenerator.csproj,Tools,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld/HelloWorldPlugin.cs,src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld/StellaOps.Plugin.Samples.HelloWorld.csproj,Plugin,FAIL,124,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/examples/Examples.Billing.Microservice/Program.cs,src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.csproj,Router,FAIL,41,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Router/examples/Examples.Billing.Microservice/Endpoints/CreateInvoiceEndpoint.cs,src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.csproj,Router,FAIL,71,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.Billing.Microservice/Endpoints/GetInvoiceEndpoint.cs,src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.csproj,Router,FAIL,59,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.Billing.Microservice/Endpoints/UploadAttachmentEndpoint.cs,src/Router/examples/Examples.Billing.Microservice/Examples.Billing.Microservice.csproj,Router,FAIL,62,ConfigureAwaitMissing; NamespaceNotStellaOps,Add ConfigureAwait(false) to awaited calls in library-like code.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.Gateway/Program.cs,src/Router/examples/Examples.Gateway/Examples.Gateway.csproj,Router,FAIL,52,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.Inventory.Microservice/Program.cs,src/Router/examples/Examples.Inventory.Microservice/Examples.Inventory.Microservice.csproj,Router,FAIL,39,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Router/examples/Examples.Inventory.Microservice/Endpoints/GetItemEndpoint.cs,src/Router/examples/Examples.Inventory.Microservice/Examples.Inventory.Microservice.csproj,Router,FAIL,65,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.Inventory.Microservice/Endpoints/ListItemsEndpoint.cs,src/Router/examples/Examples.Inventory.Microservice/Examples.Inventory.Microservice.csproj,Router,FAIL,108,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.MultiTransport.Gateway/Program.cs,src/Router/examples/Examples.MultiTransport.Gateway/Examples.MultiTransport.Gateway.csproj,Router,FAIL,103,FileLength>100; NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.NotificationService/Program.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,101,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Router/examples/Examples.NotificationService/Endpoints/BroadcastNotificationEndpoint.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,223,AsyncNaming; ConfigureAwaitMissing; FileLength>100; NamespaceNotStellaOps; UsingInsideNamespace,Add 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.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.NotificationService/Endpoints/GetNotificationsEndpoint.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,151,FileLength>100; NamespaceNotStellaOps; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.NotificationService/Endpoints/MarkNotificationsReadEndpoint.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,97,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.NotificationService/Endpoints/SendNotificationEndpoint.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,129,FileLength>100; NamespaceNotStellaOps; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.NotificationService/Endpoints/SendTemplatedNotificationEndpoint.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,195,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.NotificationService/Endpoints/SubscribeNotificationsEndpoint.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,258,ConfigureAwaitMissing; FileLength>100; NamespaceNotStellaOps; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.NotificationService/Endpoints/UpdatePreferencesEndpoint.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,134,FileLength>100; NamespaceNotStellaOps; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.NotificationService/Models/Notification.cs,src/Router/examples/Examples.NotificationService/Examples.NotificationService.csproj,Router,FAIL,172,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Program.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,119,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Router/examples/Examples.OrderService/Endpoints/CancelOrderEndpoint.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,96,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Endpoints/CreateOrderEndpoint.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,125,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Endpoints/ExportOrdersEndpoint.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,114,ConfigureAwaitMissing; FileLength>100; NamespaceNotStellaOps,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Endpoints/GetOrderEndpoint.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,127,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Endpoints/ListOrdersEndpoint.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,118,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Endpoints/OrderEventsEndpoint.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,196,ConfigureAwaitMissing; FileLength>100; NamespaceNotStellaOps; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Endpoints/UpdateOrderStatusEndpoint.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,117,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Endpoints/UploadOrderDocumentEndpoint.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,136,ConfigureAwaitMissing; FileLength>100; NamespaceNotStellaOps; PrivateFieldNaming; UsingInsideNamespace,Add 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.; Update namespace to StellaOps.<Area>.
|
|
src/Router/examples/Examples.OrderService/Models/Order.cs,src/Router/examples/Examples.OrderService/Examples.OrderService.csproj,Router,FAIL,112,FileLength>100; NamespaceNotStellaOps,Split file to stay <= 100 lines.; Update namespace to StellaOps.<Area>.
|
|
src/__Libraries/StellaOps.Provcache.Api/ApiModels.cs,src/__Libraries/StellaOps.Provcache.Api/StellaOps.Provcache.Api.csproj,__Libraries,FAIL,560,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Provcache.Api/ProvcacheEndpointExtensions.cs,src/__Libraries/StellaOps.Provcache.Api/StellaOps.Provcache.Api.csproj,__Libraries,FAIL,720,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Program.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,1318,FileLength>100; NamespaceNotFileScoped; UsingNotSorted,Convert to file-scoped namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/AdvisoryExecuteRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,PASS,37,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/AdvisoryOutputResponse.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,PASS,70,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/AdvisoryPlanRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,PASS,40,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/AdvisoryPlanResponse.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,PASS,18,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/AdvisoryQueueRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,PASS,17,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/AdvisoryQueueResponse.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,PASS,12,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/ChatContracts.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,400,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/ConsentContracts.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/ExplainRequest.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,PASS,94,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/ExplainResponse.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/JustifyContracts.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/PolicyStudioContracts.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Contracts/RemediationContracts.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Endpoints/AttestationEndpoints.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,332,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Endpoints/ChatEndpoints.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,1226,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Endpoints/EvidencePackEndpoints.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,898,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Endpoints/RunEndpoints.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,909,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Services/AuthorizationService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Services/IAiConsentStore.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Services/IAiJustificationGenerator.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/Services/RateLimitsService.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.WebService/StellaOps.AdvisoryAI.WebService.csproj,AdvisoryAI,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/Program.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.csproj,AdvisoryAI,PASS,21,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/Properties/AssemblyInfo.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.csproj,AdvisoryAI,PASS,4,,
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/Services/AdvisoryTaskWorker.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.csproj,AdvisoryAI,FAIL,159,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/Services/RetryJitterSource.cs,src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.csproj,AdvisoryAI,PASS,28,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/AttestorWebServiceComposition.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,485,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/AttestorWebServiceControllerFeatureProvider.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,52,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/AttestorWebServiceEndpoints.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,712,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Program.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,71,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/WatchlistEndpoints.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,455,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/AttestationBundleContracts.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,90,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/AttestationDetailContracts.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,88,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/AttestationListContracts.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/AttestationSignContracts.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,58,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/BulkVerificationContracts.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,219,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/InTotoLinkContracts.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,249,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/Spdx3BuildProfileContracts.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/VerdictContracts.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/Anchors/AnchorDtos.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Contracts/Proofs/ProofDtos.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Controllers/AnchorsController.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,189,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Controllers/BundlesController.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,484,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Controllers/ChainController.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Controllers/ProofChainController.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Controllers/ProofsController.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Controllers/VerdictController.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,422,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Controllers/VerifyController.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Models/ChainApiModels.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Models/ProofChainModels.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,331,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Options/AttestorWebServiceFeatures.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,13,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Properties/AssemblyInfo.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,4,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Services/ChainQueryService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,364,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Services/IChainQueryService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,81,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Services/IPredicateTypeRouter.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Services/IProofChainQueryService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,42,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Services/IProofVerificationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,PASS,22,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Services/PredicateTypeRouter.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,227,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Services/ProofChainQueryService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,305,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/Services/ProofVerificationService.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.WebService/StellaOps.Attestor.WebService.csproj,Attestor,FAIL,217,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/StellaOps.BinaryIndex.WebService/Program.cs,src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj,BinaryIndex,FAIL,77,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/StellaOps.BinaryIndex.WebService/Controllers/BinaryIndexOpsController.cs,src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj,BinaryIndex,FAIL,324,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/StellaOps.BinaryIndex.WebService/Controllers/GoldenSetController.cs,src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj,BinaryIndex,FAIL,777,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/StellaOps.BinaryIndex.WebService/Controllers/PatchCoverageController.cs,src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj,BinaryIndex,FAIL,332,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/StellaOps.BinaryIndex.WebService/Controllers/ResolutionController.cs,src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj,BinaryIndex,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/StellaOps.BinaryIndex.WebService/Middleware/RateLimitingMiddleware.cs,src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj,BinaryIndex,FAIL,277,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/StellaOps.BinaryIndex.WebService/Services/CachedResolutionService.cs,src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj,BinaryIndex,FAIL,191,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/StellaOps.BinaryIndex.WebService/Telemetry/ResolutionTelemetry.cs,src/BinaryIndex/StellaOps.BinaryIndex.WebService/StellaOps.BinaryIndex.WebService.csproj,BinaryIndex,FAIL,220,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Program.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,4619,AsyncNaming; BlockingAsync; FileLength>100; NamespaceNotFileScoped; ServiceLocator; UsingInsideNamespace,Convert to file-scoped namespace.; 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.
|
|
src/Concelier/StellaOps.Concelier.WebService/AirGap/AirgapBundleBuilder.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,157,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/AirGap/AirgapBundleValidator.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,131,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/AdvisoryChunkResponses.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,74,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/AdvisoryObservationContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,36,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/AdvisoryRawContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/AdvisorySummaryContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,38,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/AirGapMetadataContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,218,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/AttestationContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,23,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/ErrorEnvelopeContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/EvidenceBatchContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,28,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/EvidenceSnapshotContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,23,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/IncidentContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,17,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/LnmLinksetContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,82,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/ObservabilityContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,26,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Contracts/OrchestratorContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,58,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Deprecation/DeprecationHeaders.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,149,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Deprecation/DeprecationMiddleware.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,98,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/StellaOps.Concelier.WebService/Diagnostics/AdvisoryAiMetrics.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,95,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/StellaOps.Concelier.WebService/Diagnostics/ErrorCodes.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Diagnostics/HealthContracts.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,28,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Diagnostics/IngestionMetrics.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,37,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/StellaOps.Concelier.WebService/Diagnostics/JobMetrics.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,26,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/StellaOps.Concelier.WebService/Diagnostics/ProblemTypes.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,14,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Diagnostics/ServiceStatus.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,75,,
|
|
src/Concelier/StellaOps.Concelier.WebService/DualWrite/DualWriteAdvisoryStore.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,56,AsyncNaming,Rename async methods to end with Async.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/AdvisoryRawRequestMapper.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,246,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/AdvisorySummaryMapper.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,58,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/AirGapEndpointExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/CanonicalAdvisoryEndpointExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,518,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/ConfigurationExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,40,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/FederationEndpointExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,469,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/FeedSnapshotEndpointExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,446,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/InterestScoreEndpointExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,316,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/JobRegistrationExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,139,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/MirrorEndpointExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/MirrorRateLimitingExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,344,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/SbomEndpointExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,416,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Extensions/TelemetryExtensions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Filters/JobAuthorizationAuditFilter.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,124,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Jobs/JobDefinitionResponse.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,24,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Jobs/JobRunResponse.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,30,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Jobs/JobTriggerRequest.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,9,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Options/AirGapOptions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Options/ConcelierOptions.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,351,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Options/ConcelierOptionsPostConfigure.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,99,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Options/ConcelierOptionsValidator.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,371,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Properties/AssemblyInfo.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,PASS,4,,
|
|
src/Concelier/StellaOps.Concelier.WebService/Results/ConcelierProblemResultFactory.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,567,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/AdvisoryAiTelemetry.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,145,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/AdvisoryChunkBuilder.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,427,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/AdvisoryChunkCache.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/AdvisoryFingerprint.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,22,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/IncidentFileStore.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,108,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/MessagingAdvisoryChunkCache.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,53,BlockingAsync,Replace .Result/.Wait/GetAwaiter().GetResult() with await.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/MirrorFileLocator.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/MirrorRateLimiter.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,58,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/StellaOps.Concelier.WebService/Services/OpenApiDiscoveryDocumentProvider.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,402,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/StellaOps.Concelier.WebService/Telemetry/IngestObservability.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,25,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/StellaOps.Concelier.WebService/Telemetry/LinksetCacheTelemetry.cs,src/Concelier/StellaOps.Concelier.WebService/StellaOps.Concelier.WebService.csproj,Concelier,FAIL,57,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Doctor/StellaOps.Doctor.WebService/Program.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.WebService/Constants/DoctorPolicies.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,PASS,32,,
|
|
src/Doctor/StellaOps.Doctor.WebService/Constants/DoctorScopes.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,PASS,32,,
|
|
src/Doctor/StellaOps.Doctor.WebService/Contracts/DoctorModels.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,494,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.WebService/Endpoints/DoctorEndpoints.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,228,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.WebService/Endpoints/TimestampingEndpoints.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,360,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.WebService/Options/DoctorServiceOptions.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.WebService/Services/DoctorRunService.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,269,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.WebService/Services/InMemoryReportStorageService.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/StellaOps.Doctor.WebService/Services/IReportStorageService.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,PASS,40,,
|
|
src/Doctor/StellaOps.Doctor.WebService/Services/PostgresReportStorageService.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,268,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/Doctor/StellaOps.Doctor.WebService/Services/TimestampingDashboardProvider.cs,src/Doctor/StellaOps.Doctor.WebService/StellaOps.Doctor.WebService.csproj,Doctor,FAIL,376,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/Program.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.csproj,EvidenceLocker,FAIL,386,FileLength>100; NamespaceNotFileScoped,Convert to file-scoped namespace.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/Audit/EvidenceAuditLogger.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.csproj,EvidenceLocker,FAIL,341,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/Contracts/EvidenceContracts.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.csproj,EvidenceLocker,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/Security/TenantResolution.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.WebService/StellaOps.EvidenceLocker.WebService.csproj,EvidenceLocker,PASS,30,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/Program.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/StellaOps.EvidenceLocker.Worker.csproj,EvidenceLocker,PASS,11,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/Worker.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Worker/StellaOps.EvidenceLocker.Worker.csproj,EvidenceLocker,FAIL,27,AsyncNaming,Rename async methods to end with Async.
|
|
src/Excititor/StellaOps.Excititor.WebService/Program.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,2390,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Program.Helpers.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,253,FileLength>100; NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/AirgapImportRequest.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,39,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/AirgapMirrorContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/AttestationContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,47,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/EvidenceLockerContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,21,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/GraphLinkoutsContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,41,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/GraphOverlayContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,55,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/GraphStatusContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,24,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/GraphTooltipContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,26,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/PolicyContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,53,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexAttestationApiContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,89,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexCandidateContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexConsoleContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,23,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexEvidenceChunkContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,45,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexEvidenceContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexLinksetListContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,50,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexObservationContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,47,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexObservationListContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,21,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Contracts/VexRawContracts.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/AttestationEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/EvidenceEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/IngestEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,289,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/LinksetEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,387,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/MirrorEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,393,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/MirrorRegistrationEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,272,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/ObservationEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,312,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/PolicyEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,279,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/RekorAttestationEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,311,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/ResolveEndpoint.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,584,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Endpoints/RiskFeedEndpoints.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,305,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Extensions/ObservabilityExtensions.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,78,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Extensions/TelemetryExtensions.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Extensions/VexRawDocumentMapper.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,73,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Excititor/StellaOps.Excititor.WebService/Extensions/VexRawRequestMapper.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,153,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Graph/GraphOverlayFactory.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,248,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Graph/GraphStatusFactory.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Graph/GraphTooltipFactory.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Options/AirgapOptions.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,34,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Options/ExcititorObservabilityOptions.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,54,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Options/ExcititorTelemetryOptions.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,24,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Options/GraphOptions.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,15,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Properties/AssemblyInfo.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,5,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/AirgapImportValidator.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,109,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/AirgapModeEnforcer.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,67,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/AirgapSignerTrustService.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,84,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/ExcititorHealthService.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,558,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/GraphOverlayCache.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,57,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/IGraphOverlayStore.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/MessagingGraphOverlayCache.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,77,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/MirrorRateLimiter.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,58,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/OverlayRiskFeedService.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,172,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/PostgresGraphOverlayStore.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,246,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/ScopeAuthorization.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,56,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/VexEvidenceChunkService.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,132,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/VexHashingService.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/VexIngestOrchestrator.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,591,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/VexObservationProjectionService.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,164,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/VexSignatureVerifierV1Adapter.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Services/VexStatementBackfillService.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,32,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Telemetry/ChunkTelemetry.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,50,,
|
|
src/Excititor/StellaOps.Excititor.WebService/Telemetry/ConsoleTelemetry.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,16,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Excititor/StellaOps.Excititor.WebService/Telemetry/EvidenceTelemetry.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,247,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Telemetry/LinksetTelemetry.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,252,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Telemetry/NormalizationTelemetry.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,FAIL,320,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.WebService/Telemetry/VexNormalizationTelemetryRecorder.cs,src/Excititor/StellaOps.Excititor.WebService/StellaOps.Excititor.WebService.csproj,Excititor,PASS,88,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Program.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,135,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.Worker/Auth/ITenantAuthorityClientFactory.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,9,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Auth/TenantAuthorityClientFactory.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,47,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Options/TenantAuthorityOptions.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,26,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Options/TenantAuthorityOptionsValidator.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,30,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Options/VexWorkerOptions.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,79,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Options/VexWorkerOptionsValidator.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,33,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Options/VexWorkerOrchestratorOptions.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,70,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Options/VexWorkerPluginOptions.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,22,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Options/VexWorkerRefreshOptions.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,91,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Excititor/StellaOps.Excititor.Worker/Options/VexWorkerRetryOptions.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,21,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Orchestration/ExcititorOrchestrationExtensions.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,84,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Orchestration/GuidGenerator.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,14,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Orchestration/OrchestratorVexProviderRunner.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,141,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.Worker/Orchestration/VexConnectorMetadata.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.Worker/Orchestration/VexWorkerHeartbeatService.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,154,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.Worker/Orchestration/VexWorkerOrchestratorClient.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,850,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.Worker/Plugins/VexWorkerPluginCatalogDiagnostics.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,34,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Excititor/StellaOps.Excititor.Worker/Plugins/VexWorkerPluginCatalogLoader.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,74,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Properties/AssemblyInfo.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,4,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Scheduling/DefaultVexProviderRunner.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,399,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Excititor/StellaOps.Excititor.Worker/Scheduling/IVexConsensusRefreshScheduler.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,7,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Scheduling/IVexProviderRunner.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,7,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Scheduling/VexConsensusRefreshService.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,676,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/Excititor/StellaOps.Excititor.Worker/Scheduling/VexWorkerHostedService.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,112,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/StellaOps.Excititor.Worker/Scheduling/VexWorkerSchedule.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,PASS,19,,
|
|
src/Excititor/StellaOps.Excititor.Worker/Signature/VerifyingVexRawDocumentSink.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,81,AsyncNaming,Rename async methods to end with Async.
|
|
src/Excititor/StellaOps.Excititor.Worker/Signature/WorkerSignatureVerifier.cs,src/Excititor/StellaOps.Excititor.Worker/StellaOps.Excititor.Worker.csproj,Excititor,FAIL,537,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming,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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/OpenApiDiscoveryEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,272,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace,Move 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Program.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,181,FileLength>100; NamespaceNotFileScoped,Convert to file-scoped namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/ITrivyDbAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,82,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/ITrivyJavaDbAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,75,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyAdapterErrors.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,98,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyAdapterInput.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,279,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyAdapterOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,88,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyDbAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyDbAdapterServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,71,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyDbModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyJavaDbAdapter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,435,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyJavaDbModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivyNamespaceMapper.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivySchemaVersion.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,49,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Adapters/Trivy/TrivySeverityMapper.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,76,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Api/ExportApiEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,1113,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Api/ExportApiModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,645,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Api/ExportApiServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Api/ExportAuditService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Api/IExportProfileRepository.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,67,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Api/IExportRunRepository.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Api/InMemoryExportRepositories.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,441,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/AttestationEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/AttestationServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/ExportAttestationModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/ExportAttestationService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,311,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/ExportAttestationSigner.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,210,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/IExportAttestationService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,54,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/IExportAttestationSigner.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,65,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/IPromotionAttestationAssembler.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,98,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/KmsExportAttestationSigner.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/PromotionAttestationAssembler.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,614,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/PromotionAttestationEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Attestation/PromotionAttestationModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,355,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/AuditBundle/AuditBundleEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/AuditBundle/AuditBundleJobHandler.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,366,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/AuditBundle/AuditBundleServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,23,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/AuditBundle/IAuditBundleJobHandler.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,57,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Deprecation/DeprecatedEndpointsRegistry.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,69,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Deprecation/DeprecationHeaderExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,127,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Deprecation/DeprecationInfo.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,39,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Deprecation/DeprecationNotificationService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Deprecation/DeprecationRouteBuilderExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,63,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/DistributionTargetConfig.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,309,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/ExportDistributionLifecycle.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,494,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/ExportDistributionServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,53,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/IExportDistributionLifecycle.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,261,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/IExportDistributionRepository.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/InMemoryExportDistributionRepository.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,344,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/AIAttestationOciDiscovery.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,503,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/AIAttestationOciPublisher.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,422,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/IOciDistributionClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,59,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciArtifactTypes.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciDistributionClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,530,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciDistributionModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,270,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciDistributionOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciDistributionServiceExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,89,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciImageReference.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciReferrerDiscovery.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,534,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciReferrerDiscoveryService.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,358,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciReferrerFallback.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,401,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciReferrerPushClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,390,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciRegistryAuth.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/OciRegistryConfig.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,489,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Distribution/Oci/RvaOciPublisher.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,372,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/EvidenceLocker/EvidenceLockerServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,219,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/EvidenceLocker/ExportEvidenceLockerClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,388,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/EvidenceLocker/ExportEvidenceModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/EvidenceLocker/ExportMerkleTreeCalculator.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,94,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/EvidenceLocker/IExportEvidenceLockerClient.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,59,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/ExceptionReport/ExceptionReportEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/ExceptionReport/ExceptionReportGenerator.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,535,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/ExceptionReport/ExceptionReportServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,28,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/ExceptionReport/IExceptionReportGenerator.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Incident/ExportIncidentEvents.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Incident/ExportIncidentManager.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,601,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Incident/ExportIncidentModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,333,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Incident/IExportIncidentManager.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,99,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Incident/IncidentEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Incident/IncidentServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,34,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Lineage/LineageExportEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,425,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Lineage/LineageExportServiceExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,28,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/RiskBundle/IRiskBundleJobHandler.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,56,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/RiskBundle/RiskBundleEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,143,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/RiskBundle/RiskBundleJobHandler.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,610,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/RiskBundle/RiskBundleJobModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,396,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/RiskBundle/RiskBundleServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,40,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/SimulationExport/ISimulationReportExporter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,60,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/SimulationExport/SimulationExportEndpoints.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,169,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/SimulationExport/SimulationExportModels.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,545,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/SimulationExport/SimulationExportServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,31,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/SimulationExport/SimulationReportExporter.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,810,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Telemetry/ExportActivityExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Telemetry/ExportLoggerExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Telemetry/ExportRunTelemetryContext.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,222,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Telemetry/ExportTelemetry.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,381,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Telemetry/TelemetryServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,69,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Timeline/ExportTimelineEvents.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Timeline/ExportTimelineEventTypes.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,15,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Timeline/ExportTimelinePublisher.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,FAIL,471,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Timeline/IExportTimelinePublisher.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,87,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/Timeline/TimelineServiceCollectionExtensions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.WebService/StellaOps.ExportCenter.WebService.csproj,ExportCenter,PASS,74,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/DevPortalOfflineWorkerOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.csproj,ExportCenter,PASS,20,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/Program.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.csproj,ExportCenter,FAIL,47,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/RiskBundleOptionsValidation.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.csproj,ExportCenter,PASS,83,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/RiskBundleWorker.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.csproj,ExportCenter,FAIL,86,AsyncNaming,Rename async methods to end with Async.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/RiskBundleWorkerOptions.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.csproj,ExportCenter,PASS,77,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/Worker.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Worker/StellaOps.ExportCenter.Worker.csproj,ExportCenter,FAIL,89,AsyncNaming,Rename async methods to end with Async.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Program.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,2045,FileLength>100; NamespaceNotFileScoped; ServiceLocator,Convert to file-scoped namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/AirgapImportContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,38,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/AlertContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,395,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/AttestationContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,30,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/AttestationPointerContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,345,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/BackportContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/EvidenceGraphContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/ExportContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/FindingSummary.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/LedgerEventRequest.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,71,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/LedgerEventResponse.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,31,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/OrchestratorExportContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,38,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/RuntimeTracesContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/ScoringContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,647,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/SnapshotContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,462,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/StateTransitionContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,62,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Contracts/VexLensContracts.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Endpoints/BackportEndpoints.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,93,AsyncNaming,Rename async methods to end with Async.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Endpoints/EvidenceGraphEndpoints.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,59,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Endpoints/FindingSummaryEndpoints.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,69,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Endpoints/ReachabilityMapEndpoints.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,41,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Endpoints/RuntimeTimelineEndpoints.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,50,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Endpoints/RuntimeTracesEndpoints.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,122,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Endpoints/ScoringEndpoints.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,240,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Endpoints/WebhookEndpoints.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,176,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Mappings/LedgerEventMapping.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,75,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/AttestationQueryService.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,269,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/EvidenceGraphBuilder.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,427,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/ExportQueryService.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,306,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/FindingEvidenceProvider.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,292,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/FindingScoringService.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,531,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/FindingSummaryBuilder.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/FindingSummaryService.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,69,AsyncNaming,Rename async methods to end with Async.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/NullBackportEvidenceService.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,29,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/NullRuntimeTracesService.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,PASS,32,,
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/ScoreHistoryStore.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/StubEndpointServices.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,68,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/VexConsensusService.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,557,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.WebService/Services/WebhookService.cs,src/Findings/StellaOps.Findings.Ledger.WebService/StellaOps.Findings.Ledger.WebService.csproj,Findings,FAIL,314,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Gateway/StellaOps.Gateway.WebService/Program.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,283,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Gateway/StellaOps.Gateway.WebService/Authorization/AuthorizationMiddleware.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,101,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Gateway/StellaOps.Gateway.WebService/Authorization/EffectiveClaimsStore.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,PASS,98,,
|
|
src/Gateway/StellaOps.Gateway.WebService/Authorization/IEffectiveClaimsStore.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,PASS,16,,
|
|
src/Gateway/StellaOps.Gateway.WebService/Configuration/GatewayOptions.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Gateway/StellaOps.Gateway.WebService/Configuration/GatewayOptionsValidator.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,PASS,40,,
|
|
src/Gateway/StellaOps.Gateway.WebService/Configuration/GatewayValueParser.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,PASS,83,,
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/ClaimsPropagationMiddleware.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,90,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/CorrelationIdMiddleware.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,64,AsyncNaming,Rename async methods to end with Async.
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/GatewayContextKeys.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,PASS,14,,
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/GatewayRoutes.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,35,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/HealthCheckMiddleware.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,91,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/IdentityHeaderPolicyMiddleware.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,335,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/RequestRoutingMiddleware.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,PASS,23,,
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/SenderConstraintMiddleware.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,216,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Gateway/StellaOps.Gateway.WebService/Middleware/TenantMiddleware.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,41,AsyncNaming,Rename async methods to end with Async.
|
|
src/Gateway/StellaOps.Gateway.WebService/Security/AllowAllAuthenticationHandler.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,PASS,32,,
|
|
src/Gateway/StellaOps.Gateway.WebService/Services/GatewayHealthMonitorService.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,107,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Gateway/StellaOps.Gateway.WebService/Services/GatewayHostedService.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,533,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Gateway/StellaOps.Gateway.WebService/Services/GatewayMetrics.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,40,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Gateway/StellaOps.Gateway.WebService/Services/GatewayServiceStatus.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,PASS,29,,
|
|
src/Gateway/StellaOps.Gateway.WebService/Services/GatewayTransportClient.cs,src/Gateway/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Gateway,FAIL,255,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Program.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,401,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,46,,
|
|
src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,349,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,372,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,41,,
|
|
src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,45,,
|
|
src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,9,,
|
|
src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,12,,
|
|
src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,12,,
|
|
src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,9,,
|
|
src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,9,,
|
|
src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,9,,
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,176,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,153,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,23,,
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,258,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,230,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphRepository.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,352,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,138,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,117,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,FAIL,336,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,13,,
|
|
src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,58,,
|
|
src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs,src/Graph/StellaOps.Graph.Api/StellaOps.Graph.Api.csproj,Graph,PASS,65,,
|
|
src/Integrations/StellaOps.Integrations.WebService/IntegrationEndpoints.cs,src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.csproj,Integrations,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/StellaOps.Integrations.WebService/IntegrationPluginLoader.cs,src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.csproj,Integrations,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Integrations/StellaOps.Integrations.WebService/IntegrationService.cs,src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.csproj,Integrations,FAIL,324,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Integrations/StellaOps.Integrations.WebService/Program.cs,src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.csproj,Integrations,FAIL,95,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Integrations/StellaOps.Integrations.WebService/Infrastructure/Abstractions.cs,src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.csproj,Integrations,PASS,28,,
|
|
src/Integrations/StellaOps.Integrations.WebService/Infrastructure/DefaultImplementations.cs,src/Integrations/StellaOps.Integrations.WebService/StellaOps.Integrations.WebService.csproj,Integrations,PASS,75,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Program.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,FAIL,255,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Constants/IssuerDirectoryHeaders.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,PASS,7,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Contracts/IssuerDtos.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Contracts/IssuerKeyDtos.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,PASS,64,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Contracts/IssuerTrustDtos.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,PASS,45,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Endpoints/IssuerEndpoints.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,FAIL,167,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Endpoints/IssuerKeyEndpoints.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,FAIL,191,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Endpoints/IssuerTrustEndpoints.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,FAIL,111,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Options/IssuerDirectoryWebServiceOptions.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Security/IssuerDirectoryPolicies.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,PASS,9,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Services/ActorResolver.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,PASS,18,,
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Services/ScopeAuthorization.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,FAIL,54,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/Services/TenantResolver.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.WebService/StellaOps.IssuerDirectory.WebService.csproj,IssuerDirectory,PASS,38,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Program.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,3219,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/AttestationEventRequest.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,25,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/ChannelContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,17,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/DeadLetterContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/DeliveryContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/EscalationContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/IncidentContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/LocalizationContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,46,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/PackApprovalAckRequest.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,36,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/PackApprovalRequest.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,89,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/QuietHoursContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,61,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/RetentionContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/RiskEventRequest.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,25,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/RuleContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/SecurityContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,306,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/SimulationContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,31,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Contracts/TemplateContracts.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/EscalationEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,799,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/FallbackEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/IncidentEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,317,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/IncidentLiveFeed.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,318,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/LocalizationEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,308,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/NotifyApiEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,721,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/ObservabilityEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,546,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/OperatorOverrideEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,315,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/QuietHoursEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,354,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/RuleEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,408,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/SecurityEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,334,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/SimulationEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,384,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/StormBreakerEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/TemplateEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,420,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Endpoints/ThrottleEndpoints.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Extensions/OpenApiExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,13,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Services/AdvancedTemplateRenderer.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,350,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Services/DefaultLocalizationResolver.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Services/INotifyTemplateRenderer.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,17,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Services/INotifyTemplateService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,104,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Services/NotifyTemplateService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,275,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Setup/AttestationTemplateSeeder.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,258,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Setup/NullNotifyEventQueue.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,23,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Setup/OpenApiDocumentCache.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,39,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Setup/PackApprovalTemplateSeeder.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,235,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Setup/RiskTemplateSeeder.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,260,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Setup/WebServiceAssemblyMarker.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,7,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Storage/Compat/EscalationPolicyCompat.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,77,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Storage/Compat/MaintenanceWindowCompat.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,87,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Storage/Compat/OnCallScheduleCompat.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Storage/Compat/OperatorOverrideCompat.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,53,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Storage/Compat/PackApprovalCompat.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,40,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Storage/Compat/QuietHoursCompat.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,92,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/Storage/Compat/ThrottleConfigCompat.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.WebService/StellaOps.Notifier.WebService.csproj,Notifier,PASS,50,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Program.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,78,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/ChannelAdapterFactory.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,139,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/ChannelAdapterOptions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,63,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/ChatWebhookChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,412,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/CliChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,193,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/EmailChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,384,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/IChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/InAppChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,486,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/InAppInboxChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/INotifyChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,29,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/OpsGenieChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,578,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/PagerDutyChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,534,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/SlackChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,109,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Channels/WebhookChannelAdapter.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,359,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/CorrelationEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,369,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/CorrelationServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/DefaultCorrelationKeyEvaluator.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,127,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/ICorrelationEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/ICorrelationKeyBuilder.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,247,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/ICorrelationKeyEvaluator.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,46,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/IncidentManager.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,322,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/IOperatorOverrideService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,260,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/IQuietHourCalendar.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,276,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/ISuppressionAuditLogger.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/IThrottleConfigService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,227,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/NotifyIncident.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,39,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/NotifyThrottler.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/OperatorOverrideService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,385,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/QuietHourCalendarService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,386,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/QuietHoursCalendarService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,458,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/QuietHoursEvaluator.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,345,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/QuietHoursServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,27,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/SuppressionAuditLogger.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,121,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/ThrottleConfigService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,328,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Correlation/ThrottleConfigurationService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,242,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/DeadLetter/IDeadLetterService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/DeadLetter/InMemoryDeadLetterService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,296,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Digest/DigestGenerator.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,475,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Digest/DigestScheduler.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,356,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Digest/DigestScheduleRunner.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,495,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Digest/DigestServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Digest/DigestTypes.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,25,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Digest/IDigestGenerator.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,340,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Dispatch/DeliveryDispatchWorker.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,297,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Dispatch/INotifyChannelDispatcher.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,88,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Dispatch/INotifyTemplateRenderer.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,48,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Dispatch/SimpleTemplateRenderer.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Dispatch/WebhookChannelDispatcher.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,201,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/AckBridge.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,289,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/DefaultOnCallResolver.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,82,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/EscalationEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,625,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/EscalationPolicyService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,201,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/EscalationServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,65,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/ExternalIntegrationAdapters.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,493,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/IAckBridge.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/IEscalationEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,346,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/IEscalationPolicyService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/InboxChannelAdapters.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,649,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/IOnCallResolver.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,26,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/IOnCallScheduleService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,360,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Escalation/OnCallScheduleService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,435,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Fallback/IFallbackHandler.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,616,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Localization/ILocalizationService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,808,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Observability/DefaultNotifyMetrics.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,234,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Observability/IChaosEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,475,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Observability/IChaosTestRunner.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,1123,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Observability/IDeadLetterHandler.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,353,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Observability/INotifierMetrics.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,804,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Observability/INotifierTracing.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,397,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Observability/INotifyMetrics.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,99,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Observability/ObservabilityServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,244,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Options/EgressSloOptions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,17,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Options/NotifierWorkerOptions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,30,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Processing/DefaultNotifyRuleEvaluator.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,302,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Processing/EgressSloContext.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,47,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Processing/HttpEgressSloSink.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,95,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Processing/IdempotencyKeyBuilder.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,32,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Processing/IEgressSloSink.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,18,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Processing/NotifierDispatchWorker.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,298,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Processing/NotifierEventProcessor.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,336,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Processing/NotifierEventWorker.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,122,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Properties/AssemblyInfo.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,4,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Retention/DefaultRetentionPolicyService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,301,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Retention/IRetentionPolicyService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Retention/RetentionOptions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,15,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Security/HmacAckTokenService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,285,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Security/IAckTokenService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Security/IHtmlSanitizer.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,888,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Security/ISigningService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,571,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Security/ITenantIsolationValidator.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,1123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Security/IWebhookSecurityService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,799,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Security/SecurityServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Simulation/DefaultNotifySimulationEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,628,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Simulation/INotifySimulationEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,36,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Simulation/ISimulationEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,376,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Simulation/NotifySimulation.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Simulation/SimulationEngine.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,538,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Simulation/SimulationServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,58,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Storage/InMemoryNotifyRepositories.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,764,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StormBreaker/IStormBreaker.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,653,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StormBreaker/StormBreakerServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Templates/EnhancedTemplateRenderer.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,578,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Templates/INotifyTemplateService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Templates/NotifyTemplateService.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,388,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Templates/TemplateServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,34,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Tenancy/ITenantChannelResolver.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,483,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Tenancy/ITenantContext.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,273,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Tenancy/ITenantNotificationEnricher.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,302,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Tenancy/ITenantRlsEnforcer.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,457,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Tenancy/TenancyServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,178,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Tenancy/TenantMiddleware.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,FAIL,263,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/Tenancy/TenantServiceExtensions.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Worker/StellaOps.Notifier.Worker.csproj,Notifier,PASS,98,,
|
|
src/Notify/StellaOps.Notify.WebService/Program.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,FAIL,1504,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Notify/StellaOps.Notify.WebService/Program.Partial.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,FAIL,2,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Notify/StellaOps.Notify.WebService/Contracts/ChannelHealthResponse.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,19,,
|
|
src/Notify/StellaOps.Notify.WebService/Contracts/ChannelTestSendRequest.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,57,,
|
|
src/Notify/StellaOps.Notify.WebService/Contracts/ChannelTestSendResponse.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,18,,
|
|
src/Notify/StellaOps.Notify.WebService/Contracts/DigestRequests.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,11,,
|
|
src/Notify/StellaOps.Notify.WebService/Contracts/LockRequests.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,6,,
|
|
src/Notify/StellaOps.Notify.WebService/Diagnostics/ServiceStatus.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,48,,
|
|
src/Notify/StellaOps.Notify.WebService/Extensions/ConfigurationExtensions.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,FAIL,39,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Notify/StellaOps.Notify.WebService/Hosting/NotifyPluginHostFactory.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,46,,
|
|
src/Notify/StellaOps.Notify.WebService/Internal/JsonHttpResult.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,FAIL,30,AsyncNaming,Rename async methods to end with Async.
|
|
src/Notify/StellaOps.Notify.WebService/Options/NotifyWebServiceOptions.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/StellaOps.Notify.WebService/Options/NotifyWebServiceOptionsPostConfigure.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,48,,
|
|
src/Notify/StellaOps.Notify.WebService/Options/NotifyWebServiceOptionsValidator.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/StellaOps.Notify.WebService/Plugins/NotifyPluginRegistry.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,57,,
|
|
src/Notify/StellaOps.Notify.WebService/Security/AllowAllAuthenticationHandler.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,33,,
|
|
src/Notify/StellaOps.Notify.WebService/Security/NotifyPolicies.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,9,,
|
|
src/Notify/StellaOps.Notify.WebService/Security/NotifyRateLimitPolicies.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,9,,
|
|
src/Notify/StellaOps.Notify.WebService/Services/NotifyChannelHealthService.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/StellaOps.Notify.WebService/Services/NotifyChannelTestService.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,FAIL,315,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/StellaOps.Notify.WebService/Services/NotifySchemaMigrationService.cs,src/Notify/StellaOps.Notify.WebService/StellaOps.Notify.WebService.csproj,Notify,PASS,19,,
|
|
src/Notify/StellaOps.Notify.Worker/NotifyWorkerOptions.cs,src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj,Notify,PASS,53,,
|
|
src/Notify/StellaOps.Notify.Worker/Program.cs,src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj,Notify,PASS,34,,
|
|
src/Notify/StellaOps.Notify.Worker/Handlers/INotifyEventHandler.cs,src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj,Notify,PASS,12,,
|
|
src/Notify/StellaOps.Notify.Worker/Handlers/NoOpNotifyEventHandler.cs,src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj,Notify,PASS,27,,
|
|
src/Notify/StellaOps.Notify.Worker/Processing/NotifyEventLeaseProcessor.cs,src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj,Notify,FAIL,148,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Notify/StellaOps.Notify.Worker/Processing/NotifyEventLeaseWorker.cs,src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj,Notify,FAIL,65,AsyncNaming,Rename async methods to end with Async.
|
|
src/Notify/StellaOps.Notify.Worker/Properties/AssemblyInfo.cs,src/Notify/StellaOps.Notify.Worker/StellaOps.Notify.Worker.csproj,Notify,PASS,4,,
|
|
src/OpsMemory/StellaOps.OpsMemory.WebService/Program.cs,src/OpsMemory/StellaOps.OpsMemory.WebService/StellaOps.OpsMemory.WebService.csproj,OpsMemory,PASS,50,,
|
|
src/OpsMemory/StellaOps.OpsMemory.WebService/Endpoints/OpsMemoryEndpoints.cs,src/OpsMemory/StellaOps.OpsMemory.WebService/StellaOps.OpsMemory.WebService.csproj,OpsMemory,FAIL,565,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Program.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,149,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/AuditLedgerContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,339,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/DagContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,PASS,47,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/FirstSignalResponse.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,PASS,46,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/JobContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/OpenApiDocuments.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,761,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/PackRegistryContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,293,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/PackRunContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,361,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/PaginationContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,PASS,23,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/QuotaContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,353,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/RunContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,PASS,56,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/SourceContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,PASS,39,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Contracts/WorkerContracts.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,158,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/AuditEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,258,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/DagEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,243,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/DeadLetterEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,683,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/ExportJobEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,382,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/FirstSignalEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,117,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/HealthEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,187,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/JobEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,209,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/KpiEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,147,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/LedgerEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,570,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/OpenApiEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,42,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/PackRegistryEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,876,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/PackRunEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,1056,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/QuotaEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,376,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/RunEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,181,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/ScaleEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,248,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/SloEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,748,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/SourceEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,92,AsyncNaming,Rename async methods to end with Async.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/StreamEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,175,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Endpoints/WorkerEndpoints.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,371,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Services/DeprecationHeaders.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,PASS,38,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Services/EndpointHelpers.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Services/TenantResolver.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,124,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Streaming/JobStreamCoordinator.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,145,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Streaming/PackRunStreamCoordinator.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,309,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Streaming/RunStreamCoordinator.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,217,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Streaming/SseWriter.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,87,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Streaming/StreamOptions.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,68,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/Streaming/StreamPayloads.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.WebService/StellaOps.Orchestrator.WebService.csproj,Orchestrator,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/Program.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/StellaOps.Orchestrator.Worker.csproj,Orchestrator,PASS,8,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/Worker.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Worker/StellaOps.Orchestrator.Worker.csproj,Orchestrator,FAIL,17,AsyncNaming,Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Program.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,FAIL,763,FileLength>100,Split file to stay <= 100 lines.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/AttestationResponse.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,10,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/AttestationUploadRequest.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,10,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/ComplianceSummaryResponse.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,10,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/LifecycleRequest.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,12,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/LifecycleResponse.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,9,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/MirrorRequest.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,11,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/MirrorResponse.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,10,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/MirrorSyncRequest.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,9,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/OfflineSeedRequest.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,10,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/PackManifestResponse.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,12,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/PackResponse.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,19,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/PackUploadRequest.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,31,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/ParityRequest.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,12,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/ParityResponse.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,9,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Contracts/RotateSignatureRequest.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,13,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Options/AuthOptions.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,9,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/Options/VerificationOptions.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.WebService/StellaOps.PacksRegistry.WebService.csproj,PacksRegistry,PASS,7,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/Program.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/StellaOps.PacksRegistry.Worker.csproj,PacksRegistry,PASS,8,,
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/Worker.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Worker/StellaOps.PacksRegistry.Worker.csproj,PacksRegistry,FAIL,17,AsyncNaming,Rename async methods to end with Async.
|
|
src/Platform/StellaOps.Platform.WebService/Program.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Constants/PlatformPolicies.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,34,,
|
|
src/Platform/StellaOps.Platform.WebService/Constants/PlatformScopes.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,34,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/AnalyticsModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,68,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/FunctionMapModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,240,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/HealthModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,40,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/MetadataModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,18,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/OnboardingModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,32,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/PlatformResponseModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,25,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/PolicyInteropModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,310,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/PreferenceModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,29,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/QuotaModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,30,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/ScoreHistoryRecord.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,48,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/ScoreModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,671,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/SearchModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,22,,
|
|
src/Platform/StellaOps.Platform.WebService/Contracts/SetupWizardModels.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,442,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Endpoints/AnalyticsEndpoints.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,330,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Endpoints/EvidenceThreadEndpoints.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,653,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Endpoints/FunctionMapEndpoints.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Endpoints/PlatformEndpoints.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,497,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Endpoints/PolicyInteropEndpoints.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Endpoints/ScoreEndpoints.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,356,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Endpoints/SetupEndpoints.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,290,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Options/PlatformServiceOptions.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/FunctionMapService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,300,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/IFunctionMapService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,65,,
|
|
src/Platform/StellaOps.Platform.WebService/Services/InMemoryScoreHistoryStore.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,69,,
|
|
src/Platform/StellaOps.Platform.WebService/Services/IPolicyInteropService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,35,,
|
|
src/Platform/StellaOps.Platform.WebService/Services/IScoreEvaluationService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,83,,
|
|
src/Platform/StellaOps.Platform.WebService/Services/IScoreHistoryStore.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,44,,
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformAggregationMetrics.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,94,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformAnalyticsDataSource.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,68,AsyncNaming,Rename async methods to end with Async.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformAnalyticsMaintenanceExecutor.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,57,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformAnalyticsMaintenanceService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,227,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformAnalyticsQueryExecutor.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,180,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformAnalyticsService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,248,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformCache.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,61,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformHealthService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,193,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformMetadataService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,106,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformOnboardingService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,204,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformPreferencesService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,256,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformQuotaService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,210,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformRequestContext.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,7,,
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformRequestContextResolver.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformSearchService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,180,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformSetupService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,477,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PlatformUserKey.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,PASS,14,,
|
|
src/Platform/StellaOps.Platform.WebService/Services/PolicyInteropService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,425,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/PostgresScoreHistoryStore.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,190,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Platform/StellaOps.Platform.WebService/Services/ScoreEvaluationService.cs,src/Platform/StellaOps.Platform.WebService/StellaOps.Platform.WebService.csproj,Platform,FAIL,489,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/IPluginHost.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/PluginHost.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,420,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/PluginHostOptions.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Context/PluginConfiguration.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,223,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Context/PluginContext.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Context/PluginLogger.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,114,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Context/PluginServices.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,121,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Dependencies/DependencyGraph.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Dependencies/IPluginDependencyResolver.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,PASS,76,,
|
|
src/Plugin/StellaOps.Plugin.Host/Dependencies/PluginDependencyResolver.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,321,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Discovery/CompositePluginDiscovery.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,104,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Discovery/EmbeddedPluginDiscovery.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Discovery/FileSystemPluginDiscovery.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,289,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Discovery/IPluginDiscovery.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,PASS,61,,
|
|
src/Plugin/StellaOps.Plugin.Host/Extensions/ServiceCollectionExtensions.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,166,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Health/IPluginHealthMonitor.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,PASS,61,,
|
|
src/Plugin/StellaOps.Plugin.Host/Health/PluginHealthMonitor.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,255,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Lifecycle/IPluginLifecycleManager.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,PASS,83,,
|
|
src/Plugin/StellaOps.Plugin.Host/Lifecycle/PluginLifecycleManager.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Lifecycle/PluginStateMachine.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Loading/AssemblyPluginLoader.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,215,AssemblyLoadFrom; AsyncNaming; FileLength>100,Avoid Assembly.LoadFrom outside the plugin loader.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Host/Loading/IHostPluginLoader.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,PASS,61,,
|
|
src/Plugin/StellaOps.Plugin.Host/Loading/PluginAssemblyLoadContext.cs,src/Plugin/StellaOps.Plugin.Host/StellaOps.Plugin.Host.csproj,Plugin,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Program.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,666,BlockingAsync; FileLength>100; NamespaceNotFileScoped; ServiceLocator,Convert to file-scoped namespace.; Remove service locator usage; use constructor injection.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Clients/IPolicyEngineClient.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,PASS,28,,
|
|
src/Policy/StellaOps.Policy.Gateway/Clients/PolicyEngineClient.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,258,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Clients/PolicyEngineResponse.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,PASS,33,,
|
|
src/Policy/StellaOps.Policy.Gateway/Clients/PolicyEngineResponseExtensions.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,PASS,73,,
|
|
src/Policy/StellaOps.Policy.Gateway/Contracts/CvssContracts.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,PASS,35,,
|
|
src/Policy/StellaOps.Policy.Gateway/Contracts/DeltaContracts.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,295,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Contracts/ExceptionContracts.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,467,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Contracts/GateContracts.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,244,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Contracts/PolicyPackContracts.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,PASS,46,,
|
|
src/Policy/StellaOps.Policy.Gateway/Contracts/ScoreGateContracts.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,446,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Contracts/ToolLatticeContracts.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,PASS,25,,
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/DeltasEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,374,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/ExceptionApprovalEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,876,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/ExceptionEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,561,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/GateEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,401,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/GatesEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,1004,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/GovernanceEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,933,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/RegistryWebhookEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,408,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/ScoreGateEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,552,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Endpoints/ToolLatticeEndpoints.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Infrastructure/GatewayForwardingContext.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,61,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Gateway/Options/PolicyGatewayOptions.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,325,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Properties/AssemblyInfo.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,PASS,4,,
|
|
src/Policy/StellaOps.Policy.Gateway/Services/ApprovalWorkflowService.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,277,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/DeltaSnapshotServiceAdapter.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,68,AsyncNaming,Rename async methods to end with Async.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/ExceptionExpiryWorker.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,237,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/ExceptionQueryService.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,229,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/ExceptionService.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,607,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/IExceptionService.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,235,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/InMemoryGateEvaluationQueue.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,186,AsyncNaming; BlockingAsync; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/PolicyEngineTokenProvider.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,125,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/PolicyGatewayAuthorization.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,PASS,25,,
|
|
src/Policy/StellaOps.Policy.Gateway/Services/PolicyGatewayDpopHandler.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,44,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/PolicyGatewayDpopProofGenerator.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,241,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/StellaOps.Policy.Gateway/Services/PolicyGatewayMetrics.cs,src/Policy/StellaOps.Policy.Gateway/StellaOps.Policy.Gateway.csproj,Policy,FAIL,52,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Program.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,122,FileLength>100; NamespaceNotFileScoped; ServiceLocator,Convert to file-scoped namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Controllers/CveMappingController.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,550,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Controllers/ReachGraphController.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,252,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/CveMapping/ICveSymbolMappingService.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,152,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Models/ReachGraphContracts.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Services/IReachGraphReplayService.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,PASS,17,,
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Services/IReachGraphSliceService.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,PASS,41,,
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Services/IReachGraphStoreService.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,PASS,34,,
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Services/PaginationService.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,196,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Services/ReachGraphReplayService.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,140,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Services/ReachGraphSliceService.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,523,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReachGraph/StellaOps.ReachGraph.WebService/Services/ReachGraphStoreService.cs,src/ReachGraph/StellaOps.ReachGraph.WebService/StellaOps.ReachGraph.WebService.csproj,ReachGraph,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Replay/StellaOps.Replay.WebService/Program.cs,src/Replay/StellaOps.Replay.WebService/StellaOps.Replay.WebService.csproj,Replay,FAIL,482,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Replay/StellaOps.Replay.WebService/VerdictReplayEndpoints.cs,src/Replay/StellaOps.Replay.WebService/StellaOps.Replay.WebService.csproj,Replay,FAIL,335,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.WebService/Program.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.WebService/StellaOps.RiskEngine.WebService.csproj,RiskEngine,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/Program.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/StellaOps.RiskEngine.Worker.csproj,RiskEngine,PASS,8,,
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/Worker.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Worker/StellaOps.RiskEngine.Worker.csproj,RiskEngine,FAIL,17,AsyncNaming,Rename async methods to end with Async.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/ApplicationBuilderExtensions.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,98,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/GlobalUsings.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,7,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RouterHttpContextKeys.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,33,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/AuthorityClaimsRefreshService.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,141,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/AuthorityConnectionOptions.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,45,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/AuthorizationMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,110,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/AuthorizationServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/EffectiveClaimsStore.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/EndpointKey.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,25,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/HttpAuthorityClaimsProvider.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,135,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/IAuthorityClaimsProvider.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,40,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Authorization/IEffectiveClaimsStore.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,41,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Configuration/HealthOptions.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,37,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Configuration/RouterNodeConfig.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,61,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Configuration/RoutingOptions.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,68,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/DependencyInjection/RouterServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/AttestationMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,401,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/ByteCountingStream.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,136,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/EndpointResolutionMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,45,AsyncNaming,Rename async methods to end with Async.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/GlobalErrorHandlerMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,59,AsyncNaming,Rename async methods to end with Async.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/PayloadLimitExceededException.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,30,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/PayloadLimitsMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,173,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/PayloadTracker.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/RequestLoggingMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,39,AsyncNaming,Rename async methods to end with Async.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/RouterErrorWriter.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,55,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/RoutingDecisionMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,112,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Middleware/TransportDispatchMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,476,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/OpenApi/ClaimSecurityMapper.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/OpenApi/IOpenApiDocumentGenerator.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,14,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/OpenApi/IRouterOpenApiDocumentCache.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,19,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/OpenApi/OpenApiAggregationOptions.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,63,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/OpenApi/OpenApiDocumentGenerator.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,287,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/OpenApi/OpenApiEndpoints.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,125,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/OpenApi/RouterOpenApiDocumentCache.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,71,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/CircuitBreaker.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/EnvironmentRateLimiter.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,123,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/InMemoryValkeyRateLimitStore.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/InstanceRateLimiter.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,318,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/LimitInheritanceResolver.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,98,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/RateLimitConfig.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,577,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/RateLimitDecision.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,58,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/RateLimitMetrics.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,183,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/RateLimitMiddleware.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,144,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/RateLimitRouteMatcher.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/RateLimitRule.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,36,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/RateLimitService.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,178,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/RateLimitServiceCollectionExtensions.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,135,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/RateLimit/ValkeyRateLimitStore.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,191,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Routing/DefaultRoutingPlugin.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,262,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Services/ConnectionManager.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,215,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Services/HealthMonitorService.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,121,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Services/PingTracker.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,PASS,85,,
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/Services/RekorSubmissionService.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,459,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Libraries/StellaOps.Router.Gateway/State/InMemoryRoutingState.cs,src/Router/__Libraries/StellaOps.Router.Gateway/StellaOps.Router.Gateway.csproj,Router,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Gateway.WebService/Program.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,325,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Gateway.WebService/Authorization/AuthorizationMiddleware.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,101,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Gateway.WebService/Authorization/EffectiveClaimsStore.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,PASS,98,,
|
|
src/Router/StellaOps.Gateway.WebService/Authorization/IEffectiveClaimsStore.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,PASS,16,,
|
|
src/Router/StellaOps.Gateway.WebService/Configuration/GatewayOptions.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Gateway.WebService/Configuration/GatewayOptionsValidator.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,PASS,40,,
|
|
src/Router/StellaOps.Gateway.WebService/Configuration/GatewayValueParser.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,PASS,83,,
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/ClaimsPropagationMiddleware.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,90,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/CorrelationIdMiddleware.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,64,AsyncNaming,Rename async methods to end with Async.
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/GatewayContextKeys.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,PASS,14,,
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/GatewayRoutes.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,35,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/HealthCheckMiddleware.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,91,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/IdentityHeaderPolicyMiddleware.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,335,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/RequestRoutingMiddleware.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,PASS,23,,
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/SenderConstraintMiddleware.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,216,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Gateway.WebService/Middleware/TenantMiddleware.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,41,AsyncNaming,Rename async methods to end with Async.
|
|
src/Router/StellaOps.Gateway.WebService/Security/AllowAllAuthenticationHandler.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,PASS,32,,
|
|
src/Router/StellaOps.Gateway.WebService/Services/GatewayHealthMonitorService.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,107,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Gateway.WebService/Services/GatewayHostedService.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,533,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/StellaOps.Gateway.WebService/Services/GatewayMetrics.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,40,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Router/StellaOps.Gateway.WebService/Services/GatewayServiceStatus.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,PASS,29,,
|
|
src/Router/StellaOps.Gateway.WebService/Services/GatewayTransportClient.cs,src/Router/StellaOps.Gateway.WebService/StellaOps.Gateway.WebService.csproj,Router,FAIL,255,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/AssemblyInfo.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,4,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Program.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,649,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Constants/ProblemTypes.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,14,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/AttestationChain.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,367,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/BaselineContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/BunContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,22,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/CallGraphContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,70,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/DeltaCompareContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,441,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/EntropyContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,15,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/EntryTraceResponse.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,12,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/FindingEvidenceContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/GatingContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,265,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/HumanApprovalStatement.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/LayerSbomContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/LinksetContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,83,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/LinksetSummaryContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,28,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ManifestContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,202,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/OrchestratorEventContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,663,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/PolicyDecisionStatement.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/PolicyDiagnosticsContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,39,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/PolicyPreviewContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ProofSpineContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/RationaleContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,323,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ReachabilityContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ReplayCommandContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ReplayContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,8,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ReportContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,223,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/RichGraphStatement.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/RubyContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,22,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/RuntimeEventsContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,112,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/RuntimePolicyContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,217,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/SbomContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,232,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ScanStatusResponse.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,37,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ScanSubmitRequest.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,22,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/ScanSubmitResponse.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,8,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/SecretDetectionConfigContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,320,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/SurfaceContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,31,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/TriageContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,465,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/UnifiedEvidenceContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,524,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Contracts/VexGateContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,265,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Controllers/FindingsEvidenceController.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,90,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Controllers/TriageController.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,445,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Controllers/VexGateController.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Determinism/DeterministicTimeProvider.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,19,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Diagnostics/ServiceStatus.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,48,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/StellaOps.Scanner.WebService/Domain/ScanId.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,30,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Domain/ScanProgressEvent.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,13,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Domain/ScanSnapshot.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,32,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Domain/ScanStatus.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,11,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Domain/ScanSubmission.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,14,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Domain/ScanTarget.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,12,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ActionablesEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,310,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ApprovalEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,551,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/BaselineEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,293,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/CallGraphEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,246,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/CounterfactualEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,612,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/DeltaCompareEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,293,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/DeltaEvidenceEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,833,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/EpssEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,326,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/EvidenceEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,255,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ExportEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,489,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/FidelityEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,46,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/GitHubCodeScanningEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,372,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/HealthEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,162,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/LayerSbomEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,338,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ManifestEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,308,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ObservabilityEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,27,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/OfflineKitEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,343,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/PolicyEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,588,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ProofSpineEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,198,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ReachabilityDriftEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,309,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ReachabilityEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,423,FileLength>100; PrivateFieldNaming; ServiceLocator,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ReachabilityEvidenceEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,329,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ReachabilityStackEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,294,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ReplayEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,54,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ReportEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,303,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/RuntimeEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,334,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/SbomEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,176,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/SbomUploadEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,97,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ScanEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,768,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ScoreReplayEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/SecretDetectionSettingsEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,374,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/SliceEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,388,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/SmartDiffEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,465,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/SourcesEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,760,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/UnknownsEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,324,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/ValidationEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,348,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/WebhookEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,670,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/WitnessEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,255,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/Triage/ProofBundleEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/Triage/TriageInboxEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,125,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Endpoints/Triage/TriageStatusEndpoints.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,303,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Extensions/ConfigurationExtensions.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,40,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/StellaOps.Scanner.WebService/Extensions/OpenApiRegistrationExtensions.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,94,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Extensions/RateLimitingExtensions.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Hosting/ScannerPluginHostFactory.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,57,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Infrastructure/ProblemResultFactory.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,85,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/StellaOps.Scanner.WebService/Middleware/IdempotencyMiddleware.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,273,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Middleware/IdempotencyMiddlewareExtensions.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,47,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/ConcelierLinksetOptions.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,13,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/IdempotencyOptions.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,39,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/ScannerStorageOptionsPostConfigurator.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/ScannerSurfaceSecretConfigurator.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,248,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/ScannerWebServiceOptions.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,539,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/ScannerWebServiceOptionsPostConfigure.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/ScannerWebServiceOptionsValidator.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,496,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/SurfaceFeatureFlagsConfigurator.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,47,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Options/SurfaceManifestStoreOptionsConfigurator.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,41,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Replay/IRecordModeService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,42,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Replay/RecordModeService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,317,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Security/AnonymousAuthenticationHandler.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,40,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Security/ScannerAuthorityScopes.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,17,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Security/ScannerPolicies.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,36,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Serialization/CborNegotiation.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,30,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Serialization/DeterministicCborSerializer.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,110,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Serialization/OrchestratorEventSerializer.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,241,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/AttestationChainVerifier.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,672,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/CallGraphIngestionService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,234,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ConcelierHttpLinksetQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,174,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/DeltaScanRequestHandler.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,262,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/DeterministicScoringService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,72,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/EvidenceBundleExporter.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,779,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/EvidenceCompositionService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,470,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/FeedChangeRescoreJob.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,356,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/FindingRationaleService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,450,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/GatingReasonService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,313,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/HumanApprovalAttestationService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,318,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IAttestationChainVerifier.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,75,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ICallGraphIngestionService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,53,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IEvidenceBundleExporter.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IEvidenceCompositionService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,47,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IExportServices.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,76,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IFindingRationaleService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,41,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IGatingReasonService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,46,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IHumanApprovalAttestationService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ILayerSbomService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/InMemoryProofBundleRepository.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,65,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/InMemoryScanCoordinator.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,199,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/InMemoryScanManifestRepository.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IOciAttestationPublisher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,77,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IOfflineAttestationVerifier.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,483,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IPlatformEventPublisher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,18,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IPolicyDecisionAttestationService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IReachabilityComputeService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,29,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IReachabilityExplainService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,73,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IReachabilityQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,72,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IRedisConnectionFactory.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,15,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IReplayCommandService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,36,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IReportEventDispatcher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,23,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IRichGraphAttestationService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ISbomIngestionService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,53,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IScanCoordinator.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,17,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IScanMetadataRepository.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,10,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IScoreReplayService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,98,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ISliceQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,95,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ITriageQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,9,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IUnifiedEvidenceService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,55,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/IVexGateQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/LayerSbomService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,264,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/LinksetResolver.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,183,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/MessagingPlatformEventPublisher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,83,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/NullAdvisoryLinksetQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,16,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/NullGitHubCodeScanningService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,72,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/NullOciAttestationPublisher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,37,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/NullOfflineKitAuditEmitter.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,12,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/NullPlatformEventPublisher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,36,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/NullReachabilityServices.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,75,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/OciAttestationPublisher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,272,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/OfflineAttestationVerifier.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,743,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/OfflineKitContracts.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/OfflineKitImportService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,688,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/OfflineKitManifestService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,309,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/OfflineKitMetricsStore.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,295,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/OfflineKitStateStore.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,91,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/PolicyDecisionAttestationService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,206,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/PolicyDtoMapper.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,358,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/PrAnnotationService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,590,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/PrAnnotationWebhookHandler.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,592,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/RedisConnectionFactory.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,21,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/RedisPlatformEventPublisher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,157,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ReplayCommandService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,436,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ReportEventDispatcher.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,821,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ReportSigner.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,269,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/RichGraphAttestationService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,218,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/RuntimeEventIngestionService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,236,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/RuntimeEventRateLimiter.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,263,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/RuntimeInventoryReconciler.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,683,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/RuntimePolicyService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,535,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/SbomByosUploadService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,653,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/SbomExportService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/SbomIngestionService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,194,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/SbomUploadStore.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,52,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ScanFindingsSarifExportService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,189,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ScanProgressStream.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,152,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/ScoreReplayService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,223,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/SecretDetectionSettingsService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,499,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/SignedSbomArchiveBuilder.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,729,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/SliceQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,338,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/SurfacePointerService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,295,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/TestManifestRepository.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/TriageQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,36,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/TriageStatusService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,366,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/UnifiedEvidenceService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Services/VexGateQueryService.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.WebService/Tenancy/ITenantContext.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,13,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Tenancy/IUserContext.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,18,,
|
|
src/Scanner/StellaOps.Scanner.WebService/Utilities/ScanIdGenerator.cs,src/Scanner/StellaOps.Scanner.WebService/StellaOps.Scanner.WebService.csproj,Scanner,PASS,50,,
|
|
src/Scanner/StellaOps.Scanner.Worker/AssemblyInfo.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,4,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Program.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,423,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/DeterminismContext.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,31,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/DeterminismEvidence.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,11,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/DeterminismReport.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,37,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/DeterministicRandomProvider.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,35,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/DeterministicTimeProvider.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,19,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/FidelityMetrics.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,87,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/FidelityMetricsService.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/FidelityThresholds.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,43,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/Calculators/BitwiseFidelityCalculator.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,73,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/Calculators/PolicyFidelityCalculator.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,108,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Determinism/Calculators/SemanticFidelityCalculator.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Diagnostics/EpssWorkerInstrumentation.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,12,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Diagnostics/ScannerWorkerInstrumentation.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,16,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Diagnostics/ScannerWorkerMetrics.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,404,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Diagnostics/TelemetryExtensions.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Extensions/BinaryIndexServiceExtensions.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Hosting/ScannerWorkerHostedService.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,207,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Metrics/IScanMetricsCollector.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,50,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Metrics/IScanMetricsCollectorFactory.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,24,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Metrics/ScanCompletionMetricsIntegration.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,139,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Metrics/ScanMetricsCollector.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,347,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Metrics/ScanMetricsCollectorFactory.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,50,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Options/NativeAnalyzerOptions.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Options/ScannerStorageSurfaceSecretConfigurator.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,143,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Options/ScannerWorkerOptions.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,566,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Options/ScannerWorkerOptionsValidator.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Orchestration/PoEOrchestrator.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/AnalyzerStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,26,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/BinaryFindingMapper.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,284,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/BinaryLookupStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,221,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/BinaryVulnerabilityAnalyzer.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,218,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/CompositeScanAnalyzerDispatcher.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,607,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace,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.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/DeltaSigAnalyzer.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,438,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/DeterministicRandomService.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,18,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/EntryTraceExecutionService.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,757,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/EpssEnrichmentJob.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,393,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/EpssEnrichmentStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,184,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/EpssIngestJob.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,407,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/EpssSignalJob.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,556,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/IDelayScheduler.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,11,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/IEntryTraceExecutionService.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,10,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/IScanAnalyzerDispatcher.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,16,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/IScanJobLease.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,32,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/IScanJobSource.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,10,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/IScanStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,12,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/LeaseHeartbeatService.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,165,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/NativeAnalyzerExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,301,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/NativeBinaryDiscovery.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,293,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/NoOpStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,19,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/NullScanJobSource.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,28,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/PollDelayStrategy.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,54,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/RegistrySecretStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,110,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/ScanJobContext.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,43,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/ScanJobProcessor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,94,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/ScanProgressReporter.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,88,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/ScanStageNames.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,66,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/SystemDelayScheduler.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,19,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/VerdictPushStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,227,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/VexGateStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,433,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/AiMlSecurity/AiMlSecurityStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,152,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/BuildProvenance/BuildProvenanceStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,156,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/CryptoAnalysis/CryptoAnalysisStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,166,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Entropy/EntropyStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,187,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/PoE/PoEGenerationStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,227,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Reachability/NullSbomAdvisoryMatcher.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,28,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Reachability/ReachabilityBuildStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,97,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Reachability/ReachabilityEvidenceStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,323,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Reachability/ReachabilityPublishStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,57,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Reachability/SbomReachabilityStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,397,AsyncNaming; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Replay/ReplayBundleContext.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,18,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Replay/ReplayBundleFetcher.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,106,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Replay/ReplayBundleMount.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,33,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Replay/ReplaySealedBundleMetadata.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,12,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Replay/ReplaySealedBundleStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,67,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Secrets/SecretsAnalyzerStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,237,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/ServiceSecurity/ServiceSecurityStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,137,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Surface/BunPackageInventoryBuilder.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,90,,
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Surface/HmacDsseEnvelopeSigner.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,222,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Surface/IDsseEnvelopeSigner.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,72,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Surface/RubyPackageInventoryBuilder.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Surface/SurfaceManifestPublisher.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,363,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Processing/Surface/SurfaceManifestStageExecutor.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,FAIL,868,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/StellaOps.Scanner.Worker/Properties/AssemblyInfo.cs,src/Scanner/StellaOps.Scanner.Worker/StellaOps.Scanner.Worker.csproj,Scanner,PASS,4,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/ImpactShard.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,24,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/ImpactShardPlanner.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,76,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/ImpactTargetingService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,375,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Attestor/BundleRotationJob.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,515,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Console/EvidenceBundleCoordinator.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,584,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Console/ProgressStreamingWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,387,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/DependencyInjection/SchedulerWorkerServiceCollectionExtensions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,111,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Events/SchedulerEventPublisher.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,506,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Exception/ExceptionLifecycleWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,278,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Exception/ExpiringNotificationWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,324,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Execution/HttpScannerReportClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,324,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Execution/PartitionHealthMonitor.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,209,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Execution/PartitionMaintenanceWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,251,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Execution/RunnerBackgroundService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,147,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Execution/RunnerExecutionService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,377,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Execution/ScannerReportClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,54,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/GraphBuildBackgroundService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,131,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/GraphBuildExecutionService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,240,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/GraphOverlayBackgroundService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,130,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/GraphOverlayExecutionService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,221,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/Cartographer/HttpCartographerBuildClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,236,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/Cartographer/HttpCartographerOverlayClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,229,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/Cartographer/ICartographerBuildClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,19,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/Cartographer/ICartographerOverlayClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,18,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/Scheduler/HttpGraphJobCompletionClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,101,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Graph/Scheduler/IGraphJobCompletionClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,23,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Indexing/FailureSignatureIndexer.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,372,AsyncNaming; BlockingAsync; FileLength>100; UsingInsideNamespace,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.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Observability/SchedulerWorkerMetrics.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,334,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Options/PartitionMaintenanceOptions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,79,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Options/SchedulerWorkerOptions.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,883,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/PlannerBackgroundService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,184,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/PlannerExecutionResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,18,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/PlannerExecutionService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,259,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/PlannerQueueDispatcherBackgroundService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,147,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/PlannerQueueDispatchService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/ScoreReplaySchedulerJob.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,322,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/SurfaceFsPointer.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/SurfaceFsPointerEvaluator.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,357,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Planning/SurfaceManifestPointer.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,23,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/GateEvaluationJob.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,517,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/HttpPolicyRunClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,156,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/IPolicyRunClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,12,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/IPolicyRunTargetingService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,12,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyActivationEvent.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,135,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyReconciliationWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,200,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyReEvaluationWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,503,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyRunDispatchBackgroundService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,190,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyRunExecutionResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,35,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyRunExecutionService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,265,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyRunSubmissionResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,29,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyRunTargetingResult.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,26,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicyRunTargetingService.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,457,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Policy/PolicySimulationWebhookClient.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,106,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Properties/AssemblyInfo.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,PASS,4,,
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Reachability/ReachabilityJoinerWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,478,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Reachability/ReachabilityStalenessMonitor.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,463,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Resolver/EvaluationOrchestrationWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,464,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Resolver/ResolverMonitoringWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,413,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Resolver/ResolverWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,481,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Simulation/PolicyBatchSimulationWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,565,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Simulation/SimulationReducerWorker.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,510,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/Simulation/SimulationSecurityEnforcer.cs,src/Scheduler/__Libraries/StellaOps.Scheduler.Worker/StellaOps.Scheduler.Worker.csproj,Scheduler,FAIL,509,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/ISystemClock.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,27,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Program.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,243,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/SchedulerEndpointHelpers.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Auth/AnonymousAuthenticationHandler.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,28,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Auth/ClaimsTenantContextAccessor.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,29,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Auth/HeaderScopeAuthorizer.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,32,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Auth/HeaderTenantContextAccessor.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,25,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Auth/IScopeAuthorizer.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,9,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Auth/ITenantContextAccessor.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,11,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Auth/TokenScopeAuthorizer.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,63,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/EventWebhooks/EventWebhookEndpointExtensions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,175,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/EventWebhooks/IInboundExportEventSink.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,12,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/EventWebhooks/InMemoryWebhookRateLimiter.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,71,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/EventWebhooks/IWebhookRateLimiter.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,9,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/EventWebhooks/IWebhookRequestAuthenticator.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,109,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/EventWebhooks/LoggingExportEventSink.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,35,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/EventWebhooks/WebhookPayloads.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,107,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/FailureSignatures/FailureSignatureEndpoints.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,117,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/CartographerWebhookClient.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,104,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphBuildJobRequest.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,28,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphJobCompletionNotification.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,14,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphJobCompletionRequest.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,32,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphJobEndpointExtensions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,163,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphJobQuery.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,29,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphJobResponse.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,46,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphJobService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,509,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphJobUpdateResult.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,9,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/GraphOverlayJobRequest.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,31,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/ICartographerWebhookClient.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,7,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/IGraphJobCompletionPublisher.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,7,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/IGraphJobService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,17,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/IGraphJobStore.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,23,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/InMemoryGraphJobStore.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/NullCartographerWebhookClient.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,18,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/NullGraphJobCompletionPublisher.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,18,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/OverlayLagMetricsResponse.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,21,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/PostgresGraphJobStore.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,84,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/Events/GraphJobCompletedEvent.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,48,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/Events/GraphJobEventFactory.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,45,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/Events/GraphJobEventKinds.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,7,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/Events/GraphJobEventPublisher.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,188,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/Events/IRedisConnectionFactory.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,9,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/Events/MessagingGraphJobEventPublisher.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,109,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/GraphJobs/Events/RedisConnectionFactory.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,27,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Hosting/SchedulerPluginHostFactory.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,78,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Observability/SchedulerTelemetryMiddleware.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,69,AsyncNaming; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Options/SchedulerAuthorityOptions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,72,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Options/SchedulerCartographerOptions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,20,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Options/SchedulerEventsOptions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Options/SchedulerOptions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,71,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/PolicyRuns/InMemoryPolicyRunService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,261,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/PolicyRuns/IPolicyRunService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,17,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/PolicyRuns/PolicyRunEndpointExtensions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,199,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/PolicyRuns/PolicyRunQueryOptions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/PolicyRuns/PolicyRunService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,302,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/PolicySimulations/PolicySimulationEndpointExtensions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,435,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/PolicySimulations/PolicySimulationMetricsProvider.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,245,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/PolicySimulations/PolicySimulationStreamCoordinator.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,200,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Properties/AssemblyInfo.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,4,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Runs/InMemoryRunRepository.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Runs/QueueLagSummaryProvider.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,62,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Runs/RunContracts.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,57,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Runs/RunEndpoints.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,692,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Runs/RunStreamCoordinator.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,227,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Runs/SseWriter.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,47,AsyncNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Schedules/InMemorySchedulerServices.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Schedules/ISchedulerAuditService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,25,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Schedules/ScheduleContracts.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,36,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/Schedules/ScheduleEndpoints.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,447,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/VulnerabilityResolverJobs/InMemoryResolverJobService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,142,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/VulnerabilityResolverJobs/IResolverJobService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,11,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/VulnerabilityResolverJobs/ResolverBacklogNotifier.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,29,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/VulnerabilityResolverJobs/ResolverBacklogService.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,53,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/VulnerabilityResolverJobs/ResolverJobEndpointExtensions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/StellaOps.Scheduler.WebService/VulnerabilityResolverJobs/ResolverJobModels.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,45,,
|
|
src/Scheduler/StellaOps.Scheduler.WebService/VulnerabilityResolverJobs/ResolverJobServiceCollectionExtensions.cs,src/Scheduler/StellaOps.Scheduler.WebService/StellaOps.Scheduler.WebService.csproj,Scheduler,PASS,17,,
|
|
src/Scheduler/StellaOps.Scheduler.Worker.Host/Program.cs,src/Scheduler/StellaOps.Scheduler.Worker.Host/StellaOps.Scheduler.Worker.Host.csproj,Scheduler,PASS,36,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/Program.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj,Signer,PASS,89,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/Contracts/SignDsseContracts.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj,Signer,PASS,33,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/Endpoints/CeremonyEndpoints.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj,Signer,FAIL,592,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/Endpoints/KeyRotationEndpoints.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj,Signer,FAIL,454,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/Endpoints/SignerEndpoints.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj,Signer,FAIL,360,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/Security/StubBearerAuthenticationDefaults.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj,Signer,PASS,7,,
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/Security/StubBearerAuthenticationHandler.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.WebService/StellaOps.Signer.WebService.csproj,Signer,PASS,57,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/OpenApiMetadataFactory.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.csproj,TaskRunner,PASS,83,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/Program.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.csproj,TaskRunner,FAIL,1086,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator,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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/TaskRunnerServiceOptions.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.csproj,TaskRunner,PASS,12,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/Deprecation/ApiDeprecationMiddleware.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.csproj,TaskRunner,FAIL,198,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/Deprecation/ApiDeprecationOptions.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.csproj,TaskRunner,PASS,69,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/Deprecation/IDeprecationNotificationService.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.WebService/StellaOps.TaskRunner.WebService.csproj,TaskRunner,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/Program.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/StellaOps.TaskRunner.Worker.csproj,TaskRunner,FAIL,88,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/Services/PackRunWorkerService.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Worker/StellaOps.TaskRunner.Worker.csproj,TaskRunner,FAIL,658,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Timeline/StellaOps.Timeline.WebService/Program.cs,src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.csproj,Timeline,FAIL,48,NamespaceNotFileScoped,Convert to file-scoped namespace.
|
|
src/Timeline/StellaOps.Timeline.WebService/Authorization/TimelineAuthorizationMiddleware.cs,src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.csproj,Timeline,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/StellaOps.Timeline.WebService/Endpoints/ExportEndpoints.cs,src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.csproj,Timeline,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/StellaOps.Timeline.WebService/Endpoints/HealthEndpoints.cs,src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.csproj,Timeline,PASS,63,,
|
|
src/Timeline/StellaOps.Timeline.WebService/Endpoints/ReplayEndpoints.cs,src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.csproj,Timeline,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Timeline/StellaOps.Timeline.WebService/Endpoints/TimelineEndpoints.cs,src/Timeline/StellaOps.Timeline.WebService/StellaOps.Timeline.WebService.csproj,Timeline,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/Program.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/StellaOps.TimelineIndexer.WebService.csproj,TimelineIndexer,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/TimelineAuthorizationAuditSink.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.WebService/StellaOps.TimelineIndexer.WebService.csproj,TimelineIndexer,PASS,27,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/Program.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/StellaOps.TimelineIndexer.Worker.csproj,TimelineIndexer,PASS,26,,
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/TimelineIngestionWorker.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Worker/StellaOps.TimelineIndexer.Worker.csproj,TimelineIndexer,FAIL,77,AsyncNaming; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Unknowns/StellaOps.Unknowns.WebService/Program.cs,src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.csproj,Unknowns,PASS,48,,
|
|
src/Unknowns/StellaOps.Unknowns.WebService/ServiceCollectionExtensions.cs,src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.csproj,Unknowns,FAIL,78,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Unknowns/StellaOps.Unknowns.WebService/Endpoints/GreyQueueEndpoints.cs,src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.csproj,Unknowns,FAIL,815,AsyncNaming; BlockingAsync; FileLength>100,Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Unknowns/StellaOps.Unknowns.WebService/Endpoints/UnknownsEndpoints.cs,src/Unknowns/StellaOps.Unknowns.WebService/StellaOps.Unknowns.WebService.csproj,Unknowns,FAIL,425,AsyncNaming; FileLength>100,Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexHub/StellaOps.VexHub.WebService/Program.cs,src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.csproj,VexHub,FAIL,93,NamespaceNotFileScoped,Convert to file-scoped namespace.
|
|
src/VexHub/StellaOps.VexHub.WebService/Extensions/VexHubEndpointExtensions.cs,src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.csproj,VexHub,FAIL,274,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexHub/StellaOps.VexHub.WebService/Extensions/VexHubWebServiceExtensions.cs,src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.csproj,VexHub,PASS,22,,
|
|
src/VexHub/StellaOps.VexHub.WebService/Middleware/ApiKeyAuthenticationHandler.cs,src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.csproj,VexHub,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexHub/StellaOps.VexHub.WebService/Middleware/RateLimitingMiddleware.cs,src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.csproj,VexHub,FAIL,234,AsyncNaming; FileLength>100; PrivateFieldNaming,Rename async methods to end with Async.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexHub/StellaOps.VexHub.WebService/Models/VexApiModels.cs,src/VexHub/StellaOps.VexHub.WebService/StellaOps.VexHub.WebService.csproj,VexHub,PASS,60,,
|
|
src/VexLens/StellaOps.VexLens.WebService/Program.cs,src/VexLens/StellaOps.VexLens.WebService/StellaOps.VexLens.WebService.csproj,VexLens,FAIL,136,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens.WebService/Extensions/ExportEndpointExtensions.cs,src/VexLens/StellaOps.VexLens.WebService/StellaOps.VexLens.WebService.csproj,VexLens,FAIL,619,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens.WebService/Extensions/VexLensEndpointExtensions.cs,src/VexLens/StellaOps.VexLens.WebService/StellaOps.VexLens.WebService.csproj,VexLens,FAIL,460,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VulnExplorer/StellaOps.VulnExplorer.Api/Program.cs,src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj,VulnExplorer,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VulnExplorer/StellaOps.VulnExplorer.Api/Data/IVexOverrideAttestorClient.cs,src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj,VulnExplorer,FAIL,316,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VulnExplorer/StellaOps.VulnExplorer.Api/Data/SampleData.cs,src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj,VulnExplorer,FAIL,101,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VulnExplorer/StellaOps.VulnExplorer.Api/Data/VexDecisionStore.cs,src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj,VulnExplorer,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VulnExplorer/StellaOps.VulnExplorer.Api/Models/AttestationModels.cs,src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj,VulnExplorer,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VulnExplorer/StellaOps.VulnExplorer.Api/Models/FixVerificationModels.cs,src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj,VulnExplorer,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VulnExplorer/StellaOps.VulnExplorer.Api/Models/VexDecisionModels.cs,src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj,VulnExplorer,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VulnExplorer/StellaOps.VulnExplorer.Api/Models/VulnModels.cs,src/VulnExplorer/StellaOps.VulnExplorer.Api/StellaOps.VulnExplorer.Api.csproj,VulnExplorer,PASS,47,,
|
|
src/__Analyzers/StellaOps.Determinism.Analyzers.Tests/CanonicalizationBoundaryAnalyzerTests.cs,src/__Analyzers/StellaOps.Determinism.Analyzers.Tests/StellaOps.Determinism.Analyzers.Tests.csproj,__Analyzers,FAIL,244,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Analyzers/StellaOps.TestKit.Analyzers.Tests/IntentAnalyzerTests.cs,src/__Analyzers/StellaOps.TestKit.Analyzers.Tests/StellaOps.TestKit.Analyzers.Tests.csproj,__Analyzers,FAIL,298,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/AiAttestationServiceTests.cs,src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj,__Libraries,FAIL,222,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/AiClaimAttestationTests.cs,src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj,__Libraries,FAIL,144,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/AiRunAttestationTests.cs,src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj,__Libraries,FAIL,125,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/InMemoryAiAttestationStoreTests.cs,src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj,__Libraries,FAIL,232,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/PromptTemplateRegistryTests.cs,src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj,__Libraries,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/Integration/AttestationServiceIntegrationTests.cs,src/__Libraries/__Tests/StellaOps.AdvisoryAI.Attestation.Tests/StellaOps.AdvisoryAI.Attestation.Tests.csproj,__Libraries,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AuditPack.Tests/AirGapTrustStoreIntegrationTests.cs,src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Libraries,FAIL,343,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AuditPack.Tests/AuditBundleWriterTests.cs,src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Libraries,FAIL,286,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AuditPack.Tests/AuditPackExportServiceIntegrationTests.cs,src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Libraries,FAIL,453,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AuditPack.Tests/AuditPackImporterTests.cs,src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Libraries,FAIL,101,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AuditPack.Tests/AuditReplayE2ETests.cs,src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Libraries,FAIL,522,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.AuditPack.Tests/ReplayAttestationServiceTests.cs,src/__Libraries/__Tests/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Libraries,FAIL,132,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/DpopNonceUtilitiesTests.cs,src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/StellaOps.Auth.Security.Tests.csproj,__Libraries,FAIL,18,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/DpopProofValidatorTests.cs,src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/StellaOps.Auth.Security.Tests.csproj,__Libraries,FAIL,243,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/DpopReplayCacheTests.cs,src/__Libraries/__Tests/StellaOps.Auth.Security.Tests/StellaOps.Auth.Security.Tests.csproj,__Libraries,FAIL,111,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/CanonicalJsonSerializerTests.cs,src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/StellaOps.Canonicalization.Tests.csproj,__Libraries,FAIL,155,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/Properties/CanonicalJsonProperties.cs,src/__Libraries/__Tests/StellaOps.Canonicalization.Tests/StellaOps.Canonicalization.Tests.csproj,__Libraries,PASS,48,,
|
|
src/__Libraries/__Tests/StellaOps.Configuration.Tests/AuthorityPluginConfigurationLoaderTests.cs,src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.csproj,__Libraries,FAIL,194,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Configuration.Tests/AuthorityTelemetryTests.cs,src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.csproj,__Libraries,FAIL,28,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOpsAuthorityOptionsTests.cs,src/__Libraries/__Tests/StellaOps.Configuration.Tests/StellaOps.Configuration.Tests.csproj,__Libraries,FAIL,344,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/CloudKmsClientTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/StellaOps.Cryptography.Kms.Tests.csproj,__Libraries,FAIL,397,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/FileKmsClientTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Kms.Tests/StellaOps.Cryptography.Kms.Tests.csproj,__Libraries,FAIL,118,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests/OfflineVerificationProviderTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests/StellaOps.Cryptography.Plugin.OfflineVerification.Tests.csproj,__Libraries,FAIL,284,BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/Argon2idPasswordHasherTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,46,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/BouncyCastleCapabilityDetectionTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,457,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/BouncyCastleEd25519CryptoProviderTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,59,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/BouncyCastleErrorClassificationTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,449,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/BouncyCastleSignVerifyRoundtripTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,406,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/CryptoProCapabilityDetectionTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,372,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/CryptoProGostSignerTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,55,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/CryptoProviderRegistryTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,206,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/DefaultCryptoHashTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,102,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/DefaultCryptoHmacTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,39,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/DefaultCryptoProviderSigningTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,73,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/EidasCapabilityDetectionTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,442,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/GostSignatureEncodingTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,47,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/KmsHsmConnectorTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,510,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/LibsodiumCryptoProviderTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,42,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/OfflineVerificationCryptoProviderTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,247,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/OpenSslGostSignerTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,53,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/PasswordHashOptionsTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,PASS,28,,
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/Pbkdf2PasswordHasherTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,61,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/Pkcs11GostProviderTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,57,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/Sha256DigestTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,59,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/SimRemoteCapabilityDetectionTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,466,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/SmSoftCryptoProviderTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,82,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Cryptography.Tests/Audit/AuthEventRecordTests.cs,src/__Libraries/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,58,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/DeltaVerdictTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,166,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/Bundles/GateEvaluatorTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,361,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/Bundles/VerdictBundleBuilderTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,367,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/Bundles/VerdictRekorAnchorServiceTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,441,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/Bundles/VerdictSigningServiceTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,474,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/Manifest/ScoringManifestTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,222,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/Manifest/ScoringManifestVersionerTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,521,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/Signing/ScoringManifestRekorAnchorServiceTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,460,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/Signing/ScoringManifestSigningServiceTests.cs,src/__Libraries/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,455,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.DistroIntel.Tests/DistroIntelTests.cs,src/__Libraries/__Tests/StellaOps.DistroIntel.Tests/StellaOps.DistroIntel.Tests.csproj,__Libraries,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/AIPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/StellaOps.Doctor.Plugins.AI.Tests.csproj,__Libraries,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/Checks/LlmProviderConfigurationCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.AI.Tests/StellaOps.Doctor.Plugins.AI.Tests.csproj,__Libraries,FAIL,127,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/AuthorityPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.csproj,__Libraries,FAIL,117,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/Checks/AuthorityPluginConfigurationCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.csproj,__Libraries,FAIL,216,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/Checks/AuthorityPluginConnectivityCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.csproj,__Libraries,FAIL,208,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/Checks/BootstrapUserExistsCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.csproj,__Libraries,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/Checks/SuperUserExistsCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.csproj,__Libraries,FAIL,213,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/Checks/UserPasswordPolicyCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Authority.Tests/StellaOps.Doctor.Plugins.Authority.Tests.csproj,__Libraries,FAIL,220,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Core.Tests/CorePluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Core.Tests/StellaOps.Doctor.Plugins.Core.Tests.csproj,__Libraries,FAIL,202,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/CryptographyPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/StellaOps.Doctor.Plugins.Cryptography.Tests.csproj,__Libraries,FAIL,191,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/Checks/CryptoProviderAvailabilityCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Cryptography.Tests/StellaOps.Doctor.Plugins.Cryptography.Tests.csproj,__Libraries,FAIL,85,AsyncNaming; ConfigureAwaitMissing; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Database.Tests/DatabasePluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Database.Tests/StellaOps.Doctor.Plugins.Database.Tests.csproj,__Libraries,FAIL,191,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/DockerPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/StellaOps.Doctor.Plugins.Docker.Tests.csproj,__Libraries,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/Checks/DockerSocketCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Docker.Tests/StellaOps.Doctor.Plugins.Docker.Tests.csproj,__Libraries,FAIL,124,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Integration.Tests/IntegrationPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj,__Libraries,FAIL,191,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/NotifyPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.csproj,__Libraries,FAIL,116,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/Checks/NotifyChannelConfigurationCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.csproj,__Libraries,FAIL,297,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/Checks/NotifyChannelConnectivityCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.csproj,__Libraries,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/Checks/NotifyDeliveryTestCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Notify.Tests/StellaOps.Doctor.Plugins.Notify.Tests.csproj,__Libraries,FAIL,377,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Observability.Tests/ObservabilityPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Observability.Tests/StellaOps.Doctor.Plugins.Observability.Tests.csproj,__Libraries,FAIL,169,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/SecurityPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/StellaOps.Doctor.Plugins.Security.Tests.csproj,__Libraries,FAIL,213,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/Checks/EvidenceIntegrityCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.Security.Tests/StellaOps.Doctor.Plugins.Security.Tests.csproj,__Libraries,FAIL,323,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests/ServiceGraphPluginTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests/StellaOps.Doctor.Plugins.ServiceGraph.Tests.csproj,__Libraries,FAIL,169,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Detection/RuntimeDetectorTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Engine/DoctorEngineTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,371,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Models/DoctorReportTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,202,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Models/RemediationModelsTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,203,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Output/DoctorEvidenceLogWriterTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,179,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Output/JsonReportFormatterTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,271,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Output/TextReportFormatterTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,228,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Packs/DoctorPackCheckTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,147,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Packs/DoctorPackLoaderTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,183,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Resolver/PlaceholderResolverTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,287,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Doctor.Tests/Resolver/VerificationExecutorTests.cs,src/__Libraries/__Tests/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Libraries,FAIL,208,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Eventing.Tests/EventIdGeneratorTests.cs,src/__Libraries/__Tests/StellaOps.Eventing.Tests/StellaOps.Eventing.Tests.csproj,__Libraries,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Eventing.Tests/InMemoryTimelineEventStoreTests.cs,src/__Libraries/__Tests/StellaOps.Eventing.Tests/StellaOps.Eventing.Tests.csproj,__Libraries,FAIL,234,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Eventing.Tests/TimelineEventEmitterTests.cs,src/__Libraries/__Tests/StellaOps.Eventing.Tests/StellaOps.Eventing.Tests.csproj,__Libraries,FAIL,201,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/EvidenceCardServiceTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.csproj,__Libraries,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/EvidencePackServiceTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.csproj,__Libraries,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/EvidenceResolverTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.csproj,__Libraries,FAIL,224,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/InMemoryEvidencePackStoreTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Pack.Tests/StellaOps.Evidence.Pack.Tests.csproj,__Libraries,FAIL,259,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/CrossModuleEvidenceLinkingTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/StellaOps.Evidence.Persistence.Tests.csproj,__Libraries,FAIL,552,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/PostgresEvidenceStoreIntegrationTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/StellaOps.Evidence.Persistence.Tests.csproj,__Libraries,FAIL,557,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/Fixtures/EvidencePostgresContainerFixture.cs,src/__Libraries/__Tests/StellaOps.Evidence.Persistence.Tests/StellaOps.Evidence.Persistence.Tests.csproj,__Libraries,FAIL,72,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Tests/EvidenceIndexTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.csproj,__Libraries,FAIL,231,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Tests/Budgets/EvidenceBudgetServiceTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.csproj,__Libraries,FAIL,383,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Tests/Retention/RetentionTierManagerTests.cs,src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.csproj,__Libraries,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Tests/TestUtilities/FixedGuidProvider.cs,src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.csproj,__Libraries,PASS,16,,
|
|
src/__Libraries/__Tests/StellaOps.Evidence.Tests/TestUtilities/FixedTimeProvider.cs,src/__Libraries/__Tests/StellaOps.Evidence.Tests/StellaOps.Evidence.Tests.csproj,__Libraries,PASS,14,,
|
|
src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/HlcTimestampJsonConverterTests.cs,src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,453,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/HlcTimestampTests.cs,src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,552,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/HybridLogicalClockBenchmarks.cs,src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,451,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/HybridLogicalClockIntegrationTests.cs,src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,410,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/HybridLogicalClockTests.cs,src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,546,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/InMemoryHlcStateStoreTests.cs,src/__Libraries/__Tests/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,286,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/PostgresFixtureTests.cs,src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/StellaOps.Infrastructure.Postgres.Tests.csproj,__Libraries,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/Migrations/MigrationCategoryTests.cs,src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/StellaOps.Infrastructure.Postgres.Tests.csproj,__Libraries,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/Migrations/StartupMigrationHostTests.cs,src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests/StellaOps.Infrastructure.Postgres.Tests.csproj,__Libraries,FAIL,552,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Metrics.Tests/Kpi/KpiCollectorTests.cs,src/__Libraries/__Tests/StellaOps.Metrics.Tests/StellaOps.Metrics.Tests.csproj,__Libraries,FAIL,314,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Metrics.Tests/Kpi/KpiModelsTests.cs,src/__Libraries/__Tests/StellaOps.Metrics.Tests/StellaOps.Metrics.Tests.csproj,__Libraries,FAIL,181,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/AspNetCoreEndpointDiscoveryProviderTests.cs,src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.csproj,__Libraries,FAIL,458,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/AspNetEndpointOverrideMergerTests.cs,src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.csproj,__Libraries,FAIL,597,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/DefaultAuthorizationClaimMapperTests.cs,src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.csproj,__Libraries,FAIL,364,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/MinimalApiBindingIntegrationTests.cs,src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.csproj,__Libraries,FAIL,1010,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaRouterBridgeIntegrationTests.cs,src/__Libraries/__Tests/StellaOps.Microservice.AspNetCore.Tests/StellaOps.Microservice.AspNetCore.Tests.csproj,__Libraries,FAIL,620,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests/OrchestratorSchemaTests.cs,src/__Libraries/__Tests/StellaOps.Orchestrator.Schemas.Tests/StellaOps.Orchestrator.Schemas.Tests.csproj,__Libraries,FAIL,272,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/PluginCompatibilityCheckerTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,184,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/PluginHostOptionsTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/PluginHostTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/DependencyInjection/PluginDependencyInjectionExtensionsTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,177,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/DependencyInjection/PluginServiceRegistrationTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,113,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/Hosting/PluginHostOptionsTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,125,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/Hosting/PluginLoadFailureTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,PASS,61,,
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/Security/CosignVerifierOptionsTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,PASS,45,,
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/Security/NullPluginVerifierTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,43,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/Versioning/PluginCompatibilityCheckerTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,146,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Plugin.Tests/Versioning/StellaPluginVersionAttributeTests.cs,src/__Libraries/__Tests/StellaOps.Plugin.Tests/StellaOps.Plugin.Tests.csproj,__Libraries,FAIL,108,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/PolicySchemaExporterRunnerTests.cs,src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/StellaOps.Policy.Tools.Tests.csproj,__Libraries,FAIL,36,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/PolicySimulationSmokeRunnerTests.cs,src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/StellaOps.Policy.Tools.Tests.csproj,__Libraries,FAIL,182,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/TestUtilities.cs,src/__Libraries/__Tests/StellaOps.Policy.Tools.Tests/StellaOps.Policy.Tools.Tests.csproj,__Libraries,PASS,24,,
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/ApiContractTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,384,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/DecisionDigestBuilderDeterminismTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,334,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/EvidenceApiTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,460,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/EvidenceChunkerTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/LazyFetchTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,571,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/MinimalProofExporterTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,585,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/ProvcacheApiTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,544,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/RevocationLedgerTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,422,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/StorageIntegrationTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,490,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/VeriKeyBuilderDeterminismTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,259,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/Oci/ProvcacheOciAttestationBuilderTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,574,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/Telemetry/ProvcacheTelemetryTests.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,FAIL,308,BlockingAsync; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Provcache.Tests/TestSupport/FixedTimeProvider.cs,src/__Libraries/__Tests/StellaOps.Provcache.Tests/StellaOps.Provcache.Tests.csproj,__Libraries,PASS,17,,
|
|
src/__Libraries/__Tests/StellaOps.Provenance.Tests/ProvenanceExtensionsTests.cs,src/__Libraries/__Tests/StellaOps.Provenance.Tests/StellaOps.Provenance.Tests.csproj,__Libraries,FAIL,103,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/NodeHashRecipeTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/PathHashRecipeTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/CveMapping/CveSymbolMappingServiceTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,307,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/CveMapping/CveSymbolMappingTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/CveMapping/FunctionBoundaryDetectorTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,193,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/CveMapping/OsvEnricherTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,307,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/CveMapping/UnifiedDiffParserTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/CveMapping/VulnerableSymbolTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/Properties/ReachabilityLatticePropertyTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,419,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/Symbols/DotNetSymbolNormalizerTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/Symbols/JavaSymbolNormalizerTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/Symbols/NativeSymbolNormalizerTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/Symbols/ScriptSymbolNormalizerTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/Symbols/SymbolCanonicalizerTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/Symbols/SymbolMatcherTests.cs,src/__Libraries/__Tests/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,194,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/CanonicalSerializerTests.cs,src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.csproj,__Libraries,FAIL,294,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/DigestComputerTests.cs,src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.csproj,__Libraries,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/EdgeExplanationTests.cs,src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.csproj,__Libraries,FAIL,175,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/GoldenSampleTests.cs,src/__Libraries/__Tests/StellaOps.ReachGraph.Tests/StellaOps.ReachGraph.Tests.csproj,__Libraries,FAIL,179,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Replay.Core.Tests/ReachabilityReplayWriterTests.cs,src/__Libraries/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Libraries,FAIL,53,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Replay.Tests/ReplayEngineTests.cs,src/__Libraries/__Tests/StellaOps.Replay.Tests/StellaOps.Replay.Tests.csproj,__Libraries,FAIL,156,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Signals.Contracts.Tests/SignalEnvelopeTests.cs,src/__Libraries/__Tests/StellaOps.Signals.Contracts.Tests/StellaOps.Signals.Contracts.Tests.csproj,__Libraries,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Signals.Tests/CallgraphIngestionTests.cs,src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,__Libraries,FAIL,164,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Signals.Tests/SignalsApiTests.cs,src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,__Libraries,FAIL,48,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Signals.Tests/SyntheticRuntimeProbeTests.cs,src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,__Libraries,FAIL,59,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Signals.Tests/TestInfrastructure/InMemoryReachabilityCache.cs,src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,__Libraries,FAIL,33,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Signals.Tests/TestInfrastructure/SignalsTestFactory.cs,src/__Libraries/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,__Libraries,FAIL,93,ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.Spdx3.Tests/ModelTests.cs,src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.csproj,__Libraries,FAIL,273,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Spdx3.Tests/ParserTests.cs,src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.csproj,__Libraries,FAIL,266,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Spdx3.Tests/Spdx3ParserBenchmarks.cs,src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.csproj,__Libraries,FAIL,357,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Spdx3.Tests/ValidatorTests.cs,src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.csproj,__Libraries,FAIL,293,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Spdx3.Tests/VersionDetectorTests.cs,src/__Libraries/__Tests/StellaOps.Spdx3.Tests/StellaOps.Spdx3.Tests.csproj,__Libraries,FAIL,153,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/DeterminismBaselineStoreTests.cs,src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/StellaOps.Testing.Determinism.Tests.csproj,__Libraries,FAIL,323,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/DeterminismManifestTests.cs,src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/StellaOps.Testing.Determinism.Tests.csproj,__Libraries,FAIL,519,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/DeterminismSummaryTests.cs,src/__Libraries/__Tests/StellaOps.Testing.Determinism.Tests/StellaOps.Testing.Determinism.Tests.csproj,__Libraries,FAIL,354,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.Testing.Manifests.Tests/RunManifestTests.cs,src/__Libraries/__Tests/StellaOps.Testing.Manifests.Tests/StellaOps.Testing.Manifests.Tests.csproj,__Libraries,FAIL,95,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/DeterminismManifestTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,514,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/EnvironmentSkewTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,328,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/EvidenceChainTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,401,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/IncidentTestGeneratorTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,361,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/IntentCoverageReportTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/InteropTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,361,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/LongevityTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,389,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/ObservabilityContractTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,361,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.TestKit.Tests/TestKitFixtureTests.cs,src/__Libraries/__Tests/StellaOps.TestKit.Tests/StellaOps.TestKit.Tests.csproj,__Libraries,FAIL,55,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/DebianVersionComparerTests.cs,src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/StellaOps.VersionComparison.Tests.csproj,__Libraries,FAIL,208,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/RpmVersionComparerTests.cs,src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/StellaOps.VersionComparison.Tests.csproj,__Libraries,FAIL,150,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/Properties/VersionComparisonPropertyTests.cs,src/__Libraries/__Tests/StellaOps.VersionComparison.Tests/StellaOps.VersionComparison.Tests.csproj,__Libraries,FAIL,604,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Artifact.Core.Tests/ArtifactStorePerformanceTests.cs,src/__Libraries/StellaOps.Artifact.Core.Tests/StellaOps.Artifact.Core.Tests.csproj,__Libraries,FAIL,243,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/StellaOps.Artifact.Core.Tests/ArtifactStoreTests.cs,src/__Libraries/StellaOps.Artifact.Core.Tests/StellaOps.Artifact.Core.Tests.csproj,__Libraries,FAIL,430,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.Canonical.Json.Tests/CanonJsonTests.cs,src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.csproj,__Libraries,FAIL,321,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Canonical.Json.Tests/CanonVersionTests.cs,src/__Libraries/StellaOps.Canonical.Json.Tests/StellaOps.Canonical.Json.Tests.csproj,__Libraries,FAIL,446,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/EidasCryptoProviderTests.cs,src/__Libraries/StellaOps.Cryptography.Plugin.EIDAS.Tests/StellaOps.Cryptography.Plugin.EIDAS.Tests.csproj,__Libraries,FAIL,335,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests/SmRemoteHttpProviderTests.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmRemote.Tests/StellaOps.Cryptography.Plugin.SmRemote.Tests.csproj,__Libraries,FAIL,111,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/Sm2ComplianceTests.cs,src/__Libraries/StellaOps.Cryptography.Plugin.SmSoft.Tests/StellaOps.Cryptography.Plugin.SmSoft.Tests.csproj,__Libraries,FAIL,242,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/CryptoPluginLoaderTests.cs,src/__Libraries/StellaOps.Cryptography.PluginLoader.Tests/StellaOps.Cryptography.PluginLoader.Tests.csproj,__Libraries,FAIL,165,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Cryptography.Tests/PolicyProvidersTests.cs,src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,79,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Libraries/StellaOps.Cryptography.Tests/PqSoftCryptoProviderTests.cs,src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,83,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/__Libraries/StellaOps.Cryptography.Tests/SimRemoteProviderTests.cs,src/__Libraries/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,__Libraries,FAIL,118,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/Serialization/VerdictInputsGoldenSnapshotTests.cs,src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,399,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/Serialization/VerdictInputsSerializerTests.cs,src/__Libraries/StellaOps.DeltaVerdict/__Tests/StellaOps.DeltaVerdict.Tests/StellaOps.DeltaVerdict.Tests.csproj,__Libraries,FAIL,458,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core.Tests/EvidenceRecordTests.cs,src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.csproj,__Libraries,FAIL,306,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core.Tests/ExceptionApplicationAdapterTests.cs,src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.csproj,__Libraries,FAIL,311,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core.Tests/InMemoryEvidenceStoreTests.cs,src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.csproj,__Libraries,FAIL,384,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core.Tests/ProofSegmentAdapterTests.cs,src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.csproj,__Libraries,FAIL,292,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Evidence.Core.Tests/VexObservationAdapterTests.cs,src/__Libraries/StellaOps.Evidence.Core.Tests/StellaOps.Evidence.Core.Tests.csproj,__Libraries,FAIL,303,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet.Tests/FacetDriftDetectorTests.cs,src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.csproj,__Libraries,FAIL,628,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/StellaOps.Facet.Tests/FacetDriftVexEmitterTests.cs,src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.csproj,__Libraries,FAIL,438,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet.Tests/FacetMerkleTreeTests.cs,src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.csproj,__Libraries,FAIL,540,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Facet.Tests/FacetQuotaVexWorkflowE2ETests.cs,src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.csproj,__Libraries,FAIL,303,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/StellaOps.Facet.Tests/GlobFacetExtractorTests.cs,src/__Libraries/StellaOps.Facet.Tests/StellaOps.Facet.Tests.csproj,__Libraries,FAIL,390,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Libraries/StellaOps.FeatureFlags.Tests/CompositeFeatureFlagServiceTests.cs,src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.csproj,__Libraries,FAIL,255,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.FeatureFlags.Tests/ConfigurationFeatureFlagProviderTests.cs,src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.csproj,__Libraries,FAIL,197,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Libraries/StellaOps.FeatureFlags.Tests/FeatureFlagModelsTests.cs,src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.csproj,__Libraries,FAIL,201,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.FeatureFlags.Tests/FeatureFlagServiceCollectionExtensionsTests.cs,src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.csproj,__Libraries,FAIL,231,BlockingAsync; FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.FeatureFlags.Tests/InMemoryFeatureFlagProviderTests.cs,src/__Libraries/StellaOps.FeatureFlags.Tests/StellaOps.FeatureFlags.Tests.csproj,__Libraries,FAIL,244,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/__Libraries/StellaOps.HybridLogicalClock.Tests/HlcTimestampJsonConverterTests.cs,src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,143,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock.Tests/HlcTimestampTests.cs,src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,350,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock.Tests/HybridLogicalClockTests.cs,src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,315,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.HybridLogicalClock.Tests/InMemoryHlcStateStoreTests.cs,src/__Libraries/StellaOps.HybridLogicalClock.Tests/StellaOps.HybridLogicalClock.Tests.csproj,__Libraries,FAIL,169,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core.Tests/ConfidenceCalculatorTests.cs,src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,228,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core.Tests/EvidenceUriBuilderTests.cs,src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,218,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core.Tests/HybridReachabilityResultTests.cs,src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,185,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core.Tests/ReachabilityIndexIntegrationTests.cs,src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,650,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core.Tests/ReachabilityLatticeTests.cs,src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,304,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Reachability.Core.Tests/SymbolRefTests.cs,src/__Libraries/StellaOps.Reachability.Core.Tests/StellaOps.Reachability.Core.Tests.csproj,__Libraries,FAIL,213,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core.Tests/ReplayManifestTests.cs,src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Libraries,FAIL,86,NamespaceMissing; UsingNotSorted,Add file-scoped namespace: namespace StellaOps.<Area>;; Sort using directives alphabetically.
|
|
src/__Libraries/StellaOps.Replay.Core.Tests/ReplayManifestV2Tests.cs,src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Libraries,FAIL,501,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core.Tests/ReplayProofTests.cs,src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Libraries,FAIL,324,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core.Tests/Export/ReplayManifestExporterTests.cs,src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Libraries,FAIL,370,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core.Tests/FeedSnapshot/FeedSnapshotCoordinatorTests.cs,src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Libraries,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Replay.Core.Tests/Validation/DeterminismManifestValidatorTests.cs,src/__Libraries/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Libraries,FAIL,400,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver.Tests/CycleDetectionTests.cs,src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj,__Libraries,FAIL,172,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver.Tests/DeterministicResolverTests.cs,src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj,__Libraries,FAIL,145,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver.Tests/EdgeIdTests.cs,src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj,__Libraries,FAIL,110,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver.Tests/FinalDigestTests.cs,src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj,__Libraries,FAIL,177,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver.Tests/GraphValidationTests.cs,src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj,__Libraries,FAIL,143,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver.Tests/RuntimePurityTests.cs,src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj,__Libraries,FAIL,108,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Libraries/StellaOps.Resolver.Tests/VerdictDigestTests.cs,src/__Libraries/StellaOps.Resolver.Tests/StellaOps.Resolver.Tests.csproj,__Libraries,FAIL,161,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Benchmarks/AdvisoryAI/AdvisoryChatBenchmarks.cs,src/__Tests/__Benchmarks/AdvisoryAI/StellaOps.Bench.AdvisoryAI.csproj,__Tests,FAIL,310,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Benchmarks/AdvisoryAI/Program.cs,src/__Tests/__Benchmarks/AdvisoryAI/StellaOps.Bench.AdvisoryAI.csproj,__Tests,PASS,10,,
|
|
src/__Tests/__Benchmarks/binary-lookup/Program.cs,src/__Tests/__Benchmarks/binary-lookup/StellaOps.Bench.BinaryLookup.csproj,__Tests,PASS,21,,
|
|
src/__Tests/__Benchmarks/binary-lookup/Benchmarks/BinaryLookupBenchmarks.cs,src/__Tests/__Benchmarks/binary-lookup/StellaOps.Bench.BinaryLookup.csproj,__Tests,FAIL,303,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Benchmarks/golden-set-diff/GoldenSetBenchmarks.cs,src/__Tests/__Benchmarks/golden-set-diff/StellaOps.Bench.GoldenSetDiff.csproj,__Tests,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Benchmarks/golden-set-diff/Program.cs,src/__Tests/__Benchmarks/golden-set-diff/StellaOps.Bench.GoldenSetDiff.csproj,__Tests,PASS,10,,
|
|
src/__Tests/__Benchmarks/proof-chain/Program.cs,src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.csproj,__Tests,PASS,22,,
|
|
src/__Tests/__Benchmarks/proof-chain/Benchmarks/IdGenerationBenchmarks.cs,src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.csproj,__Tests,FAIL,138,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Benchmarks/proof-chain/Benchmarks/ProofSpineAssemblyBenchmarks.cs,src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.csproj,__Tests,FAIL,200,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Benchmarks/proof-chain/Benchmarks/VerificationPipelineBenchmarks.cs,src/__Tests/__Benchmarks/proof-chain/StellaOps.Bench.ProofChain.csproj,__Tests,FAIL,266,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Concelier.Testing/ConcelierPostgresFixture.cs,src/__Tests/__Libraries/StellaOps.Concelier.Testing/StellaOps.Concelier.Testing.csproj,__Tests,FAIL,20,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/__Libraries/StellaOps.Concelier.Testing/ConnectorTestHarness.cs,src/__Tests/__Libraries/StellaOps.Concelier.Testing/StellaOps.Concelier.Testing.csproj,__Tests,FAIL,122,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/Checks/RegistryCapabilityProbeCheckTests.cs,src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj,__Tests,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/Checks/RegistryCredentialsCheckTests.cs,src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj,__Tests,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/Checks/RegistryPullAuthorizationCheckTests.cs,src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj,__Tests,FAIL,241,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/Checks/RegistryPushAuthorizationCheckTests.cs,src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj,__Tests,FAIL,287,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/Checks/RegistryReferrersApiCheckTests.cs,src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj,__Tests,FAIL,285,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/TestHelpers/DoctorPluginContextFactory.cs,src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj,__Tests,FAIL,80,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/TestHelpers/MockHttpMessageHandler.cs,src/__Tests/__Libraries/StellaOps.Doctor.Plugins.Integration.Tests/StellaOps.Doctor.Plugins.Integration.Tests.csproj,__Tests,PASS,100,,
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Tests/Export/ConfigurationSanitizerTests.cs,src/__Tests/__Libraries/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Tests,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Doctor.Tests/Export/DiagnosticBundleGeneratorTests.cs,src/__Tests/__Libraries/StellaOps.Doctor.Tests/StellaOps.Doctor.Tests.csproj,__Tests,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/MigrationTestAttribute.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/StellaOps.Infrastructure.Postgres.Testing.csproj,__Tests,FAIL,120,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/PostgresIntegrationFixture.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/StellaOps.Infrastructure.Postgres.Testing.csproj,__Tests,FAIL,161,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/OciComplianceTests.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.csproj,__Tests,FAIL,153,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/ReferrersApiTests.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.csproj,__Tests,FAIL,255,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/RegistryAuthTests.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.csproj,__Tests,FAIL,188,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/RegistryCapabilityTests.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing.Tests/StellaOps.Infrastructure.Registry.Testing.Tests.csproj,__Tests,FAIL,260,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/IRegistryTestContainer.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj,__Tests,PASS,99,,
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/RegistryCompatibilityFixture.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj,__Tests,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/RegistryTestContainerBase.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj,__Tests,FAIL,247,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/Containers/DistributionRegistryContainer.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj,__Tests,FAIL,54,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/Containers/GenericOciRegistryContainer.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj,__Tests,FAIL,53,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/Containers/HarborRegistryContainer.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj,__Tests,FAIL,194,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/Containers/ZotRegistryContainer.cs,src/__Tests/__Libraries/StellaOps.Infrastructure.Registry.Testing/StellaOps.Infrastructure.Registry.Testing.csproj,__Tests,FAIL,75,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/__Tests/__Libraries/StellaOps.Testing.AirGap/NetworkIsolatedTestBase.cs,src/__Tests/__Libraries/StellaOps.Testing.AirGap/StellaOps.Testing.AirGap.csproj,__Tests,FAIL,153,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.AirGap/Docker/IsolatedContainerBuilder.cs,src/__Tests/__Libraries/StellaOps.Testing.AirGap/StellaOps.Testing.AirGap.csproj,__Tests,FAIL,54,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/ConvergenceTrackerTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/StellaOps.Testing.Chaos.Tests.csproj,__Tests,FAIL,364,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/FailureChoreographerTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/StellaOps.Testing.Chaos.Tests.csproj,__Tests,FAIL,328,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/FailureInjectorTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Chaos.Tests/StellaOps.Testing.Chaos.Tests.csproj,__Tests,FAIL,305,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Chaos/FailureChoreographer.cs,src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.csproj,__Tests,FAIL,391,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Chaos/IConvergenceTracker.cs,src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.csproj,__Tests,FAIL,389,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Chaos/IFailureInjector.cs,src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.csproj,__Tests,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Chaos/Models.cs,src/__Tests/__Libraries/StellaOps.Testing.Chaos/StellaOps.Testing.Chaos.csproj,__Tests,FAIL,226,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/ConfigDiffTestBase.cs,src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/StellaOps.Testing.ConfigDiff.csproj,__Tests,FAIL,356,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/Models.cs,src/__Tests/__Libraries/StellaOps.Testing.ConfigDiff/StellaOps.Testing.ConfigDiff.csproj,__Tests,FAIL,145,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Coverage/BranchCoverageEnforcer.cs,src/__Tests/__Libraries/StellaOps.Testing.Coverage/StellaOps.Testing.Coverage.csproj,__Tests,FAIL,209,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Coverage/CoberturaParser.cs,src/__Tests/__Libraries/StellaOps.Testing.Coverage/StellaOps.Testing.Coverage.csproj,__Tests,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Coverage/Models.cs,src/__Tests/__Libraries/StellaOps.Testing.Coverage/StellaOps.Testing.Coverage.csproj,__Tests,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/CanonicalJsonDeterminismProperties.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.csproj,__Tests,FAIL,198,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/DigestComputationDeterminismProperties.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.csproj,__Tests,FAIL,150,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/FloatingPointStabilityProperties.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.csproj,__Tests,FAIL,300,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/JsonObjectArbitraries.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.csproj,__Tests,PASS,85,,
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/SbomVexOrderingDeterminismProperties.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.csproj,__Tests,FAIL,234,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/UnicodeNormalizationDeterminismProperties.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism.Properties/StellaOps.Testing.Determinism.Properties.csproj,__Tests,FAIL,225,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism/Determinism/DeterminismBaselineStore.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.csproj,__Tests,FAIL,455,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism/Determinism/DeterminismGate.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.csproj,__Tests,FAIL,216,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism/Determinism/DeterminismManifest.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.csproj,__Tests,FAIL,323,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism/Determinism/DeterminismManifestReader.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.csproj,__Tests,FAIL,364,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism/Determinism/DeterminismManifestWriter.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.csproj,__Tests,FAIL,184,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Determinism/Determinism/DeterminismSummary.cs,src/__Tests/__Libraries/StellaOps.Testing.Determinism/StellaOps.Testing.Determinism.csproj,__Tests,FAIL,375,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Evidence.Tests/TestEvidenceServiceTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Evidence.Tests/StellaOps.Testing.Evidence.Tests.csproj,__Tests,FAIL,428,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Evidence/ITestEvidenceService.cs,src/__Tests/__Libraries/StellaOps.Testing.Evidence/StellaOps.Testing.Evidence.csproj,__Tests,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Evidence/TestEvidenceService.cs,src/__Tests/__Libraries/StellaOps.Testing.Evidence/StellaOps.Testing.Evidence.csproj,__Tests,FAIL,192,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Explainability/ExplainabilityAssertions.cs,src/__Tests/__Libraries/StellaOps.Testing.Explainability/StellaOps.Testing.Explainability.csproj,__Tests,FAIL,231,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Explainability/IExplainableDecision.cs,src/__Tests/__Libraries/StellaOps.Testing.Explainability/StellaOps.Testing.Explainability.csproj,__Tests,PASS,43,,
|
|
src/__Tests/__Libraries/StellaOps.Testing.Explainability/Models.cs,src/__Tests/__Libraries/StellaOps.Testing.Explainability/StellaOps.Testing.Explainability.csproj,__Tests,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Manifests/Attestation/TestRunAttestationGenerator.cs,src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj,__Tests,FAIL,346,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Manifests/Attestation/TestRunAttestationModels.cs,src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj,__Tests,FAIL,322,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Manifests/Attestation/TestRunEvidence.cs,src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj,__Tests,FAIL,223,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Manifests/Models/RunManifest.cs,src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj,__Tests,FAIL,150,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Manifests/Serialization/RunManifestSerializer.cs,src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj,__Tests,FAIL,60,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Manifests/Services/ManifestCaptureService.cs,src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj,__Tests,FAIL,94,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Manifests/Validation/RunManifestValidator.cs,src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj,__Tests,FAIL,68,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Manifests/Validation/SchemaLoader.cs,src/__Tests/__Libraries/StellaOps.Testing.Manifests/StellaOps.Testing.Manifests.csproj,__Tests,FAIL,28,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Policy/Models.cs,src/__Tests/__Libraries/StellaOps.Testing.Policy/StellaOps.Testing.Policy.csproj,__Tests,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Policy/PolicyDiffEngine.cs,src/__Tests/__Libraries/StellaOps.Testing.Policy/StellaOps.Testing.Policy.csproj,__Tests,FAIL,214,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Policy/PolicyRegressionTestBase.cs,src/__Tests/__Libraries/StellaOps.Testing.Policy/StellaOps.Testing.Policy.csproj,__Tests,FAIL,191,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Replay.Tests/ReplayTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Replay.Tests/StellaOps.Testing.Replay.Tests.csproj,__Tests,FAIL,509,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Replay/IReplayOrchestrator.cs,src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.csproj,__Tests,FAIL,60,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Replay/ITraceCorpusManager.cs,src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.csproj,__Tests,FAIL,127,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Replay/ReplayIntegrationTestBase.cs,src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.csproj,__Tests,FAIL,188,ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Replay/ServiceCollectionExtensions.cs,src/__Tests/__Libraries/StellaOps.Testing.Replay/StellaOps.Testing.Replay.csproj,__Tests,FAIL,210,ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/Models.cs,src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/StellaOps.Testing.SchemaEvolution.csproj,__Tests,FAIL,155,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/PostgresSchemaEvolutionTestBase.cs,src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/StellaOps.Testing.SchemaEvolution.csproj,__Tests,FAIL,227,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/SchemaEvolutionTestBase.cs,src/__Tests/__Libraries/StellaOps.Testing.SchemaEvolution/StellaOps.Testing.SchemaEvolution.csproj,__Tests,FAIL,336,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/ClockSkewAssertionsTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.csproj,__Tests,FAIL,240,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/IdempotencyVerifierTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.csproj,__Tests,FAIL,250,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/LeapSecondTimeProviderTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.csproj,__Tests,FAIL,184,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/SimulatedTimeProviderTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.csproj,__Tests,FAIL,215,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/TtlBoundaryTimeProviderTests.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal.Tests/StellaOps.Testing.Temporal.Tests.csproj,__Tests,FAIL,153,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal/ClockSkewAssertions.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.csproj,__Tests,FAIL,344,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal/IdempotencyVerifier.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.csproj,__Tests,FAIL,344,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal/LeapSecondTimeProvider.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.csproj,__Tests,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal/SimulatedTimeProvider.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.csproj,__Tests,FAIL,252,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/__Libraries/StellaOps.Testing.Temporal/TtlBoundaryTimeProvider.cs,src/__Tests/__Libraries/StellaOps.Testing.Temporal/StellaOps.Testing.Temporal.csproj,__Tests,FAIL,186,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/ContractSpecDiffTests.cs,src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.csproj,__Tests,FAIL,244,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/SchemaComplianceTests.cs,src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.csproj,__Tests,FAIL,327,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/Infrastructure/EndpointDiscoverer.cs,src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.csproj,__Tests,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/Infrastructure/OpenApiParser.cs,src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.csproj,__Tests,FAIL,150,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/Infrastructure/OpenApiSpec.cs,src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.csproj,__Tests,FAIL,194,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/Infrastructure/SpecDiffComparer.cs,src/__Tests/architecture/StellaOps.Architecture.Contracts.Tests/StellaOps.Architecture.Contracts.Tests.csproj,__Tests,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Tests/ForbiddenPackageRulesTests.cs,src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.csproj,__Tests,FAIL,167,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Tests/LatticeEngineRulesTests.cs,src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.csproj,__Tests,FAIL,88,BlockingAsync; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.
|
|
src/__Tests/architecture/StellaOps.Architecture.Tests/ModuleDependencyRulesTests.cs,src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.csproj,__Tests,FAIL,137,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/architecture/StellaOps.Architecture.Tests/NamingConventionRulesTests.cs,src/__Tests/architecture/StellaOps.Architecture.Tests/StellaOps.Architecture.Tests.csproj,__Tests,FAIL,159,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/ControlPlaneOutageTests.cs,src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.csproj,__Tests,FAIL,381,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/PartialOutageTests.cs,src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.csproj,__Tests,FAIL,406,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/Fixtures/ControlPlaneClusterFixture.cs,src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.csproj,__Tests,FAIL,562,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/Fixtures/ServiceFailureInjector.cs,src/__Tests/chaos/StellaOps.Chaos.ControlPlane.Tests/StellaOps.Chaos.ControlPlane.Tests.csproj,__Tests,FAIL,274,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/chaos/StellaOps.Chaos.Router.Tests/BackpressureVerificationTests.cs,src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj,__Tests,FAIL,233,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/chaos/StellaOps.Chaos.Router.Tests/RecoveryTests.cs,src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj,__Tests,FAIL,299,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/chaos/StellaOps.Chaos.Router.Tests/ValkeyFailureTests.cs,src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj,__Tests,FAIL,226,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/chaos/StellaOps.Chaos.Router.Tests/Fixtures/RouterTestFixture.cs,src/__Tests/chaos/StellaOps.Chaos.Router.Tests/StellaOps.Chaos.Router.Tests.csproj,__Tests,FAIL,171,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/Determinism/CgsDeterminismTests.cs,src/__Tests/Determinism/StellaOps.Tests.Determinism.csproj,__Tests,FAIL,388,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/GoldenSetDiff/FixVerificationE2ETests.cs,src/__Tests/e2e/GoldenSetDiff/StellaOps.E2E.GoldenSetDiff.csproj,__Tests,FAIL,252,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/e2e/Integrations/CiTemplateTests.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,420,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/Integrations/DeterminismTests.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,488,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/e2e/Integrations/FacetSealAdmissionE2ETests.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,813,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/Integrations/OfflineModeTests.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,397,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/Integrations/RegistryWebhookTests.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,448,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/Integrations/ScmWebhookTests.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,437,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/Integrations/Fixtures/IntegrationTestFixture.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,115,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/Integrations/Helpers/MockProviderHelper.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,237,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/Integrations/Helpers/TestCiTemplates.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,514,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/Integrations/Helpers/WebhookTestHelper.cs,src/__Tests/e2e/Integrations/StellaOps.Integration.E2E.Integrations.csproj,__Tests,FAIL,456,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/ReplayableVerdict/ReplayableVerdictE2ETests.cs,src/__Tests/e2e/ReplayableVerdict/StellaOps.E2E.ReplayableVerdict.csproj,__Tests,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/e2e/RuntimeLinkage/RuntimeLinkageE2ETests.cs,src/__Tests/e2e/RuntimeLinkage/StellaOps.E2E.RuntimeLinkage.csproj,__Tests,FAIL,151,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/AdvisoryLinksetProcessorTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,152,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/AdvisoryLinksetTransformerTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,109,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/FileSystemSnapshotFileWriterTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,58,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/GraphIdentityTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,115,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/GraphSnapshotBuilderTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,150,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/PolicyOverlayProcessorTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/PolicyOverlayTransformerTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,109,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/SbomIngestProcessorTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,198,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/SbomIngestServiceCollectionExtensionsTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/SbomIngestTransformerTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,301,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/SbomSnapshotExporterTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/VexOverlayTransformerTests.cs,src/__Tests/Graph/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,__Tests,FAIL,108,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/GoldenSetDiff/CorpusValidationTests.cs,src/__Tests/Integration/GoldenSetDiff/StellaOps.Integration.GoldenSetDiff.csproj,__Tests,FAIL,257,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/GoldenSetDiff/DeterminismTests.cs,src/__Tests/Integration/GoldenSetDiff/StellaOps.Integration.GoldenSetDiff.csproj,__Tests,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/GoldenSetDiff/ReplayValidationTests.cs,src/__Tests/Integration/GoldenSetDiff/StellaOps.Integration.GoldenSetDiff.csproj,__Tests,FAIL,250,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.AirGap/AirGapIntegrationTests.cs,src/__Tests/Integration/StellaOps.Integration.AirGap/StellaOps.Integration.AirGap.csproj,__Tests,FAIL,385,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.AirGap/AirGapTestFixture.cs,src/__Tests/Integration/StellaOps.Integration.AirGap/StellaOps.Integration.AirGap.csproj,__Tests,FAIL,419,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.ClockSkew/CrossServiceClockSkewTests.cs,src/__Tests/Integration/StellaOps.Integration.ClockSkew/StellaOps.Integration.ClockSkew.csproj,__Tests,FAIL,354,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.ClockSkew/Fixtures/ClockSkewServiceFixture.cs,src/__Tests/Integration/StellaOps.Integration.ClockSkew/StellaOps.Integration.ClockSkew.csproj,__Tests,FAIL,389,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/AirGapBundleDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,587,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/BinaryEvidenceDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,715,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/DeterminismValidationTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,409,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/EvidenceBundleDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,561,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/FullVerdictPipelineDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,835,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/PolicyDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,659,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/ReachabilityEvidenceDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,1166,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/SbomDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,497,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/TriageOutputDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,463,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/VerdictArtifactDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,586,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/VerdictIdContentAddressingTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,466,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Determinism/VexDeterminismTests.cs,src/__Tests/Integration/StellaOps.Integration.Determinism/StellaOps.Integration.Determinism.csproj,__Tests,FAIL,626,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.E2E/E2EReproducibilityTestFixture.cs,src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.csproj,__Tests,FAIL,963,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.E2E/E2EReproducibilityTests.cs,src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.csproj,__Tests,FAIL,461,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.E2E/ManifestComparer.cs,src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.csproj,__Tests,FAIL,474,BlockingAsync; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.E2E/ReachGraphE2ETests.cs,src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.csproj,__Tests,FAIL,435,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.E2E/VerifyProveE2ETests.cs,src/__Tests/Integration/StellaOps.Integration.E2E/StellaOps.Integration.E2E.csproj,__Tests,FAIL,467,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.HLC/DistributedHlcTests.cs,src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.csproj,__Tests,FAIL,266,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.HLC/HlcNetworkPartitionTests.cs,src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.csproj,__Tests,FAIL,319,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.HLC/Fixtures/MultiNodeHlcFixture.cs,src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.csproj,__Tests,FAIL,313,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.HLC/Fixtures/NetworkPartitionSimulator.cs,src/__Tests/Integration/StellaOps.Integration.HLC/StellaOps.Integration.HLC.csproj,__Tests,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Immutability/ArtifactImmutabilityTests.cs,src/__Tests/Integration/StellaOps.Integration.Immutability/StellaOps.Integration.Immutability.csproj,__Tests,FAIL,320,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Immutability/ContainerDigestVerificationTests.cs,src/__Tests/Integration/StellaOps.Integration.Immutability/StellaOps.Integration.Immutability.csproj,__Tests,FAIL,352,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Immutability/Fixtures/ArtifactVerificationFixture.cs,src/__Tests/Integration/StellaOps.Integration.Immutability/StellaOps.Integration.Immutability.csproj,__Tests,FAIL,241,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Performance/ColdPathLatencyTests.cs,src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.csproj,__Tests,FAIL,452,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Performance/LatencyBudgetEnforcer.cs,src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.csproj,__Tests,FAIL,365,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Performance/PerformanceBaselineTests.cs,src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.csproj,__Tests,FAIL,454,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.Performance/PerformanceTestFixture.cs,src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.csproj,__Tests,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Performance/WarmPathLatencyTests.cs,src/__Tests/Integration/StellaOps.Integration.Performance/StellaOps.Integration.Performance.csproj,__Tests,FAIL,461,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Platform/PostgresOnlyStartupTests.cs,src/__Tests/Integration/StellaOps.Integration.Platform/StellaOps.Integration.Platform.csproj,__Tests,FAIL,252,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.ProofChain/ProofChainIntegrationTests.cs,src/__Tests/Integration/StellaOps.Integration.ProofChain/StellaOps.Integration.ProofChain.csproj,__Tests,FAIL,377,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Integration/StellaOps.Integration.ProofChain/ProofChainTestFixture.cs,src/__Tests/Integration/StellaOps.Integration.ProofChain/StellaOps.Integration.ProofChain.csproj,__Tests,FAIL,122,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Reachability/ReachabilityIntegrationTests.cs,src/__Tests/Integration/StellaOps.Integration.Reachability/StellaOps.Integration.Reachability.csproj,__Tests,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Integration/StellaOps.Integration.Reachability/ReachabilityTestFixture.cs,src/__Tests/Integration/StellaOps.Integration.Reachability/StellaOps.Integration.Reachability.csproj,__Tests,PASS,92,,
|
|
src/__Tests/Integration/StellaOps.Integration.Unknowns/UnknownsWorkflowTests.cs,src/__Tests/Integration/StellaOps.Integration.Unknowns/StellaOps.Integration.Unknowns.csproj,__Tests,FAIL,459,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/interop/StellaOps.Interop.Tests/InteropTestHarness.cs,src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj,__Tests,FAIL,230,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/interop/StellaOps.Interop.Tests/Models.cs,src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj,__Tests,PASS,79,,
|
|
src/__Tests/interop/StellaOps.Interop.Tests/ToolManagerTests.cs,src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj,__Tests,FAIL,159,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/interop/StellaOps.Interop.Tests/Analysis/FindingsParityAnalyzer.cs,src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj,__Tests,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/interop/StellaOps.Interop.Tests/CycloneDx/CycloneDxRoundTripTests.cs,src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj,__Tests,FAIL,131,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/interop/StellaOps.Interop.Tests/Spdx/SpdxRoundTripTests.cs,src/__Tests/interop/StellaOps.Interop.Tests/StellaOps.Interop.Tests.csproj,__Tests,FAIL,99,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/__Tests/offline/StellaOps.Offline.E2E.Tests/NetworkIsolationTests.cs,src/__Tests/offline/StellaOps.Offline.E2E.Tests/StellaOps.Offline.E2E.Tests.csproj,__Tests,FAIL,65,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; UsingInsideNamespace,Add 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.
|
|
src/__Tests/offline/StellaOps.Offline.E2E.Tests/OfflineE2ETests.cs,src/__Tests/offline/StellaOps.Offline.E2E.Tests/StellaOps.Offline.E2E.Tests.csproj,__Tests,FAIL,191,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/ErrorModeComparisonLogic.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,233,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/LatencyComparisonLogic.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/ParityHarness.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,342,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/ParityTestFixtureSet.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/SbomComparisonLogic.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,274,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/VulnerabilityComparisonLogic.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/Competitors/CompetitorBenchmarkTests.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,388,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/Competitors/ExpandedCorpusFixtures.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/Competitors/GroundTruthMetrics.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,384,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/Storage/ParityDriftDetector.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,341,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/parity/StellaOps.Parity.Tests/Storage/ParityResultStore.cs,src/__Tests/parity/StellaOps.Parity.Tests/StellaOps.Parity.Tests.csproj,__Tests,FAIL,297,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/CorpusFixtureTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,106,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/FixtureCoverageTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,61,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/PatchOracleHarnessTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,512,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/ReachabilityLifterTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,417,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/ReachabilityReplayWriterTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,67,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/ReachbenchEvaluationHarnessTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,90,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/ReachbenchFixtureTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,165,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/SamplesPublicFixtureTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,81,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/SymbolIdTests.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,208,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/PatchOracle/PatchOracleComparer.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,376,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/PatchOracle/PatchOracleLoader.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,113,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Reachability.FixtureTests/PatchOracle/PatchOracleModels.cs,src/__Tests/reachability/StellaOps.Reachability.FixtureTests/StellaOps.Reachability.FixtureTests.csproj,__Tests,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Replay.Core.Tests/CanonicalJsonTests.cs,src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Tests,FAIL,38,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.Replay.Core.Tests/DeterministicHashTests.cs,src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Tests,FAIL,37,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.Replay.Core.Tests/DsseEnvelopeTests.cs,src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Tests,FAIL,41,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.Replay.Core.Tests/ReplayBundleWriterTests.cs,src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Tests,FAIL,72,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/reachability/StellaOps.Replay.Core.Tests/ReplayManifestExtensionsTests.cs,src/__Tests/reachability/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,__Tests,FAIL,44,UsingNotSorted,Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/ReachabilityDriftIntegrationTests.cs,src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/StellaOps.ScannerSignals.IntegrationTests.csproj,__Tests,FAIL,630,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/ScannerToSignalsReachabilityTests.cs,src/__Tests/reachability/StellaOps.ScannerSignals.IntegrationTests/StellaOps.ScannerSignals.IntegrationTests.csproj,__Tests,FAIL,390,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/CallgraphSchemaMigratorTests.cs,src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.csproj,__Tests,FAIL,766,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/CallgraphSchemaV1DeterminismTests.cs,src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.csproj,__Tests,FAIL,424,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/ReachabilityScoringTests.cs,src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.csproj,__Tests,FAIL,360,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/RuntimeFactsIngestionServiceTests.cs,src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.csproj,__Tests,FAIL,259,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/RuntimeFactsNdjsonReaderTests.cs,src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.csproj,__Tests,FAIL,54,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/SignalsSealedModeMonitorTests.cs,src/__Tests/reachability/StellaOps.Signals.Reachability.Tests/StellaOps.Signals.Reachability.Tests.csproj,__Tests,FAIL,106,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/A01_BrokenAccessControl/AuthorizationBypassTests.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,192,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/A02_CryptographicFailures/CryptographicFailuresTests.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,231,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/A03_Injection/InjectionTests.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,250,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/A05_SecurityMisconfiguration/SecurityMisconfigurationTests.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,263,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/A07_AuthenticationFailures/AuthenticationFailuresTests.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,293,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/__Tests/security/StellaOps.Security.Tests/A08_SoftwareDataIntegrity/SoftwareDataIntegrityTests.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,285,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/A10_SSRF/SsrfTests.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,323,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/Infrastructure/MaliciousPayloads.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,249,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/Infrastructure/SecurityAssertions.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/security/StellaOps.Security.Tests/Infrastructure/SecurityTestBase.cs,src/__Tests/security/StellaOps.Security.Tests/StellaOps.Security.Tests.csproj,__Tests,FAIL,129,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Audit.ReplayToken.Tests/DecisionReplayTokenExtensionsTests.cs,src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.csproj,__Tests,PASS,78,,
|
|
src/__Tests/StellaOps.Audit.ReplayToken.Tests/ReplayCliSnippetGeneratorTests.cs,src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.csproj,__Tests,PASS,41,,
|
|
src/__Tests/StellaOps.Audit.ReplayToken.Tests/ReplayTokenGeneratorTests.cs,src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.csproj,__Tests,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Audit.ReplayToken.Tests/ReplayTokenSecurityTests.cs,src/__Tests/StellaOps.Audit.ReplayToken.Tests/StellaOps.Audit.ReplayToken.Tests.csproj,__Tests,FAIL,652,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Evidence.Bundle.Tests/BinaryDiffEvidenceTests.cs,src/__Tests/StellaOps.Evidence.Bundle.Tests/StellaOps.Evidence.Bundle.Tests.csproj,__Tests,FAIL,307,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Evidence.Bundle.Tests/EvidenceBundleTests.cs,src/__Tests/StellaOps.Evidence.Bundle.Tests/StellaOps.Evidence.Bundle.Tests.csproj,__Tests,FAIL,251,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/EndpointDiscoveryServiceTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,193,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/EndpointDiscoveryTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,136,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/EndpointOverrideMergerTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,396,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/EndpointRegistryTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,182,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/MicroserviceYamlConfigTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,156,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/MicroserviceYamlLoaderTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,301,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/RequestDispatcherTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,170,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/StellaMicroserviceOptionsTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,147,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.Microservice.Tests/TypedEndpointAdapterTests.cs,src/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,__Tests,FAIL,201,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/StellaOps.VulnExplorer.Api.Tests/VulnApiTests.cs,src/__Tests/StellaOps.VulnExplorer.Api.Tests/StellaOps.VulnExplorer.Api.Tests.csproj,__Tests,FAIL,81,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/__Tests/Tools/FixtureHarvester/FeedSnapshotCommandTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,255,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/FixtureValidationTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/OciPinCommandTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/Program.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,235,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/SbomGoldenCommandTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,357,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/VexSourceCommandTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,264,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/FeedSnapshotCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,307,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/HarvestCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,127,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/OciPinCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/RegenCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,PASS,60,,
|
|
src/__Tests/Tools/FixtureHarvester/Commands/SbomGoldenCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,508,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/ValidateCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,177,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/VexSourceCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,FAIL,437,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Models/FixtureManifest.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,PASS,65,,
|
|
src/__Tests/Tools/FixtureHarvester/Models/FixtureMeta.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.csproj,__Tests,PASS,61,,
|
|
src/__Tests/Tools/FixtureHarvester/FeedSnapshotCommandTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,255,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/FixtureValidationTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/OciPinCommandTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/Program.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,235,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/SbomGoldenCommandTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,357,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/VexSourceCommandTests.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,264,FileLength>100,Split file to stay <= 100 lines.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/FeedSnapshotCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,307,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/HarvestCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,127,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/OciPinCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/RegenCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,PASS,60,,
|
|
src/__Tests/Tools/FixtureHarvester/Commands/SbomGoldenCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,508,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/ValidateCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,177,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Commands/VexSourceCommand.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,FAIL,437,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/Tools/FixtureHarvester/Models/FixtureManifest.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,PASS,65,,
|
|
src/__Tests/Tools/FixtureHarvester/Models/FixtureMeta.cs,src/__Tests/Tools/FixtureHarvester/FixtureHarvester.Tests.csproj,__Tests,PASS,61,,
|
|
src/__Tests/unit/StellaOps.AuditPack.Tests/AuditPackBuilderTests.cs,src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Tests,FAIL,72,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/__Tests/unit/StellaOps.AuditPack.Tests/AuditPackExportServiceTests.cs,src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Tests,FAIL,231,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/__Tests/unit/StellaOps.AuditPack.Tests/AuditPackImporterTests.cs,src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Tests,FAIL,80,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/__Tests/unit/StellaOps.AuditPack.Tests/AuditPackReplayerTests.cs,src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Tests,FAIL,62,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/__Tests/unit/StellaOps.AuditPack.Tests/ReplayAttestationServiceTests.cs,src/__Tests/unit/StellaOps.AuditPack.Tests/StellaOps.AuditPack.Tests.csproj,__Tests,FAIL,284,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryGuardrailInjectionTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,220,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryGuardrailOptionsBindingTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryGuardrailPerformanceTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryGuardrailPipelineTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,58,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryPipelineExecutorTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,378,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryPipelineOrchestratorTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,490,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryPipelinePlanResponseTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,87,UsingNotSorted,Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryPlanCacheTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,179,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryPromptAssemblerTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,230,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryStructuredRetrieverTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,153,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryTaskQueueTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,33,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/AdvisoryVectorRetrieverTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,86,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/ConcelierAdvisoryDocumentProviderTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,87,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/DeterministicToolsetTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,84,UsingNotSorted,Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/ExcititorVexDocumentProviderTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,151,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/ExplanationGeneratorIntegrationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,547,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/ExplanationReplayGoldenTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,501,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/FileSystemAdvisoryOutputStoreTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/FileSystemAdvisoryPersistenceTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/FileSystemAdvisoryPlanCacheTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,131,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/FileSystemAdvisoryTaskQueueTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,75,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/GitHubPullRequestGeneratorTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,337,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/InMemoryRunStoreTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,302,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/LlmInferenceCacheTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,173,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/LlmProviderConfigValidationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,49,UsingNotSorted,Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/OfflineInferenceIntegrationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,796,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/PolicyStudioIntegrationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,851,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/RemediationIntegrationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,792,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/RunServiceTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,467,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/SbomContextHttpClientTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,149,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/SbomContextRequestTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,43,UsingNotSorted,Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/SbomContextRetrieverTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,218,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/SemanticVersionTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,85,UsingNotSorted,Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/SignedModelBundleManagerTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,105,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/ToolsetServiceCollectionExtensionsTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,73,ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Actions/ActionExecutorTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,359,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Actions/ActionPolicyGateTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Actions/ActionRegistryTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,244,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Actions/IdempotencyHandlerTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,310,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/ActionProposalParserTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,315,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/AdvisoryChatIntentRouterTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,260,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/ChatIntegrationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,451,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/ChatPromptAssemblerTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,325,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/ConversationServiceTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,445,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/DeterminismTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,415,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/EvidenceBundleAssemblerTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,444,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/GroundingValidatorTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,414,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Audit/AdvisoryChatAuditEnvelopeBuilderTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,242,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/DataProviders/ReachabilityDataProviderTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/DataProviders/VexDataProviderTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,127,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Inference/LocalInferenceClientTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,276,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Inference/SystemPromptLoaderTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,70,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Integration/AdvisoryChatEndpointsIntegrationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Integration/AdvisoryChatErrorResponseTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,134,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Options/AdvisoryChatOptionsTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,324,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Security/AdvisoryChatSecurityTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,490,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Services/AdvisoryChatQuotaServiceTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,78,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Settings/AdvisoryChatSettingsServiceTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,106,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Chat/Settings/AdvisoryChatToolPolicyTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,86,UsingNotSorted,Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Integration/EvidenceCardExportIntegrationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,363,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Integration/RunServiceIntegrationTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,672,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Plugins/LlmPluginAdapterTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,242,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Plugins/ScmPluginAdapterTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,189,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/TestUtilities/DeterministicTimeProvider.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,PASS,28,,
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/TestUtilities/TempDirectory.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,PASS,52,,
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/TestUtilities/TestCryptoHash.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,55,AsyncNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/Worker/AdvisoryTaskWorkerTests.cs,src/AdvisoryAI/__Tests/StellaOps.AdvisoryAI.Tests/StellaOps.AdvisoryAI.Tests.csproj,AdvisoryAI,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/AirGapCliToolTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,361,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/AirGapIntegrationTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,396,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/AssemblyInfo.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,PASS,4,,
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/BundleDeterminismTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,451,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/BundleExportImportTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,453,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/BundleExportModeTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/BundleExportTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,544,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/BundleImportTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,566,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/BundleInlineArtifactSizeTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,133,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/BundleManifestTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,323,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/BundleTimestampOfflineVerificationTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,227,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/FunctionMapBundleIntegrationTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,FAIL,528,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/TrustProfileLoaderTests.cs,src/AirGap/__Libraries/__Tests/StellaOps.AirGap.Bundle.Tests/StellaOps.AirGap.Bundle.Tests.csproj,AirGap,PASS,80,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/AirGapEndpointTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj,AirGap,FAIL,112,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/AirGapStartupDiagnosticsHostedServiceTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj,AirGap,FAIL,173,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/AirGapStateServiceTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj,AirGap,FAIL,146,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/AirGapTelemetryTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj,AirGap,FAIL,48,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/InMemoryAirGapStateStoreTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj,AirGap,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/ReplayVerificationServiceTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj,AirGap,FAIL,100,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/TestUtilities/TempDirectory.cs,src/AirGap/__Tests/StellaOps.AirGap.Controller.Tests/StellaOps.AirGap.Controller.Tests.csproj,AirGap,PASS,34,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/AirGapControllerContractTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,382,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/BundleImportPlannerTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,45,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/DsseVerifierTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,65,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/GlobalUsings.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,2,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/ImportValidatorTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,488,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/InMemoryBundleRepositoriesTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,69,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/MerkleRootCalculatorTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,32,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/OfflineKitMetricsTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,121,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/ReplayVerifierTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,77,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/RootRotationPolicyTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,45,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/TufMetadataValidatorTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,47,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Quarantine/FileSystemQuarantineServiceTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,156,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/ArtifactIndexDigestNormalizationTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,44,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/ArtifactIndexTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,66,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/CycloneDxParserTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,137,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/DsseAttestationParserTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/EvidenceDirectoryDiscoveryTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,66,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/EvidenceReconcilerDsseSigningTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,76,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/EvidenceReconcilerVexTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,149,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/SbomNormalizerVolatileFieldsTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,425,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/SourcePrecedenceLatticePropertyTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,454,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Reconciliation/SpdxParserTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,150,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Validation/ImportValidatorIntegrationTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,189,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Validation/ReferrerValidatorTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,600,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Validation/RekorOfflineReceiptVerifierTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,166,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Validation/RuleBundleValidatorTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,413,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Versioning/BundleVersionTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,PASS,80,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/Versioning/VersionMonotonicityCheckerTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Importer.Tests/StellaOps.AirGap.Importer.Tests.csproj,AirGap,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/AirGapPostgresFixture.cs,src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.csproj,AirGap,FAIL,128,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/AirGapStorageIntegrationTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.csproj,AirGap,FAIL,343,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/PostgresAirGapStateStoreTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Persistence.Tests/StellaOps.AirGap.Persistence.Tests.csproj,AirGap,FAIL,176,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/AirGapBundleDsseSignerTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.csproj,AirGap,FAIL,243,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/ConflictResolverTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.csproj,AirGap,FAIL,343,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/HlcMergeServiceTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Sync.Tests/StellaOps.AirGap.Sync.Tests.csproj,AirGap,FAIL,452,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/AirGapOptionsValidatorTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,40,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/GlobalUsings.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,2,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/Rfc3161VerifierTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/RoughtimeVerifierTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/SealedStartupValidatorTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,FAIL,79,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StalenessCalculatorTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,48,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/TestOptionsMonitor.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,29,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/TimeAnchorLoaderTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,67,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/TimeAnchorPolicyServiceTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,FAIL,274,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/TimeStatusDtoTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,27,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/TimeStatusServiceTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,FAIL,49,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/TimeTelemetryTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,30,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/TimeTokenParserTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,38,,
|
|
src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/TimeVerificationServiceTests.cs,src/AirGap/__Tests/StellaOps.AirGap.Time.Tests/StellaOps.AirGap.Time.Tests.csproj,AirGap,PASS,32,,
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/HttpClientUsageAnalyzerTests.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.csproj,AirGap,FAIL,132,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/PolicyAnalyzerRoslynTests.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Analyzers.Tests/StellaOps.AirGap.Policy.Analyzers.Tests.csproj,AirGap,FAIL,357,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/EgressPolicyTests.cs,src/AirGap/StellaOps.AirGap.Policy/StellaOps.AirGap.Policy.Tests/StellaOps.AirGap.Policy.Tests.csproj,AirGap,FAIL,242,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/AocForbiddenFieldAnalyzerTests.cs,src/Aoc/__Tests/StellaOps.Aoc.Analyzers.Tests/StellaOps.Aoc.Analyzers.Tests.csproj,Aoc,FAIL,472,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/AocGuardEndpointFilterExtensionsTests.cs,src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.csproj,Aoc,FAIL,58,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/AocGuardEndpointFilterTests.cs,src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.csproj,Aoc,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/AocHttpResultsTests.cs,src/Aoc/__Tests/StellaOps.Aoc.AspNetCore.Tests/StellaOps.Aoc.AspNetCore.Tests.csproj,Aoc,FAIL,58,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Aoc/__Tests/StellaOps.Aoc.Tests/AocErrorTests.cs,src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.csproj,Aoc,FAIL,49,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Aoc/__Tests/StellaOps.Aoc.Tests/AocWriteGuardTests.cs,src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.csproj,Aoc,FAIL,212,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Aoc/__Tests/StellaOps.Aoc.Tests/UnitTest1.cs,src/Aoc/__Tests/StellaOps.Aoc.Tests/StellaOps.Aoc.Tests.csproj,Aoc,PASS,13,,
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/Unit/FixChainPredicateTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj,Attestor,FAIL,159,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/Unit/FixChainStatementBuilderTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj,Attestor,FAIL,306,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/Unit/FixChainValidatorTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj,Attestor,FAIL,311,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/GraphRootAttestorTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj,Attestor,FAIL,316,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/GraphRootModelsTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj,Attestor,FAIL,240,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/GraphRootPipelineIntegrationTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj,Attestor,FAIL,568,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/Sha256MerkleRootComputerTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj,Attestor,FAIL,190,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/BuildAttestationMapperTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.csproj,Attestor,FAIL,178,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/BuildProfileValidatorTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.csproj,Attestor,FAIL,187,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/CombinedDocumentBuilderTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.csproj,Attestor,FAIL,281,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/DsseSpdx3SignerTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.Spdx3.Tests/StellaOps.Attestor.Spdx3.Tests.csproj,Attestor,FAIL,308,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/SigstoreServiceMapTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/StellaOps.Attestor.TrustRepo.Tests.csproj,Attestor,FAIL,229,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/TufMetadataStoreTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/StellaOps.Attestor.TrustRepo.Tests.csproj,Attestor,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/TufModelsTests.cs,src/Attestor/__Libraries/__Tests/StellaOps.Attestor.TrustRepo.Tests/StellaOps.Attestor.TrustRepo.Tests.csproj,Attestor,FAIL,223,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/JsonCanonicalizerTests.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.csproj,Attestor,PASS,32,,
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/TrustEvidenceMerkleBuilderTests.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.csproj,Attestor,FAIL,391,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/TrustVerdictCacheTests.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.csproj,Attestor,FAIL,388,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/TrustVerdictOciAttacherTests.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.csproj,Attestor,FAIL,93,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/TrustVerdictRepositoryMappingTests.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.csproj,Attestor,FAIL,145,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/TrustVerdictServiceTests.cs,src/Attestor/__Libraries/StellaOps.Attestor.TrustVerdict.Tests/StellaOps.Attestor.TrustVerdict.Tests.csproj,Attestor,FAIL,617,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/SigstoreBundleBuilderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.csproj,Attestor,FAIL,395,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/SigstoreBundleSerializerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.csproj,Attestor,FAIL,269,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/SigstoreBundleVerifierTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundle.Tests/StellaOps.Attestor.Bundle.Tests.csproj,Attestor,FAIL,432,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/AttestationBundlerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj,Attestor,FAIL,530,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/BundleAggregatorTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj,Attestor,FAIL,380,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/BundleWorkflowIntegrationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj,Attestor,FAIL,521,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/KmsOrgKeySignerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj,Attestor,FAIL,562,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/OfflineKitBundleProviderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj,Attestor,FAIL,159,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/OrgKeySignerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj,Attestor,FAIL,315,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/RetentionPolicyEnforcerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Bundling.Tests/StellaOps.Attestor.Bundling.Tests.csproj,Attestor,FAIL,681,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/CheckpointParityTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.csproj,Attestor,FAIL,214,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/ConformanceTestFixture.cs,src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.csproj,Attestor,FAIL,438,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/InclusionProofParityTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.csproj,Attestor,FAIL,180,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/VerificationParityTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Conformance.Tests/StellaOps.Attestor.Conformance.Tests.csproj,Attestor,FAIL,169,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/EvidencePackGenerationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.csproj,Attestor,FAIL,476,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/GlobalUsings.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.csproj,Attestor,PASS,5,,
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/OfflineVerificationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.csproj,Attestor,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/ReproducibilityTests.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.csproj,Attestor,FAIL,302,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/SlsaStrictValidationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.csproj,Attestor,FAIL,388,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/TamperDetectionTests.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.IntegrationTests/StellaOps.Attestor.EvidencePack.IntegrationTests.csproj,Attestor,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/ReleaseEvidencePackBuilderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.csproj,Attestor,FAIL,400,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/ReleaseEvidencePackManifestTests.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.csproj,Attestor,FAIL,270,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/VerificationReplayLogBuilderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.EvidencePack.Tests/StellaOps.Attestor.EvidencePack.Tests.csproj,Attestor,FAIL,259,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/Integration/FixChainAttestationIntegrationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj,Attestor,FAIL,361,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/Unit/FixChainAttestationServiceTests.cs,src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj,Attestor,FAIL,388,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/Unit/FixChainStatementBuilderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj,Attestor,FAIL,419,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/Unit/FixChainValidatorTests.cs,src/Attestor/__Tests/StellaOps.Attestor.FixChain.Tests/StellaOps.Attestor.FixChain.Tests.csproj,Attestor,FAIL,439,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.GraphRoot.Tests/GraphRootTests.cs,src/Attestor/__Tests/StellaOps.Attestor.GraphRoot.Tests/StellaOps.Attestor.GraphRoot.Tests.csproj,Attestor,FAIL,296,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/DefaultDsseCanonicalizerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj,Attestor,FAIL,78,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/HttpRekorClientTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj,Attestor,FAIL,396,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/HttpRekorTileClientTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj,Attestor,FAIL,305,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/InMemoryAttestorEntryRepositoryTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj,Attestor,FAIL,74,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/RekorBackendResolverTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj,Attestor,FAIL,256,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/Verification/RekorVerificationJobIntegrationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Infrastructure.Tests/StellaOps.Attestor.Infrastructure.Tests.csproj,Attestor,FAIL,322,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/OciAttestationAttacherIntegrationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.csproj,Attestor,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/OciReferenceTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.csproj,Attestor,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/OrasAttestationAttacherTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.csproj,Attestor,FAIL,275,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/SbomOciPublisherTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Oci.Tests/StellaOps.Attestor.Oci.Tests.csproj,Attestor,FAIL,373,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/FileSystemRootStoreTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/StellaOps.Attestor.Offline.Tests.csproj,Attestor,FAIL,457,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/OfflineCertChainValidatorTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/StellaOps.Attestor.Offline.Tests.csproj,Attestor,FAIL,499,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/OfflineVerifierTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Offline.Tests/StellaOps.Attestor.Offline.Tests.csproj,Attestor,FAIL,538,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/ProofChainDbContextTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/StellaOps.Attestor.Persistence.Tests.csproj,Attestor,FAIL,72,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/TrustAnchorMatcherTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Persistence.Tests/StellaOps.Attestor.Persistence.Tests.csproj,Attestor,FAIL,213,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/AuditHashLoggerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,PASS,37,,
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/BackportProofGeneratorTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,PASS,40,,
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/BinaryMicroWitnessPredicateTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,265,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/ContentAddressedIdGeneratorTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,322,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/ContentAddressedIdTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,241,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/JsonCanonicalizerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,125,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/MerkleTreeBuilderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,179,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/PredicateSchemaValidatorTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,44,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/ProofSpineAssemblyIntegrationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,264,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/UnitTest1.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,PASS,13,,
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/ChangeTrace/ChangeTracePredicateTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,294,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Envelope/DsseEnvelopeDeterminismTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,299,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Models/UnknownsSummaryTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,PASS,33,,
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Services/UnknownsAggregatorTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,102,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Signing/ProofChainSignerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,123,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Statements/DeltaVerdictStatementTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,100,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Statements/InTotoStatementSnapshotTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,452,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Statements/StatementBuilderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,138,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Statements/UncertaintyStatementTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,260,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/Statements/UnknownsBudgetPredicateTests.cs,src/Attestor/__Tests/StellaOps.Attestor.ProofChain.Tests/StellaOps.Attestor.ProofChain.Tests.csproj,Attestor,FAIL,242,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/CycloneDxDeterminismTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,195,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/CycloneDxFeatureGenerationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,277,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/CycloneDxSchemaValidationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,67,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/CycloneDxTestData.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,631,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/JsonCanonicalizerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,PASS,23,,
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SerialNumberDerivationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,293,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxDeterminismTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,324,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxSchemaValidationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,82,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterAiProfileTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,113,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterCoreProfileTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,227,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterCoverageTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,568,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterDatasetProfileTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,76,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterExtensionTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,182,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterIntegrityIdentifierEdgeTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,170,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterIntegrityMethodsTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,132,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterLicenseEdgeTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,114,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterLicensingProfileTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,154,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterLiteProfileTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,119,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterNamespaceImportTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,256,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterRelationshipMappingTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,114,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterSecurityEdgeTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,174,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterSecurityProfileTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,118,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/SpdxWriterSoftwareProfileTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,191,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StandardPredicateRegistryTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,229,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/TimestampExtensionTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,151,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/BinaryDiff/BinaryDiffDsseSignerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,73,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/BinaryDiff/BinaryDiffPredicateBuilderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,123,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/BinaryDiff/BinaryDiffPredicateSerializerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,36,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/BinaryDiff/BinaryDiffSchemaValidationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,72,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/BinaryDiff/BinaryDiffTestData.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,139,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/Parsers/CycloneDxPredicateParserTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,80,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/Parsers/SlsaProvenancePredicateParserTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,61,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/Parsers/SpdxPredicateParserTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,387,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/Validation/SlsaSchemaValidatorTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,424,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/VexOverride/VexOverridePredicateBuilderTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,226,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/VexOverride/VexOverridePredicateParserTests.cs,src/Attestor/__Tests/StellaOps.Attestor.StandardPredicates.Tests/StellaOps.Attestor.StandardPredicates.Tests.csproj,Attestor,FAIL,256,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/AttestationGoldenSamplesTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj,Attestor,FAIL,133,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/GeneratorOutputTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj,Attestor,FAIL,97,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/SmartDiffSchemaValidationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj,Attestor,FAIL,111,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/Determinism/AttestationDeterminismTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj,Attestor,FAIL,521,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/Integration/SbomAttestationSignVerifyIntegrationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj,Attestor,FAIL,550,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/Rekor/RekorInclusionProofTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj,Attestor,FAIL,603,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/Rekor/RekorReceiptGenerationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj,Attestor,FAIL,551,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/Rekor/RekorReceiptVerificationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Types.Tests/StellaOps.Attestor.Types.Tests.csproj,Attestor,FAIL,767,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/AttestorVerificationEngineTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Verify.Tests/StellaOps.Attestor.Verify.Tests.csproj,Attestor,FAIL,413,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/Events/IdentityAlertEventTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj,Attestor,FAIL,266,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/Matching/IdentityMatcherTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj,Attestor,FAIL,238,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/Matching/PatternCompilerTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj,Attestor,FAIL,355,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/Models/WatchedIdentityTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj,Attestor,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/Monitoring/IdentityMonitorServiceIntegrationTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj,Attestor,FAIL,401,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/Storage/PostgresWatchlistRepositoryTests.cs,src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj,Attestor,FAIL,257,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/Storage/WatchlistPostgresFixture.cs,src/Attestor/__Tests/StellaOps.Attestor.Watchlist.Tests/StellaOps.Attestor.Watchlist.Tests.csproj,Attestor,FAIL,107,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestation.Tests/DsseEnvelopeExtensionsTests.cs,src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.csproj,Attestor,FAIL,47,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestation.Tests/DsseHelperTests.cs,src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.csproj,Attestor,FAIL,84,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestation.Tests/DsseVerifierTests.cs,src/Attestor/StellaOps.Attestation.Tests/StellaOps.Attestation.Tests.csproj,Attestor,FAIL,296,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/DsseEnvelopeSerializerTests.cs,src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.csproj,Attestor,FAIL,161,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/EnvelopeSignatureServiceTests.cs,src/Attestor/StellaOps.Attestor.Envelope/__Tests/StellaOps.Attestor.Envelope.Tests/StellaOps.Attestor.Envelope.Tests.csproj,Attestor,FAIL,60,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/RekorOfflineReceiptVerifierTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,206,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Chain/AttestationChainBuilderTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,271,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Chain/AttestationChainValidatorTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,324,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Chain/AttestationLinkResolverTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,364,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Chain/ChainResolverDirectionalTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,324,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Chain/InMemoryAttestationLinkStoreTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,217,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Delta/DeltaAttestationServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,97,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Fixtures/Rekor/RekorOfflineReceiptFixtures.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,86,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/InToto/ArtifactDigestsTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,161,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/InToto/InTotoGoldenTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,258,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/InToto/InTotoLinkTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,153,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/InToto/LayoutVerifierTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,277,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/InToto/LinkBuilderTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/InToto/LinkRecorderTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,161,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Layers/LayerAttestationServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,343,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/PoE/PoEArtifactGeneratorTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Rekor/CheckpointDivergenceByzantineTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,498,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Rekor/CheckpointDivergenceDetectorTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,129,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Rekor/RekorReceiptTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,263,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Rekor/RekorSyncIntegrationTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,462,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Rekor/RekorSyncServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,660,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Serialization/CanonicalJsonSerializerTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,PASS,42,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Signing/DssePreAuthenticationEncodingTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,25,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Signing/VerificationReportSignerTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,114,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Submission/AttestorSubmissionValidatorTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,86,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Transparency/TransparencyStatusProviderTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,250,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Validation/PredicateSchemaValidatorTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,201,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Verification/CheckpointSignatureVerifierTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,FAIL,41,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/Verification/TimeSkewOptionsTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Core.Tests/StellaOps.Attestor.Core.Tests.csproj,Attestor,PASS,18,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/AttestationBundleEndpointsTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,274,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/AttestationQueryTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,113,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/AttestorEntryRepositoryTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,121,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/AttestorSigningServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,392,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/AttestorStorageTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/AttestorSubmissionServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,370,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/AttestorSubmissionValidatorHardeningTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,174,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/AttestorVerificationServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,737,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/BulkVerificationContractsTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,80,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/BulkVerificationWorkerTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,247,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/CachedAttestorVerificationServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/CheckpointSignatureVerifierTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,166,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/CorrelationIdTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,51,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/HttpRekorClientTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/HttpTransparencyWitnessClientTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/LiveDedupeStoreTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,64,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/MerkleProofVerifierTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,320,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/ProofChainQueryServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,81,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/ProofVerificationServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,98,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/RekorInclusionVerificationIntegrationTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,332,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/RekorRetryWorkerTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,233,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/RekorSubmissionQueueTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/TestDoubles.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,279,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/TimeSkewValidationIntegrationTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,418,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/TimeSkewValidatorTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,223,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/WebServiceFeatureGateTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,77,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Api/ProofsApiContractTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,367,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Auth/AttestorAuthTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,422,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Contract/AttestorContractSnapshotTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,461,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Fixtures/AttestorTestWebApplicationFactory.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,139,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Integration/Queue/PostgresRekorSubmissionQueueIntegrationTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,411,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Negative/AttestorNegativeTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,512,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Observability/AttestorOTelTraceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,474,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Signing/Sm2AttestorTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,115,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Signing/SmSoftGateCollection.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,PASS,10,,
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/TestSupport/TestAttestorDoubles.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,111,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Timestamping/AttestationTimestampPolicyTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Timestamping/AttestationTimestampServiceTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,FAIL,116,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/Timestamping/TimeCorrelationValidatorTests.cs,src/Attestor/StellaOps.Attestor/StellaOps.Attestor.Tests/StellaOps.Attestor.Tests.csproj,Attestor,PASS,86,,
|
|
src/Authority/__Tests/StellaOps.Authority.ConfigDiff.Tests/AuthorityConfigDiffTests.cs,src/Authority/__Tests/StellaOps.Authority.ConfigDiff.Tests/StellaOps.Authority.ConfigDiff.Tests.csproj,Authority,FAIL,265,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Core.Tests/Verdicts/InMemoryVerdictManifestStoreTests.cs,src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj,Authority,FAIL,157,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Core.Tests/Verdicts/NullVerdictManifestSignerTests.cs,src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj,Authority,FAIL,49,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Authority/__Tests/StellaOps.Authority.Core.Tests/Verdicts/TemporalVerdictTests.cs,src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj,Authority,FAIL,297,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Core.Tests/Verdicts/VerdictManifestBuilderTests.cs,src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj,Authority,FAIL,169,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Core.Tests/Verdicts/VerdictManifestSerializerTests.cs,src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj,Authority,FAIL,123,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Core.Tests/Verdicts/VerdictReplayVerifierTests.cs,src/Authority/__Tests/StellaOps.Authority.Core.Tests/StellaOps.Authority.Core.Tests.csproj,Authority,FAIL,126,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/ApiKeyConcurrencyTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,289,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/ApiKeyIdempotencyTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,253,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/ApiKeyRepositoryTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,169,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/AuditRepositoryTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/AuthorityMigrationTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,73,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/AuthorityPostgresFixture.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,122,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/InMemoryStoreTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,104,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/OfflineKitAuditRepositoryTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,135,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/PermissionRepositoryTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,132,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/RefreshTokenRepositoryTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,223,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/RoleBasedAccessTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,469,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/RoleRepositoryTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,132,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/SessionRepositoryTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,112,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/TokenRepositoryTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,237,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/VerdictManifestStoreTests.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,140,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/TestDoubles/InMemoryAuthorityRepositories.cs,src/Authority/__Tests/StellaOps.Authority.Persistence.Tests/StellaOps.Authority.Persistence.Tests.csproj,Authority,FAIL,314,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/AuthAbstractionsConstantsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.csproj,Authority,FAIL,123,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/NetworkMaskMatcherTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.csproj,Authority,FAIL,123,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOpsPrincipalBuilderTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.csproj,Authority,FAIL,80,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOpsProblemResultFactoryTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.csproj,Authority,FAIL,71,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOpsScopesTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Abstractions.Tests/StellaOps.Auth.Abstractions.Tests.csproj,Authority,FAIL,138,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/MessagingTokenCacheTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj,Authority,FAIL,163,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/ServiceCollectionExtensionsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj,Authority,FAIL,507,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOpsAuthClientOptionsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj,Authority,FAIL,91,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOpsDiscoveryCacheTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj,Authority,FAIL,131,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOpsJwksCacheTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj,Authority,FAIL,124,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOpsTokenClientTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj,Authority,FAIL,479,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/TokenCacheTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.Client.Tests/StellaOps.Auth.Client.Tests.csproj,Authority,FAIL,100,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/ServiceCollectionExtensionsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.csproj,Authority,FAIL,49,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOpsAuthorityConfigurationManagerTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.csproj,Authority,FAIL,278,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOpsBypassEvaluatorTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.csproj,Authority,FAIL,83,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOpsResourceServerOptionsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.csproj,Authority,FAIL,74,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOpsResourceServerPoliciesTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.csproj,Authority,FAIL,56,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOpsScopeAuthorizationHandlerTests.cs,src/Authority/StellaOps.Authority/StellaOps.Auth.ServerIntegration.Tests/StellaOps.Auth.ServerIntegration.Tests.csproj,Authority,FAIL,603,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/LdapPluginOptionsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,410,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/Claims/LdapClaimsCacheTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,79,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/Claims/LdapClaimsEnricherTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,194,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/ClientProvisioning/LdapCapabilityProbeTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,81,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/ClientProvisioning/LdapCapabilitySnapshotCacheTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,75,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/ClientProvisioning/LdapClientProvisioningStoreTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/ClientProvisioning/LdapDistinguishedNameHelperTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,PASS,32,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/Credentials/LdapCredentialStoreTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/Fakes/FakeLdapClaimsCache.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,29,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/Fakes/FakeLdapConnectionFactory.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,85,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/Resilience/LdapConnectorResilienceTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,407,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/Security/LdapConnectorSecurityTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,400,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/Snapshots/LdapConnectorSnapshotTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,259,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/TestHelpers/TestAirgapAuditStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,72,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/TestHelpers/TestOptionsMonitor.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,32,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/TestHelpers/TestTimeProvider.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Ldap.Tests/StellaOps.Authority.Plugin.Ldap.Tests.csproj,Authority,FAIL,21,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/OidcIdentityProviderPluginTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.csproj,Authority,FAIL,149,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/OidcPluginOptionsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.csproj,Authority,FAIL,58,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/Credentials/OidcCredentialStoreTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.csproj,Authority,FAIL,267,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/Resilience/OidcConnectorResilienceTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.csproj,Authority,FAIL,374,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/Security/OidcConnectorSecurityTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.csproj,Authority,FAIL,548,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/Snapshots/OidcConnectorSnapshotTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Oidc.Tests/StellaOps.Authority.Plugin.Oidc.Tests.csproj,Authority,FAIL,307,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/SamlIdentityProviderPluginTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj,Authority,FAIL,147,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/SamlMetadataParserTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj,Authority,FAIL,41,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/SamlPluginOptionsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj,Authority,FAIL,60,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/Credentials/SamlCredentialStoreTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj,Authority,PASS,16,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/Resilience/SamlConnectorResilienceTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj,Authority,FAIL,422,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/Security/SamlConnectorSecurityTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj,Authority,FAIL,496,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/Snapshots/SamlConnectorSnapshotTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Saml.Tests/StellaOps.Authority.Plugin.Saml.Tests.csproj,Authority,FAIL,328,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StandardClaimsEnricherTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,54,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StandardClientProvisioningStoreTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,233,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StandardIdentityProviderPluginTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,73,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StandardPluginBootstrapperTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,141,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StandardPluginOptionsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,189,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StandardPluginRegistrarTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,424,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StandardUserCredentialStoreTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,372,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/Security/CryptoPasswordHasherTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,126,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/Security/StandardCredentialAuditLoggerTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/TestDoubles/InMemoryUserRepository.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugin.Standard.Tests/StellaOps.Authority.Plugin.Standard.Tests.csproj,Authority,FAIL,331,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityClientDescriptorNormalizationTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,56,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityClientRegistrationTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,37,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityCredentialVerificationResultTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,56,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityIdentityProviderCapabilitiesTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,51,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityIdentityProviderHandleTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,113,ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityPluginHealthResultTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,PASS,37,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityPluginManifestTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,46,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityPluginOperationResultTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,68,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthoritySecretHasherTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,89,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityUserDescriptorTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,33,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/AuthorityUserRegistrationTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Plugins.Abstractions.Tests/StellaOps.Authority.Plugins.Abstractions.Tests.csproj,Authority,FAIL,29,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/TestEnvironment.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,17,NamespaceMissing; UsingNotSorted,Add file-scoped namespace: namespace StellaOps.<Area>;; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/AdvisoryAi/AdvisoryAiRemoteInferenceEndpointTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,245,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/AdvisoryAi/AuthorityAdvisoryAiConsentEvaluatorTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,144,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Airgap/AirgapAuditEndpointsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,253,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Airgap/AuthoritySealedModeEvidenceValidatorTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,147,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Audit/AuthorityAuditSinkTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,200,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Auth/AuthorityAuthBypassTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,377,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Bootstrap/BootstrapInviteCleanupServiceTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,102,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Bootstrap/ServiceAccountAdminEndpointsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,682,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Console/ConsoleEndpointsTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,689,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Contract/AuthorityContractSnapshotTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,359,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Errors/KeyErrorClassificationTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,381,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Identity/AuthorityIdentityProviderRegistryTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,222,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Identity/AuthorityIdentityProviderSelectorTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,127,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Infrastructure/AuthorityWebApplicationFactory.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,200,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Infrastructure/EnvironmentVariableScope.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,45,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Infrastructure/TestAirgapAuditStore.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,77,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Infrastructure/TestAuthHandler.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,58,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/LocalPolicy/FallbackPolicyStoreIntegrationTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,755,AsyncNaming; ConfigureAwaitMissing; FileLength>100; NamespaceNotFileScoped; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Convert to file-scoped namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/LocalPolicy/FileBasedPolicyStoreTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,338,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Negative/AuthorityNegativeTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,371,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Notifications/AuthorityAckTokenIssuerTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,200,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Notifications/AuthorityAckTokenKeyManagerTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,152,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Notifications/AuthorityWebhookAllowlistEvaluatorTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,59,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Notifications/NotifyAckTokenRotationEndpointTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,260,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Observability/AuthorityOTelTraceTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,297,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/OpenApi/OpenApiDiscoveryEndpointTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,93,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/OpenIddict/ClientCredentialsAndTokenHandlersTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,5435,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/OpenIddict/DiscoveryMetadataTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,71,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/OpenIddict/LegacyAuthDeprecationTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,113,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/OpenIddict/PasswordGrantHandlersTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,1023,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/OpenIddict/TokenPersistenceIntegrationTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,78,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Permalinks/VulnPermalinkServiceTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Plugins/AuthorityPluginLoaderTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,194,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/RateLimiting/AuthorityRateLimiterIntegrationTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,149,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/RateLimiting/AuthorityRateLimiterMetadataAccessorTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,PASS,37,,
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/RateLimiting/AuthorityRateLimiterMetadataMiddlewareTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,101,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/RateLimiting/AuthorityRateLimiterTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,81,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Signing/AuthorityJwksServiceTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,366,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Signing/AuthoritySigningKeyManagerTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,143,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Signing/KmsAuthoritySigningKeySourceTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,83,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Signing/TokenSignVerifyRoundtripTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,408,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Storage/PostgresAdapterTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,427,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Vulnerability/VulnTokenIssuerTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,250,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/Vulnerability/VulnWorkflowTokenEndpointTests.cs,src/Authority/StellaOps.Authority/StellaOps.Authority.Tests/StellaOps.Authority.Tests.csproj,Authority,FAIL,458,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/BaselineLoaderTests.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/StellaOps.Bench.LinkNotMerge.Vex.Tests.csproj,Bench,FAIL,40,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/BenchmarkScenarioReportTests.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/StellaOps.Bench.LinkNotMerge.Vex.Tests.csproj,Bench,FAIL,87,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/VexScenarioRunnerTests.cs,src/Bench/StellaOps.Bench/LinkNotMerge.Vex/StellaOps.Bench.LinkNotMerge.Vex.Tests/StellaOps.Bench.LinkNotMerge.Vex.Tests.csproj,Bench,FAIL,37,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/BaselineLoaderTests.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/StellaOps.Bench.LinkNotMerge.Tests.csproj,Bench,FAIL,41,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/BenchmarkScenarioReportTests.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/StellaOps.Bench.LinkNotMerge.Tests.csproj,Bench,FAIL,85,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/LinkNotMergeScenarioRunnerTests.cs,src/Bench/StellaOps.Bench/LinkNotMerge/StellaOps.Bench.LinkNotMerge.Tests/StellaOps.Bench.LinkNotMerge.Tests.csproj,Bench,FAIL,41,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/BaselineLoaderTests.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.csproj,Bench,FAIL,41,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/BenchmarkScenarioReportTests.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.csproj,Bench,FAIL,89,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/NotifyScenarioRunnerTests.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.csproj,Bench,FAIL,36,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/PrometheusWriterTests.cs,src/Bench/StellaOps.Bench/Notify/StellaOps.Bench.Notify.Tests/StellaOps.Bench.Notify.Tests.csproj,Bench,FAIL,67,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/BaselineLoaderTests.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.csproj,Bench,FAIL,40,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/BenchmarkJsonWriterTests.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.csproj,Bench,FAIL,45,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/BenchmarkScenarioReportTests.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.csproj,Bench,FAIL,62,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/PrometheusWriterTests.cs,src/Bench/StellaOps.Bench/Scanner.Analyzers/StellaOps.Bench.ScannerAnalyzers.Tests/StellaOps.Bench.ScannerAnalyzers.Tests.csproj,Bench,FAIL,35,UsingNotSorted,Sort using directives alphabetically.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/Integration/GoldenSetAnalysisPipelineIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.csproj,BinaryIndex,FAIL,464,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/Unit/AnalysisResultModelTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.csproj,BinaryIndex,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/Unit/FingerprintModelTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.csproj,BinaryIndex,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/Unit/SignatureIndexBuilderTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.csproj,BinaryIndex,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/Unit/SignatureMatcherTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.csproj,BinaryIndex,FAIL,238,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/Unit/TaintGateExtractorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Analysis.Tests/StellaOps.BinaryIndex.Analysis.Tests.csproj,BinaryIndex,FAIL,165,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/EnsembleAccuracyBenchmarks.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/StellaOps.BinaryIndex.Benchmarks.csproj,BinaryIndex,FAIL,457,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/SemanticDiffingBenchmarks.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Benchmarks/StellaOps.BinaryIndex.Benchmarks.csproj,BinaryIndex,FAIL,324,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/PatchDiffEngineTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.csproj,BinaryIndex,PASS,93,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/ReproducibleBuildJobIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.csproj,BinaryIndex,FAIL,628,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/ReproducibleBuildJobTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.csproj,BinaryIndex,FAIL,115,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/ServiceCollectionExtensionsTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.csproj,BinaryIndex,FAIL,33,ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/SymbolDiff/NameDemanglerTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.csproj,BinaryIndex,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/SymbolDiff/SymbolTableDiffAnalyzerTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Builders.Tests/StellaOps.BinaryIndex.Builders.Tests.csproj,BinaryIndex,FAIL,335,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/CachedBinaryVulnerabilityServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/StellaOps.BinaryIndex.Cache.Tests.csproj,BinaryIndex,FAIL,175,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/CacheOptionsValidationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/StellaOps.BinaryIndex.Cache.Tests.csproj,BinaryIndex,PASS,62,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/ResolutionCacheServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Cache.Tests/StellaOps.BinaryIndex.Cache.Tests.csproj,BinaryIndex,FAIL,104,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Contracts.Tests/VulnResolutionContractsTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Contracts.Tests/StellaOps.BinaryIndex.Contracts.Tests.csproj,BinaryIndex,FAIL,101,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/FeatureExtractorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.csproj,BinaryIndex,FAIL,534,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/NonSeekableStreamTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.csproj,BinaryIndex,FAIL,86,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/ResolutionServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.csproj,BinaryIndex,FAIL,230,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/FixIndex/FixIndexBuilderIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.csproj,BinaryIndex,FAIL,346,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/FixIndex/ParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Core.Tests/StellaOps.BinaryIndex.Core.Tests.csproj,BinaryIndex,FAIL,390,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests/AlpinePackageExtractorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests/StellaOps.BinaryIndex.Corpus.Alpine.Tests.csproj,BinaryIndex,FAIL,153,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/DebianMirrorPackageSourceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests.csproj,BinaryIndex,FAIL,106,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/DebianPackageExtractorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests/StellaOps.BinaryIndex.Corpus.Debian.Tests.csproj,BinaryIndex,FAIL,109,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests/RpmPackageExtractorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests/StellaOps.BinaryIndex.Corpus.Rpm.Tests.csproj,BinaryIndex,FAIL,47,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/CorpusContractsTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.csproj,BinaryIndex,FAIL,84,UsingNotSorted,Sort using directives alphabetically.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/Integration/IntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.csproj,BinaryIndex,FAIL,1026,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/Integration/MockHelpers.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.csproj,BinaryIndex,FAIL,253,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/Services/CorpusIngestionServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.csproj,BinaryIndex,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/Services/CorpusQueryServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Corpus.Tests/StellaOps.BinaryIndex.Corpus.Tests.csproj,BinaryIndex,FAIL,298,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/AstComparisonEngineTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/StellaOps.BinaryIndex.Decompiler.Tests.csproj,BinaryIndex,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/CodeNormalizerTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/StellaOps.BinaryIndex.Decompiler.Tests.csproj,BinaryIndex,FAIL,202,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/DecompiledCodeParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Decompiler.Tests/StellaOps.BinaryIndex.Decompiler.Tests.csproj,BinaryIndex,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/CfgExtractorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,454,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/DeltaSignatureGeneratorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/DeltaSignatureMatcherTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,212,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/ExtendedMatcherTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,298,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/ModelTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,297,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/SymbolChangeTracerTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,274,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/Attestation/DeltaSigAttestorIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,447,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/Attestation/DeltaSigPredicateLargeBlobsTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,440,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/Golden/GoldenSignatureTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,393,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/Integration/DeltaSigEndToEndTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,623,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/Integration/DeltaSigIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.DeltaSig.Tests/StellaOps.BinaryIndex.DeltaSig.Tests.csproj,BinaryIndex,FAIL,355,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/Unit/DiffEvidenceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.csproj,BinaryIndex,FAIL,276,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/Unit/FunctionDifferTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.csproj,BinaryIndex,FAIL,285,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/Unit/PatchDiffModelTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.csproj,BinaryIndex,FAIL,245,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/Unit/VerdictCalculatorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Diff.Tests/StellaOps.BinaryIndex.Diff.Tests.csproj,BinaryIndex,FAIL,370,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/B2R2PluginTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.csproj,BinaryIndex,FAIL,122,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/DisassemblyServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.csproj,BinaryIndex,FAIL,151,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/HybridDisassemblyServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.csproj,BinaryIndex,FAIL,807,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/IcedPluginTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.csproj,BinaryIndex,FAIL,188,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/PluginCapabilitiesTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.csproj,BinaryIndex,PASS,95,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/PluginRegistryTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Disassembly.Tests/StellaOps.BinaryIndex.Disassembly.Tests.csproj,BinaryIndex,FAIL,113,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/EnsembleDecisionEngineTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj,BinaryIndex,FAIL,401,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/EnsembleOptionsTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj,BinaryIndex,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/WeightTuningServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj,BinaryIndex,FAIL,239,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/Integration/SemanticDiffingPipelineTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ensemble.Tests/StellaOps.BinaryIndex.Ensemble.Tests.csproj,BinaryIndex,FAIL,571,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/Generators/BasicBlockFingerprintGeneratorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.csproj,BinaryIndex,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/Generators/CombinedFingerprintGeneratorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.csproj,BinaryIndex,FAIL,53,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/Generators/ControlFlowGraphFingerprintGeneratorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.csproj,BinaryIndex,FAIL,35,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/Generators/StringRefsFingerprintGeneratorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.csproj,BinaryIndex,FAIL,41,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/Matching/FingerprintMatcherTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.csproj,BinaryIndex,FAIL,296,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/Pipeline/ReferenceBuildPipelineTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Fingerprints.Tests/StellaOps.BinaryIndex.Fingerprints.Tests.csproj,BinaryIndex,FAIL,195,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/TestTimeProvider.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.csproj,BinaryIndex,PASS,14,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/Parsers/AlpineSecfixesParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.csproj,BinaryIndex,PASS,38,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/Parsers/DebianChangelogParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.csproj,BinaryIndex,PASS,40,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/Parsers/PatchHeaderParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.csproj,BinaryIndex,PASS,65,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/Parsers/RpmChangelogParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.FixIndex.Tests/StellaOps.BinaryIndex.FixIndex.Tests.csproj,BinaryIndex,PASS,43,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/BSimServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/StellaOps.BinaryIndex.Ghidra.Tests.csproj,BinaryIndex,FAIL,940,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/VersionTrackingServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Ghidra.Tests/StellaOps.BinaryIndex.Ghidra.Tests.csproj,BinaryIndex,FAIL,638,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Integration/GoldenCorpusIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,145,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Integration/PostgresGoldenSetStoreTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,437,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/GoldenSetDefinitionTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,264,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/GoldenSetValidatorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,378,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/GoldenSetYamlSerializerTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,279,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/SinkRegistryTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,239,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/Authoring/CweToSinkMapperTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,191,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/Authoring/ExtractionConfidenceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,PASS,86,,
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/Authoring/FunctionHintExtractorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,146,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/Authoring/GoldenSetEnrichmentServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,298,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/Authoring/ReviewWorkflowTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/Unit/Authoring/UpstreamCommitAnalyzerTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GoldenSet.Tests/StellaOps.BinaryIndex.GoldenSet.Tests.csproj,BinaryIndex,FAIL,228,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests/SymbolObservationWriteGuardTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests/StellaOps.BinaryIndex.GroundTruth.Abstractions.Tests.csproj,BinaryIndex,FAIL,431,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/BuildinfoConnectorIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests.csproj,BinaryIndex,FAIL,164,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/BuildinfoParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests.csproj,BinaryIndex,FAIL,328,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/Fixtures/FixtureProvider.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests/StellaOps.BinaryIndex.GroundTruth.Buildinfo.Tests.csproj,BinaryIndex,FAIL,175,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/DdebConnectorIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests.csproj,BinaryIndex,FAIL,703,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/Fixtures/FixtureProvider.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests/StellaOps.BinaryIndex.GroundTruth.Ddeb.Tests.csproj,BinaryIndex,FAIL,97,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/DebuginfodConnectorIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests.csproj,BinaryIndex,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/DebuginfodConnectorMockTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests/StellaOps.BinaryIndex.GroundTruth.Debuginfod.Tests.csproj,BinaryIndex,FAIL,364,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/MirrorManifestSerializationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests.csproj,BinaryIndex,FAIL,334,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/MirrorServiceIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests.csproj,BinaryIndex,FAIL,474,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/OsvDumpParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests/StellaOps.BinaryIndex.GroundTruth.Mirror.Tests.csproj,BinaryIndex,FAIL,743,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/BundleExportServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,598,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/BundleImportServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,654,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/KpiComputationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,493,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/KpiRegressionServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,597,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/SbomStabilityValidatorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,381,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/ValidationHarnessServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,454,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/Integration/BundleExportIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,342,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/Integration/BundleImportIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,504,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/Integration/KpiRegressionIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,476,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/Integration/StandaloneVerifierIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests/StellaOps.BinaryIndex.GroundTruth.Reproducible.Tests.csproj,BinaryIndex,FAIL,519,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/SecDbConnectorIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests.csproj,BinaryIndex,FAIL,172,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/SecDbParserTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests.csproj,BinaryIndex,FAIL,275,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/Fixtures/FixtureProvider.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests/StellaOps.BinaryIndex.GroundTruth.SecDb.Tests.csproj,BinaryIndex,FAIL,190,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/Arm64NormalizationPipelineTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.csproj,BinaryIndex,FAIL,325,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/NormalizationServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.csproj,BinaryIndex,FAIL,183,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/X64NormalizationPipelineTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.csproj,BinaryIndex,FAIL,368,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/Properties/NormalizationPropertyTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Normalization.Tests/StellaOps.BinaryIndex.Normalization.Tests.csproj,BinaryIndex,FAIL,528,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/BinaryIdentityRepositoryTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.csproj,BinaryIndex,FAIL,338,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/BinaryIndexDbContextTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.csproj,BinaryIndex,FAIL,35,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/BinaryIndexIntegrationFixture.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.csproj,BinaryIndex,FAIL,78,ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/CorpusSnapshotRepositoryTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.csproj,BinaryIndex,FAIL,200,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/FingerprintRepositoryTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.csproj,BinaryIndex,FAIL,113,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/FixIndexRepositoryTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Persistence.Tests/StellaOps.BinaryIndex.Persistence.Tests.csproj,BinaryIndex,FAIL,67,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/IrLiftingServiceTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj,BinaryIndex,FAIL,209,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/SemanticFingerprintGeneratorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj,BinaryIndex,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/SemanticGraphExtractorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj,BinaryIndex,FAIL,196,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/SemanticMatcherTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj,BinaryIndex,FAIL,268,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/WeisfeilerLehmanHasherTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj,BinaryIndex,FAIL,243,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/Benchmarks/SemanticMatchingBenchmarks.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj,BinaryIndex,FAIL,575,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/GoldenCorpus/GoldenCorpusTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj,BinaryIndex,FAIL,527,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/Integration/EndToEndSemanticDiffTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Semantic.Tests/StellaOps.BinaryIndex.Semantic.Tests.csproj,BinaryIndex,FAIL,343,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/AttestorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.csproj,BinaryIndex,FAIL,196,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/MetricsCalculatorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.csproj,BinaryIndex,FAIL,219,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/MismatchAnalyzerTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.csproj,BinaryIndex,FAIL,277,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/ReportGeneratorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.csproj,BinaryIndex,FAIL,234,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/ValidationTypesTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.Validation.Tests/StellaOps.BinaryIndex.Validation.Tests.csproj,BinaryIndex,FAIL,270,FileLength>100,Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/VexBridgeIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/StellaOps.BinaryIndex.VexBridge.Tests.csproj,BinaryIndex,FAIL,282,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/VexEvidenceGeneratorTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.VexBridge.Tests/StellaOps.BinaryIndex.VexBridge.Tests.csproj,BinaryIndex,FAIL,635,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/BinaryIndexOpsModelsTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/StellaOps.BinaryIndex.WebService.Tests.csproj,BinaryIndex,FAIL,447,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/BinaryIndexOptionsTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/StellaOps.BinaryIndex.WebService.Tests.csproj,BinaryIndex,FAIL,210,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/ResolutionControllerIntegrationTests.cs,src/BinaryIndex/__Tests/StellaOps.BinaryIndex.WebService.Tests/StellaOps.BinaryIndex.WebService.Tests.csproj,BinaryIndex,FAIL,493,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cartographer/__Tests/StellaOps.Cartographer.Tests/CartographerProgramTests.cs,src/Cartographer/__Tests/StellaOps.Cartographer.Tests/StellaOps.Cartographer.Tests.csproj,Cartographer,FAIL,47,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cartographer/__Tests/StellaOps.Cartographer.Tests/Options/CartographerAuthorityOptionsConfiguratorTests.cs,src/Cartographer/__Tests/StellaOps.Cartographer.Tests/StellaOps.Cartographer.Tests.csproj,Cartographer,PASS,52,,
|
|
src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/Config/YamlSetupConfigParserTests.cs,src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.csproj,Cli,FAIL,371,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/State/FileSetupStateStoreTests.cs,src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.csproj,Cli,FAIL,253,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/Steps/SetupStepCatalogTests.cs,src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.csproj,Cli,FAIL,210,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/Steps/SetupStepImplementationsTests.cs,src/Cli/__Tests/StellaOps.Cli.Commands.Setup.Tests/StellaOps.Cli.Commands.Setup.Tests.csproj,Cli,FAIL,916,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/AttestationBundleVerifierTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,421,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/BinaryIndexOpsCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,300,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/CryptoCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,271,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/DeltaSigCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,256,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GuardCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,392,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/OpenPrCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,249,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/ReachabilityTraceExportCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,389,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/SbomCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,721,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/UnitTest1.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,PASS,13,,
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/WitnessCoreCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,357,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/AdviseChatCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,405,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/AnalyticsCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,291,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/AttestAttachCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,562,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/AttestBuildCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,50,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/AttestTimestampCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,170,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/AttestVerifyCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,619,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/BinaryAnalysisCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,78,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/BinaryDiffCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,130,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/BinaryDiffRendererTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,166,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/BinaryDiffServiceTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,322,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/BundleVerifyReplayTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,361,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/CommandFactoryTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,124,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/CommandHandlersTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,5182,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/CompareCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,561,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ConfigCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/DbConnectorsCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,92,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/DeltaSigAttestRekorTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,534,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/DoctorCommandGroupTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,542,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/DriftCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,242,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/EvidenceCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,237,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/EvidenceStoreCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,55,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ExplainBlockCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,822,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ExportCacheCommandHandlersTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,127,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/FunctionMapCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,380,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/GraphLineageCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,54,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/GroundTruthCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,339,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ImageCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,31,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ImageInspectHandlerTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,267,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/IssuerKeysCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,47,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/LayerSbomCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,402,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/MigrationCommandHandlersTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,15,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/MigrationModuleRegistryTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,46,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ObservationsCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,340,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/OfflineCommandHandlersTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,298,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/PolicyCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,114,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/PolicyInteropCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,449,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ProofCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,279,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ProveCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,293,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ReachabilityCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,103,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/SarifExportCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,97,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/SbomUploadCommandHandlersTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,158,AsyncNaming; FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ScannerDownloadVerifyTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,75,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ScannerWorkersCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,84,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ScanWorkersOptionTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,37,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ScoreCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,204,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ScoreGateCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,673,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/SealCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,239,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/SignalsCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,461,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/Sprint3500_0004_0001_CommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,562,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/Sprint5100_CommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,87,ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/SystemCommandBuilderTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,46,ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/TimestampCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,77,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/ToolsCommandGroupTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,70,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/UnknownsGreyQueueCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,342,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VerifyBundleCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,284,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VerifyImageCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,29,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VerifyImageHandlerTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,147,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VerifyOfflineCommandHandlersTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,265,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VexEvidenceExportCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,94,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VexGateCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,258,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VexGenCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,254,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VexGenEvidenceTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,152,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VexVerifyCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,157,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/VexWebhooksCommandTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,89,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Commands/WitnessCommandGroupTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,474,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Configuration/AuthorityTokenUtilitiesTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,87,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Configuration/CliBootstrapperTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,111,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Configuration/EgressPolicyHttpMessageHandlerTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,72,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Configuration/TelemetryDefaultsTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,36,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Contracts/CliSpecTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,59,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Determinism/AttestVerifyDeterminismTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,476,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Determinism/CliDeterminismTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,596,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/ExitCodes/CliExitCodeTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,352,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/AttestVerifyGoldenTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,351,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/DeterminismReplayGoldenTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,1401,BlockingAsync; FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/ErrorScenariosGoldenOutputTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,795,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/ErrorStderrGoldenTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,635,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/ImageInspectGoldenOutputTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,200,AsyncNaming; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/PolicyListCommandGoldenTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,529,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/PolicyListGoldenOutputTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,631,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/ScanCommandGoldenOutputTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,521,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/ScanCommandGoldenTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,472,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/VerifyCommandGoldenOutputTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,582,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/GoldenOutput/VerifyCommandGoldenTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,587,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Infrastructure/CommandRouterTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,387,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/BinaryDiffIntegrationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,194,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/CliIntegrationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,847,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/DeprecationWarningTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,275,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/EvidenceRemainingConsolidationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,380,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/FullConsolidationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,311,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/HelpTextTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,484,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/SbomCanonicalVerifyIntegrationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,395,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/SbomVerifyIntegrationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,577,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/ScanningConsolidationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,222,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/SettingsConsolidationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,284,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Integration/VerificationConsolidationTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,198,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Plugins/CliCommandModuleLoaderTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,71,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Plugins/RestartOnlyCliPluginGuardTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,PASS,30,,
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Replay/RunManifestSerializerTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,66,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Services/AuthorityDiagnosticsReporterTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,138,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Services/BackendOperationsClientTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,1341,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Services/CvssClientTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,86,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Services/DevPortalBundleVerifierTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,317,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Services/ImageAttestationVerifierTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,117,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Services/TrustPolicyLoaderTests.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,73,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cli/__Tests/StellaOps.Cli.Tests/Testing/TestHelpers.cs,src/Cli/__Tests/StellaOps.Cli.Tests/StellaOps.Cli.Tests.csproj,Cli,FAIL,91,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Analyzers.Tests/ConnectorHttpClientSandboxAnalyzerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Analyzers.Tests/StellaOps.Concelier.Analyzers.Tests.csproj,Concelier,FAIL,114,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.BackportProof.Tests/FixRuleModelTests.cs,src/Concelier/__Tests/StellaOps.Concelier.BackportProof.Tests/StellaOps.Concelier.BackportProof.Tests.csproj,Concelier,FAIL,286,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/AdvisoryCacheKeysTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.csproj,Concelier,FAIL,271,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/CacheTtlPolicyTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.csproj,Concelier,FAIL,179,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/PackageIdfServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.csproj,Concelier,FAIL,380,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/TemporalCacheTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.csproj,Concelier,FAIL,325,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/Integration/ValkeyIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.csproj,Concelier,FAIL,245,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/Performance/CachePerformanceBenchmarkTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Cache.Valkey.Tests/StellaOps.Concelier.Cache.Valkey.Tests.csproj,Concelier,FAIL,517,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.ConfigDiff.Tests/ConcelierConfigDiffTests.cs,src/Concelier/__Tests/StellaOps.Concelier.ConfigDiff.Tests/StellaOps.Concelier.ConfigDiff.Tests.csproj,Concelier,FAIL,233,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/Acsc/AcscConnectorFetchTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.csproj,Concelier,FAIL,257,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/Acsc/AcscConnectorParseTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.csproj,Concelier,FAIL,434,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/Acsc/AcscFeedParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.csproj,Concelier,FAIL,397,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/Acsc/AcscHttpClientConfigurationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.csproj,Concelier,FAIL,44,ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/Acsc/AcscMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.csproj,Concelier,PASS,71,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/Acsc/AcscOptionsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Acsc.Tests/StellaOps.Concelier.Connector.Acsc.Tests.csproj,Concelier,PASS,21,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Astra.Tests/AstraConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Astra.Tests/StellaOps.Concelier.Connector.Astra.Tests.csproj,Concelier,FAIL,251,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/CccsConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/StellaOps.Concelier.Connector.Cccs.Tests.csproj,Concelier,FAIL,133,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/Internal/CccsHtmlParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/StellaOps.Concelier.Connector.Cccs.Tests.csproj,Concelier,FAIL,92,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/Internal/CccsMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Cccs.Tests/StellaOps.Concelier.Connector.Cccs.Tests.csproj,Concelier,FAIL,53,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertBund.Tests/CertBundConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertBund.Tests/StellaOps.Concelier.Connector.CertBund.Tests.csproj,Concelier,FAIL,168,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/CertCc/CertCcConnectorFetchTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj,Concelier,FAIL,201,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/CertCc/CertCcConnectorSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj,Concelier,FAIL,416,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/CertCc/CertCcConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj,Concelier,FAIL,481,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/Internal/CertCcMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj,Concelier,FAIL,120,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/Internal/CertCcSummaryParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj,Concelier,FAIL,59,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/Internal/CertCcSummaryPlannerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj,Concelier,FAIL,96,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/Internal/CertCcVendorStatementParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertCc.Tests/StellaOps.Concelier.Connector.CertCc.Tests.csproj,Concelier,FAIL,32,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertFr.Tests/CertFr/CertFrConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertFr.Tests/StellaOps.Concelier.Connector.CertFr.Tests.csproj,Concelier,FAIL,275,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.CertIn.Tests/CertIn/CertInConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.CertIn.Tests/StellaOps.Concelier.Connector.CertIn.Tests.csproj,Concelier,FAIL,354,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/CannedHttpMessageHandlerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,38,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/HtmlContentSanitizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,PASS,44,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/PackageCoordinateHelperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,PASS,42,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/PdfTextExtractorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,22,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/SourceFetchServiceGuardTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,298,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/SourceFetchServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,37,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/SourceHttpClientBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,328,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/SourceStateSeedProcessorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,207,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/TimeWindowCursorPlannerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,88,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Common/UrlNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,PASS,25,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Json/JsonSchemaValidatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,52,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/Xml/XmlSchemaValidatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Common.Tests/StellaOps.Concelier.Connector.Common.Tests.csproj,Concelier,FAIL,59,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/Cve/CveConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/StellaOps.Concelier.Connector.Cve.Tests.csproj,Concelier,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/Cve/CveParserSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Cve.Tests/StellaOps.Concelier.Connector.Cve.Tests.csproj,Concelier,FAIL,273,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/AlpineConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.csproj,Concelier,FAIL,92,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/AlpineDependencyInjectionRoutineTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.csproj,Concelier,FAIL,80,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/AlpineFixtureReader.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.csproj,Concelier,FAIL,104,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/AlpineMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.csproj,Concelier,FAIL,81,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/AlpineSecDbParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.csproj,Concelier,FAIL,29,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/AlpineSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests/StellaOps.Concelier.Connector.Distro.Alpine.Tests.csproj,Concelier,FAIL,81,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/DebianConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests.csproj,Concelier,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/DebianMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests/StellaOps.Concelier.Connector.Distro.Debian.Tests.csproj,Concelier,FAIL,101,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/RedHat/RedHatConnectorHarnessTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests.csproj,Concelier,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/RedHat/RedHatConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests/StellaOps.Concelier.Connector.Distro.RedHat.Tests.csproj,Concelier,FAIL,656,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/SuseConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests.csproj,Concelier,FAIL,132,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/SuseCsafParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests.csproj,Concelier,FAIL,56,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/SuseMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests/StellaOps.Concelier.Connector.Distro.Suse.Tests.csproj,Concelier,FAIL,72,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests/UbuntuConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests/StellaOps.Concelier.Connector.Distro.Ubuntu.Tests.csproj,Concelier,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/EpssConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/StellaOps.Concelier.Connector.Epss.Tests.csproj,Concelier,FAIL,357,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/Epss/EpssParserSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Epss.Tests/StellaOps.Concelier.Connector.Epss.Tests.csproj,Concelier,FAIL,207,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaConflictFixtureTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,95,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,248,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaCreditParityRegressionTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,52,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaDependencyInjectionRoutineTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,72,ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaDiagnosticsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,36,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaLiveSchemaTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,64,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,PASS,54,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaParserSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,255,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaRateLimitParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,61,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaResilienceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,627,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/Ghsa/GhsaSecurityTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ghsa.Tests/StellaOps.Concelier.Connector.Ghsa.Tests.csproj,Concelier,FAIL,610,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/IcsCisaConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests.csproj,Concelier,FAIL,123,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/IcsCisa/IcsCisaConnectorMappingTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests.csproj,Concelier,FAIL,143,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/IcsCisa/IcsCisaFeedParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests/StellaOps.Concelier.Connector.Ics.Cisa.Tests.csproj,Concelier,FAIL,39,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests/Kaspersky/KasperskyConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests/StellaOps.Concelier.Connector.Ics.Kaspersky.Tests.csproj,Concelier,FAIL,350,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Jvn.Tests/Jvn/JvnConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Jvn.Tests/StellaOps.Concelier.Connector.Jvn.Tests.csproj,Concelier,FAIL,272,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/Kev/KevConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/StellaOps.Concelier.Connector.Kev.Tests.csproj,Concelier,FAIL,235,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/Kev/KevMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/StellaOps.Concelier.Connector.Kev.Tests.csproj,Concelier,FAIL,94,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/Kev/KevParserSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Kev.Tests/StellaOps.Concelier.Connector.Kev.Tests.csproj,Concelier,FAIL,243,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/KisaConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/StellaOps.Concelier.Connector.Kisa.Tests.csproj,Concelier,FAIL,506,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/KisaDetailParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Kisa.Tests/StellaOps.Concelier.Connector.Kisa.Tests.csproj,Concelier,FAIL,58,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/Nvd/NvdConflictFixtureTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.csproj,Concelier,FAIL,104,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/Nvd/NvdConnectorHarnessTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.csproj,Concelier,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/Nvd/NvdConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.csproj,Concelier,FAIL,685,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/Nvd/NvdMergeExportParityTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.csproj,Concelier,FAIL,99,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/Nvd/NvdParserSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.csproj,Concelier,FAIL,140,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/Nvd/NvdResilienceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Nvd.Tests/StellaOps.Concelier.Connector.Nvd.Tests.csproj,Concelier,FAIL,501,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/Osv/OsvConflictFixtureTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.csproj,Concelier,FAIL,120,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/Osv/OsvGhsaParityRegressionTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.csproj,Concelier,FAIL,585,BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/Osv/OsvMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.csproj,Concelier,FAIL,240,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/Osv/OsvSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.csproj,Concelier,FAIL,140,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/RuBduConnectorSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests.csproj,Concelier,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/RuBduMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests.csproj,Concelier,FAIL,98,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/RuBduXmlParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests/StellaOps.Concelier.Connector.Ru.Bdu.Tests.csproj,Concelier,FAIL,97,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/RuNkckiConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests.csproj,Concelier,FAIL,296,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/RuNkckiJsonParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests.csproj,Concelier,FAIL,64,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/RuNkckiMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests/StellaOps.Concelier.Connector.Ru.Nkcki.Tests.csproj,Concelier,FAIL,84,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/FixtureLoader.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.csproj,Concelier,FAIL,34,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/MirrorAdvisoryMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.csproj,Concelier,FAIL,50,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/MirrorSignatureVerifierTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.csproj,Concelier,FAIL,197,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/SampleData.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.csproj,Concelier,FAIL,266,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOpsMirrorConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests/StellaOps.Concelier.Connector.StellaOpsMirror.Tests.csproj,Concelier,FAIL,472,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests/Adobe/AdobeConnectorFetchTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests/StellaOps.Concelier.Connector.Vndr.Adobe.Tests.csproj,Concelier,FAIL,462,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/Apple/AppleConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests.csproj,Concelier,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/Apple/AppleFixtureManager.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests.csproj,Concelier,FAIL,343,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/Apple/AppleLiveRegressionTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests/StellaOps.Concelier.Connector.Vndr.Apple.Tests.csproj,Concelier,FAIL,61,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/Chromium/ChromiumConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests.csproj,Concelier,FAIL,357,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/Chromium/ChromiumMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests/StellaOps.Concelier.Connector.Vndr.Chromium.Tests.csproj,Concelier,FAIL,48,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/CiscoDtoFactoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests.csproj,Concelier,FAIL,76,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/CiscoMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests.csproj,Concelier,FAIL,103,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/Cisco/CiscoCsafParserSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests/StellaOps.Concelier.Connector.Vndr.Cisco.Tests.csproj,Concelier,FAIL,216,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests/MsrcConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests/StellaOps.Concelier.Connector.Vndr.Msrc.Tests.csproj,Concelier,FAIL,203,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests/Oracle/OracleConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests/StellaOps.Concelier.Connector.Vndr.Oracle.Tests.csproj,Concelier,FAIL,355,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/Vmware/VmwareConnectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests.csproj,Concelier,FAIL,282,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/Vmware/VmwareMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests/StellaOps.Concelier.Connector.Vndr.Vmware.Tests.csproj,Concelier,FAIL,86,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/CanonicalMergerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,475,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/JobCoordinatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,492,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/JobPluginRegistrationExtensionsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,65,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/JobSchedulerBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,75,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/PluginRoutineFixtures.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,43,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/AirGap/BundleCatalogServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,123,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/AirGap/BundleSourceRegistryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,54,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Aoc/AdvisoryObservationWriteGuardTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,231,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Aoc/AdvisoryRawWriteGuardTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,91,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Aoc/AdvisorySchemaValidatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,298,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Attestation/EvidenceBundleAttestationBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,96,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Attestation/EvidenceBundleAttestationValidator.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,24,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/BackportProof/BackportStatusServiceVersionComparerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,447,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/BackportProof/BackportVerdictDeterminismTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,477,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/BackportProof/BugCveMappingIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,493,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/BackportProof/CrossDistroOvalIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,328,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/BackportProof/DistroMappingsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/BackportProof/NvdFallbackIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,331,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/BackportProof/TierPrecedenceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,364,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Canonical/CachingCanonicalAdvisoryServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,436,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Canonical/CanonicalAdvisoryServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,849,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Canonical/CanonicalDeduplicationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,512,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Diagnostics/VulnExplorerTelemetryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Events/AdvisoryEventLogTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,324,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/AdvisoryLinksetDeterminismTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,89,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/AdvisoryLinksetMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,155,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/AdvisoryLinksetNormalizationConfidenceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,51,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/AdvisoryLinksetNormalizationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,35,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/AdvisoryLinksetQueryServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/AdvisoryLinksetUpdatedEventTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,258,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/AdvisoryObservationFactoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,307,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/LinksetCorrelationV2Tests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,637,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/PolicyAuthSignalFactoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,42,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Linksets/TextSimilarityScorerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,562,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Noise/NoisePriorServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,329,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Observations/AdvisoryObservationAggregationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,157,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Observations/AdvisoryObservationEventFactoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,102,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Observations/AdvisoryObservationQueryServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,364,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Orchestration/OrchestratorRegistryStoreTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,246,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Raw/AdvisoryRawServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,378,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Risk/AdvisoryFieldChangeEmitterTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,87,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Schemas/SchemaManifestTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,87,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Signals/AffectedSymbolProviderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,371,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Sources/SourceRegistryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,551,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Telemetry/IngestionTelemetryOtelTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,372,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/Unknown/UnknownStateLedgerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Core.Tests/StellaOps.Concelier.Core.Tests.csproj,Concelier,FAIL,208,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/JsonExporterDependencyInjectionRoutineTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.csproj,Concelier,FAIL,122,ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/JsonExporterParitySmokeTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.csproj,Concelier,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/JsonExportSnapshotBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.csproj,Concelier,FAIL,253,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/JsonFeedExporterTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.csproj,Concelier,FAIL,608,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/VulnListJsonExportPathResolverTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.Json.Tests/StellaOps.Concelier.Exporter.Json.Tests.csproj,Concelier,FAIL,172,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/TrivyDbExportPlannerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.csproj,Concelier,FAIL,91,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/TrivyDbFeedExporterTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.csproj,Concelier,FAIL,1223,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/TrivyDbOciWriterTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.csproj,Concelier,FAIL,152,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/TrivyDbPackageBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests/StellaOps.Concelier.Exporter.TrivyDb.Tests.csproj,Concelier,FAIL,97,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/Export/BundleExportDeterminismTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,336,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/Import/BundleMergeTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,512,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/Import/BundleReaderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,413,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/Import/BundleVerifierTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,395,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/Integration/FederationE2ETests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,546,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/MultiSite/CrossRegionLatencyTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,393,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/MultiSite/FederationPartitionTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,360,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/MultiSite/ThreeSiteFederationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/MultiSite/Fixtures/FederationClusterFixture.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,535,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/MultiSite/Fixtures/NetworkConditionSimulator.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,395,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/Serialization/BundleSerializerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,354,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/Signing/BundleSignatureVerificationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Federation.Tests/StellaOps.Concelier.Federation.Tests.csproj,Concelier,FAIL,289,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/DistroVersionCrossCheckTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/StellaOps.Concelier.Integration.Tests.csproj,Concelier,FAIL,174,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/IntegrationTestAttributes.cs,src/Concelier/__Tests/StellaOps.Concelier.Integration.Tests/StellaOps.Concelier.Integration.Tests.csproj,Concelier,PASS,40,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/InterestScoreCalculatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/StellaOps.Concelier.Interest.Tests.csproj,Concelier,FAIL,464,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/InterestScoringServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Interest.Tests/StellaOps.Concelier.Interest.Tests.csproj,Concelier,FAIL,403,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Analyzers.Tests/MergeUsageAnalyzerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Analyzers.Tests/StellaOps.Concelier.Merge.Analyzers.Tests.csproj,Concelier,FAIL,172,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/AdvisoryIdentityResolverTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,98,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/AdvisoryMergeServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,333,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/AdvisoryPrecedenceMergerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,639,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/AffectedPackagePrecedenceResolverTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,102,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/AliasGraphResolverTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,114,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/ApkVersionComparerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,199,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/BackportEvidenceResolverTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,535,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/BackportProvenanceE2ETests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,495,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/CanonicalHashCalculatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,91,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/DebianEvrComparerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,162,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/GoldenVersionComparisonTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,216,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/MergeEventWriterTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,89,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/MergeExportSnapshotTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,519,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/MergeHashBackportDifferentiationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,470,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/MergePrecedenceIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,205,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/MergePropertyTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,665,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/MetricCollector.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,PASS,57,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/NevraComparerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,199,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/ProvenanceScopeLifecycleTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,494,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/SemanticVersionRangeResolverTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,77,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/TestLogger.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,53,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/CpeNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,245,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/CveNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/CweNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,252,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/MergeHashCalculatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,450,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/MergeHashDeduplicationIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,458,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/MergeHashFuzzingTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,430,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/MergeHashGoldenCorpusTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,314,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/PatchLineageNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/PurlNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,296,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Identity/VersionRangeNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,287,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/Precedence/SourcePrecedenceLatticeTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Merge.Tests/StellaOps.Concelier.Merge.Tests.csproj,Concelier,FAIL,451,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/AdvisoryProvenanceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,54,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/AdvisoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,65,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/AffectedPackageStatusTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,82,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/AffectedVersionRangeExtensionsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,102,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/AliasSchemeRegistryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,PASS,58,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/CanonicalExampleFactory.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,196,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/CanonicalExamplesTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,61,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/CanonicalJsonSerializerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,158,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/EvrPrimitiveExtensionsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,47,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/NevraPrimitiveExtensionsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,48,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/NormalizedVersionRuleTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,72,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/OsvGhsaParityDiagnosticsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,93,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/OsvGhsaParityInspectorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,155,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/ProvenanceDiagnosticsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,187,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/RangePrimitivesTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,46,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/SemVerPrimitiveTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,199,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/SerializationDeterminismTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,71,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/SeverityNormalizationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,PASS,40,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/Observations/AdvisoryObservationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Models.Tests/StellaOps.Concelier.Models.Tests.csproj,Concelier,FAIL,77,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/ApkVersionParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj,Concelier,PASS,39,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/CpeNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj,Concelier,PASS,78,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/CvssMetricNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj,Concelier,PASS,57,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/DebianEvrParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj,Concelier,PASS,36,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/DescriptionNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj,Concelier,PASS,49,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/NevraParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj,Concelier,PASS,72,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/PackageUrlNormalizerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj,Concelier,FAIL,49,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/SemVerRangeRuleBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Normalization.Tests/StellaOps.Concelier.Normalization.Tests.csproj,Concelier,FAIL,194,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/AdvisoryCanonicalRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,805,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/AdvisoryIdempotencyTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,392,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/AdvisoryRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,477,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/ConcelierMigrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,284,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/ConcelierPostgresFixture.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,38,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/ConcelierQueryDeterminismTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,422,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/InterestScoreRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,795,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/InterestScoringServiceIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,755,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/KevFlagRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,287,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/MergeEventRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,303,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/ProvenanceScopeRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,448,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/RepositoryIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,377,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/SbomRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,327,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/SourceRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,215,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/SourceStateRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/SyncLedgerRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,663,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/Linksets/AdvisoryLinksetCacheRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,177,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/Performance/AdvisoryPerformanceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.Persistence.Tests/StellaOps.Concelier.Persistence.Tests.csproj,Concelier,FAIL,422,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/PostgresDistroAdvisoryRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.csproj,Concelier,FAIL,75,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/PostgresPatchRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.csproj,Concelier,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/PostgresSourceArtifactRepositoryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.csproj,Concelier,FAIL,77,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/PostgresTestFixture.cs,src/Concelier/__Tests/StellaOps.Concelier.ProofService.Postgres.Tests/StellaOps.Concelier.ProofService.Postgres.Tests.csproj,Concelier,FAIL,87,ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.
|
|
src/Concelier/__Tests/StellaOps.Concelier.ProofService.Tests/ProofModelTests.cs,src/Concelier/__Tests/StellaOps.Concelier.ProofService.Tests/StellaOps.Concelier.ProofService.Tests.csproj,Concelier,FAIL,291,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.RawModels.Tests/UnitTest1.cs,src/Concelier/__Tests/StellaOps.Concelier.RawModels.Tests/StellaOps.Concelier.RawModels.Tests.csproj,Concelier,PASS,13,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/ParsedSbomParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,3721,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/SbomAdvisoryMatcherTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,497,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/SbomAdvisoryMatcherVexTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,118,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/SbomParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,682,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/SbomRegistryServiceTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,509,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/SbomScoreIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,681,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/SpdxLicenseExpressionValidatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,PASS,82,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/VexConflictResolverTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,PASS,43,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/VexConsumerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,92,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/VexConsumptionReporterTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,PASS,58,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/VexExtractorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,74,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/VexIntegrationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,FAIL,107,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/VexMergerTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SbomIntegration.Tests/StellaOps.Concelier.SbomIntegration.Tests.csproj,Concelier,PASS,55,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.SchemaEvolution.Tests/ConcelierSchemaEvolutionTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SchemaEvolution.Tests/StellaOps.Concelier.SchemaEvolution.Tests.csproj,Concelier,FAIL,192,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/BugIdExtractionTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/StellaOps.Concelier.SourceIntel.Tests.csproj,Concelier,FAIL,371,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/ChangelogParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/StellaOps.Concelier.SourceIntel.Tests.csproj,Concelier,FAIL,277,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/PatchHeaderParserTests.cs,src/Concelier/__Tests/StellaOps.Concelier.SourceIntel.Tests/StellaOps.Concelier.SourceIntel.Tests.csproj,Concelier,FAIL,298,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/AdvisoryAiTelemetryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,83,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/AdvisoryChunkBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,136,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/AdvisoryChunkCacheKeyTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,112,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/AdvisorySummaryMapperTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,47,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/ConcelierHealthEndpointTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,126,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/ConcelierOptionsPostConfigureTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,69,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/ConcelierTimelineCursorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,50,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/ConcelierTimelineEndpointTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,62,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/FederationEndpointTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,666,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/InterestScoreEndpointTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,448,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/LinksetTestFixtures.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,57,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/OrchestratorEndpointsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/PluginLoaderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,PASS,35,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/VulnExplorerTelemetryTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,102,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/WebServiceEndpointsTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,4000,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/AirGap/AirgapBundleBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,76,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/AirGap/AirgapBundleValidatorTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,61,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Aoc/AocVerifyRegressionTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,317,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Aoc/LargeBatchIngestTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,317,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Aoc/TenantAllowlistTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Cache/LinksetCacheReadThroughTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,140,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Canonical/CanonicalAdvisoryEndpointTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,512,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Contract/ConcelierOpenApiContractTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,230,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Deprecation/DeprecationHeadersTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,118,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Fixtures/AdvisoryChunkSeedData.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,419,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Fixtures/AuthTenantTestFixtures.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,125,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Fixtures/ConcelierApplicationFactory.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,556,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Fixtures/TestLeaseStore.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,PASS,64,,
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Security/ConcelierAuthorizationTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,384,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Services/AdvisoryChunkBuilderTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,198,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Services/IncidentFileStoreTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,45,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/Telemetry/ConcelierOtelAssertionTests.cs,src/Concelier/__Tests/StellaOps.Concelier.WebService.Tests/StellaOps.Concelier.WebService.Tests.csproj,Concelier,FAIL,263,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptographyModelTests.cs,src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,Cryptography,FAIL,318,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/ShamirSecretSharingTests.cs,src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,Cryptography,FAIL,385,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Eidas/QualifiedTsaProviderTests.cs,src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,Cryptography,FAIL,289,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Eidas/TimestampModeSelectorTests.cs,src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,Cryptography,FAIL,385,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/Pkcs11HsmClientIntegrationTests.cs,src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,Cryptography,FAIL,57,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/SoftHsmTestFixture.cs,src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,Cryptography,PASS,53,,
|
|
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/KeyEscrow/KeyEscrowRecoveryIntegrationTests.cs,src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,Cryptography,FAIL,531,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Cryptography/__Tests/StellaOps.Cryptography.Tests/KeyEscrow/KeyEscrowRecoveryIntegrationTests.Fixed.cs,src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj,Cryptography,FAIL,183,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/BinaryAnalysisDoctorPluginTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,176,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/Checks/BuildinfoCacheCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,215,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/Checks/CorpusMirrorFreshnessCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,254,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/Checks/DdebRepoEnabledCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/Checks/DebuginfodAvailabilityCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,295,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/Checks/KpiBaselineExistsCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,341,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/Checks/SymbolRecoveryFallbackCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/Integration/BinaryAnalysisPluginIntegrationTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,241,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/Integration/CorpusHealthChecksIntegrationTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests/StellaOps.Doctor.Plugin.BinaryAnalysis.Tests.csproj,Doctor,FAIL,524,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/NotifyDoctorPluginTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.csproj,Doctor,FAIL,179,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/Checks/EmailConfiguredCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.csproj,Doctor,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/Checks/NotifyQueueHealthCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.csproj,Doctor,FAIL,134,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/Checks/SlackConfiguredCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.csproj,Doctor,FAIL,156,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/Checks/TeamsConfiguredCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.csproj,Doctor,FAIL,148,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/Checks/WebhookConfiguredCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Notify.Tests/StellaOps.Doctor.Plugin.Notify.Tests.csproj,Doctor,FAIL,166,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/ObservabilityDoctorPluginTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/StellaOps.Doctor.Plugin.Observability.Tests.csproj,Doctor,FAIL,99,AsyncNaming; ConfigureAwaitMissing; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/Checks/LogDirectoryCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/StellaOps.Doctor.Plugin.Observability.Tests.csproj,Doctor,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/Checks/OtlpEndpointCheckTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Observability.Tests/StellaOps.Doctor.Plugin.Observability.Tests.csproj,Doctor,FAIL,102,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/TestTimeProvider.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.csproj,Doctor,PASS,14,,
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/TimestampingPluginIntegrationTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.csproj,Doctor,FAIL,154,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/Checks/EvidenceChecksTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.csproj,Doctor,FAIL,67,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/Checks/TsaHealthChecksTests.cs,src/Doctor/__Tests/StellaOps.Doctor.Plugin.Timestamping.Tests/StellaOps.Doctor.Plugin.Timestamping.Tests.csproj,Doctor,FAIL,143,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/Options/DoctorServiceOptionsTests.cs,src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/StellaOps.Doctor.WebService.Tests.csproj,Doctor,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/Services/DoctorRunServiceTests.cs,src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/StellaOps.Doctor.WebService.Tests.csproj,Doctor,FAIL,157,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/Services/InMemoryReportStorageServiceTests.cs,src/Doctor/__Tests/StellaOps.Doctor.WebService.Tests/StellaOps.Doctor.WebService.Tests.csproj,Doctor,FAIL,173,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/BundleManifestSerializationTests.cs,src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.csproj,EvidenceLocker,FAIL,375,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/ChecksumFileWriterTests.cs,src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.csproj,EvidenceLocker,FAIL,327,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/MerkleTreeBuilderTests.cs,src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.csproj,EvidenceLocker,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/TarGzBundleExporterTests.cs,src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.csproj,EvidenceLocker,FAIL,392,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/VerifyScriptGeneratorTests.cs,src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.Export.Tests/StellaOps.EvidenceLocker.Export.Tests.csproj,EvidenceLocker,FAIL,297,FileLength>100,Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests/EvidenceLockerSchemaEvolutionTests.cs,src/EvidenceLocker/__Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests/StellaOps.EvidenceLocker.SchemaEvolution.Tests.csproj,EvidenceLocker,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/DatabaseMigrationTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,107,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceBundleBuilderTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceBundleImmutabilityTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,414,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceBundlePackagingServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,485,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerIntegrationTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,426,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerTestCollection.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,PASS,13,,
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerWebApplicationFactory.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,458,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerWebServiceContractTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,492,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceLockerWebServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,372,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidencePortableBundleServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,372,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceReindexIntegrationTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,326,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceReindexServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,459,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceSignatureServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,374,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/EvidenceSnapshotServiceTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,522,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/ExportEndpointsTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/FileSystemEvidenceObjectStoreTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,90,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/GoldenFixturesTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,88,PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/PostgreSqlFixture.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,164,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/Rfc3161TimestampAuthorityClientTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,86,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/S3EvidenceObjectStoreTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/TimelineIndexerEvidenceTimelinePublisherTests.cs,src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj,EvidenceLocker,FAIL,186,AsyncNaming; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.ArtifactStores.S3.Tests/S3ArtifactClientTests.cs,src/Excititor/__Tests/StellaOps.Excititor.ArtifactStores.S3.Tests/StellaOps.Excititor.ArtifactStores.S3.Tests.csproj,Excititor,FAIL,43,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/VexAttestationClientTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.csproj,Excititor,FAIL,95,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/VexAttestationVerifierTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.csproj,Excititor,FAIL,345,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/VexDsseBuilderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.csproj,Excititor,FAIL,55,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/VexRekorAttestationFlowTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Attestation.Tests/StellaOps.Excititor.Attestation.Tests.csproj,Excititor,FAIL,242,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/CiscoCsafNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests.csproj,Excititor,FAIL,150,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/Connectors/CiscoCsafConnectorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests.csproj,Excititor,FAIL,355,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/Metadata/CiscoProviderMetadataLoaderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests/StellaOps.Excititor.Connectors.Cisco.CSAF.Tests.csproj,Excititor,FAIL,150,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/MsrcCsafNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests.csproj,Excititor,FAIL,129,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/Authentication/MsrcTokenProviderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests.csproj,Excititor,FAIL,177,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/Connectors/MsrcCsafConnectorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests/StellaOps.Excititor.Connectors.MSRC.CSAF.Tests.csproj,Excititor,FAIL,472,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/OciOpenVexAttestNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests.csproj,Excititor,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/Configuration/OciOpenVexAttestationConnectorOptionsValidatorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests.csproj,Excititor,PASS,77,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/Connector/OciOpenVexAttestationConnectorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests.csproj,Excititor,FAIL,313,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/Discovery/OciAttestationDiscoveryServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests/StellaOps.Excititor.Connectors.OCI.OpenVEX.Attest.Tests.csproj,Excititor,FAIL,84,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/OracleCsafNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests.csproj,Excititor,FAIL,148,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/Connectors/OracleCsafConnectorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests.csproj,Excititor,FAIL,318,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/Metadata/OracleCatalogLoaderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests/StellaOps.Excititor.Connectors.Oracle.CSAF.Tests.csproj,Excititor,FAIL,206,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/RedHatCsafLiveSchemaTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.csproj,Excititor,FAIL,59,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/RedHatCsafNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.csproj,Excititor,FAIL,215,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/Connectors/RedHatCsafConnectorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.csproj,Excititor,FAIL,284,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/Metadata/RedHatProviderMetadataLoaderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests/StellaOps.Excititor.Connectors.RedHat.CSAF.Tests.csproj,Excititor,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/RancherVexHubNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.csproj,Excititor,FAIL,171,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/Authentication/RancherHubTokenProviderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.csproj,Excititor,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/Connectors/RancherHubConnectorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.csproj,Excititor,FAIL,1,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/Metadata/RancherHubMetadataLoaderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests/StellaOps.Excititor.Connectors.SUSE.RancherVEXHub.Tests.csproj,Excititor,FAIL,179,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/UbuntuCsafNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests.csproj,Excititor,FAIL,149,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/Connectors/UbuntuCsafConnectorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests.csproj,Excititor,FAIL,444,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/Metadata/UbuntuCatalogLoaderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests/StellaOps.Excititor.Connectors.Ubuntu.CSAF.Tests.csproj,Excititor,FAIL,173,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/VexAttestationPayloadTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,147,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/VexCanonicalJsonSerializerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,156,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/VexPolicyBinderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,138,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/VexPolicyDiagnosticsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,175,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/VexQuerySignatureTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,64,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/VexSignalSnapshotTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,40,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Aoc/VexRawWriteGuardTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,69,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Architecture/ExcititorAssemblyDependencyTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,364,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/AutoVex/AutoVexDowngradeServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,599,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Calibration/CalibrationComparisonEngineTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,98,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Calibration/DefaultTrustVectorsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,34,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Calibration/SourceClassificationServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,53,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Calibration/TrustCalibrationServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,172,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Calibration/TrustVectorCalibratorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,106,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Evidence/VexEvidenceLinkerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,254,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Lattice/PolicyLatticeAdapterTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,122,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Lattice/TrustWeightRegistryTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,53,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Observations/TimelineEventTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,42,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Observations/VexLinksetUpdatedEventFactoryTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,132,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Observations/VexObservationLinksetTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,74,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Observations/VexObservationQueryServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,308,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Observations/VexStatementChangeEventTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,330,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/PreservePrune/ExcititorNoLatticeComputationTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,375,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/PreservePrune/PreservePruneSourceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,498,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/TrustVector/ClaimScoreCalculatorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,52,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/TrustVector/FreshnessCalculatorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,39,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/TrustVector/ScorersTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,59,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/TrustVector/TrustVectorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,49,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/TrustVector/TrustWeightsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,26,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/TrustVector/VexProviderTrustTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,PASS,44,,
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/Verification/ProductionVexSignatureVerifierTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.Tests/StellaOps.Excititor.Core.Tests.csproj,Excititor,FAIL,635,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/TimelineEventTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,164,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/VexEvidenceAttestorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,218,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/VexEvidenceChunkServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,129,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/VexEvidenceLockerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,211,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/VexLinksetExtractionServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,119,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/Canonicalization/VexAdvisoryKeyCanonicalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,171,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/Canonicalization/VexProductKeyCanonicalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,236,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/Observations/AppendOnlyLinksetExtractionServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,394,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/Observations/VexLinksetTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,261,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/Testing/AuthorityTenantSeederTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Core.UnitTests/StellaOps.Excititor.Core.UnitTests.csproj,Excititor,FAIL,232,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/ExportEngineTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.csproj,Excititor,FAIL,496,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/FileSystemArtifactStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.csproj,Excititor,FAIL,36,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/MirrorBundlePublisherTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.csproj,Excititor,FAIL,329,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/OfflineBundleArtifactStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.csproj,Excititor,FAIL,64,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/S3ArtifactStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.csproj,Excititor,FAIL,100,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/VexExportCacheServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Export.Tests/StellaOps.Excititor.Export.Tests.csproj,Excititor,FAIL,85,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/CsafExporterTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/StellaOps.Excititor.Formats.CSAF.Tests.csproj,Excititor,FAIL,77,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/CsafNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/StellaOps.Excititor.Formats.CSAF.Tests.csproj,Excititor,FAIL,184,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/Snapshots/CsafExportSnapshotTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.CSAF.Tests/StellaOps.Excititor.Formats.CSAF.Tests.csproj,Excititor,FAIL,332,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/CycloneDxComponentReconcilerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.csproj,Excititor,FAIL,40,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/CycloneDxExporterTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.csproj,Excititor,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/CycloneDxNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.csproj,Excititor,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/Snapshots/CycloneDxExportSnapshotTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.CycloneDX.Tests/StellaOps.Excititor.Formats.CycloneDX.Tests.csproj,Excititor,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/OpenVexExporterTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.csproj,Excititor,FAIL,57,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/OpenVexNormalizerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.csproj,Excititor,FAIL,90,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/OpenVexStatementMergerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.csproj,Excititor,FAIL,136,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/Snapshots/OpenVexExportSnapshotTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Formats.OpenVEX.Tests/StellaOps.Excititor.Formats.OpenVEX.Tests.csproj,Excititor,FAIL,325,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/ExcititorMigrationTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,302,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/ExcititorPostgresFixture.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,78,ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/PostgresAppendOnlyLinksetStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,125,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/PostgresVexAttestationStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,209,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/PostgresVexObservationStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,239,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/PostgresVexProviderStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,175,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/PostgresVexTimelineEventStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,198,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/VexQueryDeterminismTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,321,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/VexStatementIdempotencyTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Persistence.Tests/StellaOps.Excititor.Persistence.Tests.csproj,Excititor,FAIL,259,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/PluginCatalogTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/StellaOps.Excititor.Plugin.Tests.csproj,Excititor,FAIL,277,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/VexConnectorRegistrationTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Plugin.Tests/StellaOps.Excititor.Plugin.Tests.csproj,Excititor,FAIL,250,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Policy.Tests/VexPolicyProviderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Policy.Tests/StellaOps.Excititor.Policy.Tests.csproj,Excititor,FAIL,92,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/AirgapImportEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,151,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/AirgapImportValidatorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,119,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/AirgapModeEnforcerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,49,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/AirgapSignerTrustServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,115,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/AttestationVerifyEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,84,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/BatchIngestValidationTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,445,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/DevRuntimeEnvironmentStub.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,14,NamespaceNotFileScoped; NamespaceNotStellaOps,Convert to file-scoped namespace.; Update namespace to StellaOps.<Area>.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/EvidenceLockerEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,179,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/EvidenceTelemetryTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,94,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/GraphOverlayCacheTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,47,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/GraphOverlayFactoryTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,118,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/GraphOverlayStoreTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,54,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/GraphStatusFactoryTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,95,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/GraphTooltipFactoryTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,141,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/IngestEndpointsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,286,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/MirrorEndpointsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,209,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/ObservabilityEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,200,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/OpenApiDiscoveryEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,199,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/PolicyEndpointsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,102,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/ResolveEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,372,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/RiskFeedEndpointsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StatusEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,93,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/TestAuthentication.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,62,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/TestServiceOverrides.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,369,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/TestWebApplicationFactory.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,64,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VerificationIntegrationTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,343,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VexAttestationLinkEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,54,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VexEvidenceChunksEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,75,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VexEvidenceChunkServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VexGuardSchemaTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,213,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VexLinksetListEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,104,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VexObservationListEndpointTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,121,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VexObservationProjectionServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/VexRawEndpointsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,98,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/Auth/AuthenticationEnforcementTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,327,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/Contract/OpenApiContractSnapshotTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,309,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/Observability/OTelTraceAssertionTests.cs,src/Excititor/__Tests/StellaOps.Excititor.WebService.Tests/StellaOps.Excititor.WebService.Tests.csproj,Excititor,FAIL,300,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/DefaultVexProviderRunnerIntegrationTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,422,AsyncNaming; FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/DefaultVexProviderRunnerTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,893,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/TenantAuthorityClientFactoryTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,66,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/TenantAuthorityOptionsValidatorTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,48,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/VexWorkerOptionsTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,114,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/EndToEnd/EndToEndIngestJobTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,443,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/Observability/WorkerOTelCorrelationTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,349,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/Orchestration/VexWorkerOrchestratorClientTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,400,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/Plugins/VexWorkerPluginCatalogLoaderTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,97,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/Retry/WorkerRetryPolicyTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,489,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/Scheduling/VexConsensusRefreshServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,128,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/Scheduling/VexWorkerHostedServiceTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,86,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/Signature/WorkerSignatureVerifierTests.cs,src/Excititor/__Tests/StellaOps.Excititor.Worker.Tests/StellaOps.Excititor.Worker.Tests.csproj,Excititor,FAIL,407,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/ExportCenterClientTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/StellaOps.ExportCenter.Client.Tests.csproj,ExportCenter,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/ExportDownloadHelperTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/StellaOps.ExportCenter.Client.Tests.csproj,ExportCenter,FAIL,183,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/ExportJobLifecycleHelperTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Client.Tests/StellaOps.ExportCenter.Client.Tests.csproj,ExportCenter,FAIL,190,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/AttestationBundleBuilderTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,584,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/BootstrapPackBuilderTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,384,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/BundleEncryptionServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,590,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/DevPortalOfflineBundleBuilderTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,232,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/DevPortalOfflineJobTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,222,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/ExportNotificationEmitterTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,582,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/FakeCryptoHmac.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,66,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/HmacDevPortalOfflineManifestSignerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,157,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/MirrorBundleBuilderTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,422,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/MirrorBundleSigningTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,174,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/MirrorDeltaAdapterTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,438,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/OfflineKitDistributorTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,304,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/OfflineKitPackagerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,474,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/OpenApiDiscoveryEndpointsTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,196,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/PortableEvidenceExportBuilderTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,413,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/RiskBundleBuilderTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,95,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/RiskBundleJobTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,99,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/RiskBundleSignerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,32,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/ExportAdapterRegistryTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,266,ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/ExportCompressorTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,302,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/JsonNormalizerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/JsonPolicyAdapterTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,601,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/JsonRawAdapterTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,599,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/MirrorAdapterReferrerDiscoveryTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,852,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/Trivy/TrivyDbAdapterTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,395,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/Trivy/TrivyJavaDbAdapterTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,454,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/Trivy/TrivyNamespaceMapperTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,173,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Adapters/Trivy/TrivySeverityMapperTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,PASS,83,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Api/ExportApiEndpointsTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,41,UsingNotSorted,Sort using directives alphabetically.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Api/ExportApiRepositoryTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,574,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Api/ExportApiServiceCollectionExtensionsTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,36,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Api/ExportAuditServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Api/OpenApiDiscoveryEndpointsTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,PASS,60,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/AuditBundle/AuditBundleJobHandlerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,41,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Crypto/Encryption/AesGcmBundleEncryptorTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,357,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Db/MigrationLoaderTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,PASS,95,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Db/MigrationScriptTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,130,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Deprecation/DeprecatedEndpointsRegistryTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,PASS,96,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Deprecation/DeprecationHeaderExtensionsTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Deprecation/DeprecationInfoTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,PASS,93,,
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/ExportDistributionLifecycleTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,506,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/InMemoryExportDistributionRepositoryTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,400,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/OciDistributionClientTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,197,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/OciDistributionServiceExtensionsTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,52,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/OciHttpClientFactoryTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,53,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/OciImageReferenceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/OciReferrerDiscoveryServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,572,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/OciReferrerDiscoveryTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,325,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/OciReferrerPushClientTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,222,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/OciRegistryAuthTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,156,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Distribution/Oci/RvaOciPublisherTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,300,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Domain/ExportProfileTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/EvidenceCache/LocalEvidenceCacheServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,146,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/EvidenceLocker/EvidenceLockerServiceCollectionExtensionsTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,21,ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/EvidenceLocker/InMemoryExportEvidenceLockerClientTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,61,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/ExceptionReport/ExceptionReportGeneratorTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Incident/ExportIncidentManagerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Manifest/ExportManifestWriterTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,490,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/OfflineBundle/BundleVerificationTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,216,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/OfflineBundle/OfflineBundlePackagerDeterminismTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,66,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/OfflineBundle/OfflineBundlePackagerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,242,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/PackRun/PackRunIntegrationServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,544,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Planner/ExportPlannerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,370,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Planner/ExportScopeResolverTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,336,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/RiskBundle/RiskBundleJobHandlerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,96,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Scheduling/ExportRetentionServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,401,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Scheduling/ExportSchedulerServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,454,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Services/EvidencePackSigningServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,94,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Services/LineageEvidencePackServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,228,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/SimulationExport/SimulationReportExporterTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,77,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Snapshots/AirGapReplayTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,334,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Snapshots/ExportSnapshotServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,197,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Snapshots/ImportSnapshotServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,228,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Snapshots/SnapshotLevelHandlerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,140,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Tenancy/TenantScopeEnforcerTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,471,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/Verification/ExportVerificationServiceTests.cs,src/ExportCenter/StellaOps.ExportCenter/StellaOps.ExportCenter.Tests/StellaOps.ExportCenter.Tests.csproj,ExportCenter,FAIL,887,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Feedser/__Tests/StellaOps.Feedser.BinaryAnalysis.Tests/BinaryFingerprintTests.cs,src/Feedser/__Tests/StellaOps.Feedser.BinaryAnalysis.Tests/StellaOps.Feedser.BinaryAnalysis.Tests.csproj,Feedser,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/FunctionSignatureExtractorTests.cs,src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/StellaOps.Feedser.Core.Tests.csproj,Feedser,FAIL,781,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/HunkSigExtractorTests.cs,src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/StellaOps.Feedser.Core.Tests.csproj,Feedser,FAIL,285,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/Signals/EpssSignalAttacherTests.cs,src/Feedser/__Tests/StellaOps.Feedser.Core.Tests/StellaOps.Feedser.Core.Tests.csproj,Feedser,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/HarnessFixtureReaderTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests.csproj,Findings,FAIL,53,AsyncNaming; ConfigureAwaitMissing; NamespaceNotStellaOps; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/HarnessMathTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests/StellaOps.Findings.Ledger.ReplayHarness.Tests.csproj,Findings,FAIL,31,NamespaceNotStellaOps; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/AttestationStatusCalculatorTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,PASS,21,,
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/DeprecationHeadersTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,PASS,23,,
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/FindingWorkflowServiceTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,187,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/HarnessRunner.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,26,NamespaceNotStellaOps,Update namespace to StellaOps.<Area>.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/HarnessRunnerTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,41,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/InlinePolicyEvaluationServiceTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,178,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/LedgerEventWriteServiceTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/LedgerMetricsTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,234,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/LedgerProjectionReducerTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,237,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/OpenApiMetadataFactoryTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,32,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/OpenApiSdkSurfaceTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,44,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/PolicyEngineEvaluationServiceTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,192,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/ScoredFindingsQueryServiceTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,119,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Integration/EvidenceDecisionApiIntegrationTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,182,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Integration/FindingsLedgerWebApplicationFactory.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,176,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Integration/ScoringAuthorizationTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,256,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Integration/ScoringEndpointsIntegrationTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,471,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Integration/ScoringObservabilityTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Integration/WebhookEndpointsIntegrationTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,282,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Observations/SignalSnapshotBuilderTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Schema/OpenApiSchemaTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,232,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Services/EvidenceGraphBuilderTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Services/FindingScoringServiceTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,353,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/Services/FindingSummaryBuilderTests.cs,src/Findings/__Tests/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,177,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/HarnessFixtureReaderTests.cs,src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests.csproj,Findings,FAIL,40,AsyncNaming; ConfigureAwaitMissing; NamespaceNotStellaOps; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/HarnessRunnerTests.cs,src/Findings/__Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests/StellaOps.Findings.Tools.LedgerReplayHarness.Tests.csproj,Findings,FAIL,99,AsyncNaming; ConfigureAwaitMissing; NamespaceNotStellaOps; UsingInsideNamespace; UsingNotSorted,Add 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.; Update namespace to StellaOps.<Area>.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/AirgapAndOrchestratorServiceTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,127,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/FindingsLedgerIntegrationTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,513,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/FindingsLedgerWebApplicationFactory.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,176,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/FindingsLedgerWebServiceContractTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,303,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/LedgerReplayDeterminismTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,518,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/ProjectionHashingTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,58,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Attestation/AttestationPointerServiceTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,499,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Exports/AttestationQueryServiceTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,PASS,66,,
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Exports/ExportFiltersHashTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,PASS,50,,
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Exports/ExportPagingTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,PASS,52,,
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Incident/LedgerIncidentCoordinatorTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,118,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Infrastructure/InMemoryLedgerEventRepositoryTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,55,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Observability/LedgerMetricsTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,64,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Observability/LedgerTelemetryTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,118,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Observability/LedgerTimelineTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,126,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Observability/TestLogger.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,31,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Services/LedgerEventWriteServiceIncidentTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,67,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Findings/StellaOps.Findings.Ledger.Tests/Snapshot/SnapshotServiceTests.cs,src/Findings/StellaOps.Findings.Ledger.Tests/StellaOps.Findings.Ledger.Tests.csproj,Findings,FAIL,433,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/GatewayHealthTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,30,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Authorization/AuthorizationMiddlewareTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,266,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Authorization/EffectiveClaimsStoreTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,273,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Configuration/GatewayOptionsValidatorTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Configuration/GatewayValueParserTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,PASS,82,,
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Integration/GatewayIntegrationTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Integration/MessagingTransportIntegrationTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,216,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/ClaimsPropagationMiddlewareTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/CorrelationIdMiddlewareTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,71,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/GatewayRoutesTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,PASS,94,,
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/IdentityHeaderPolicyMiddlewareTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,503,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/TenantMiddlewareTests.cs,src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Gateway,FAIL,111,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/AuditLoggerTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,35,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,63,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,63,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,424,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,34,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,118,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,107,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,67,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,122,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,41,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs,src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj,Graph,FAIL,215,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Graph/__Tests/StellaOps.Graph.Core.Tests/CveObservationNodeTests.cs,src/Graph/__Tests/StellaOps.Graph.Core.Tests/StellaOps.Graph.Core.Tests.csproj,Graph,FAIL,254,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/GraphIndexerPostgresFixture.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj,Graph,FAIL,117,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/GraphQueryDeterminismTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj,Graph,FAIL,210,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/GraphStorageMigrationTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj,Graph,FAIL,166,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/PostgresIdempotencyStoreTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj,Graph,FAIL,101,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,30,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,36,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,79,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphChangeStreamProcessorTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,114,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphCoreLogicTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,542,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphIdentityTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,50,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphIndexerEndToEndTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,413,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphInspectorTransformerTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,191,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,52,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphSnapshotBuilderTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,135,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphTestHelpers.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,148,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/SbomLineageTransformerTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,48,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/SbomSnapshotExporterTests.cs,src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj,Graph,FAIL,114,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/InMemoryConnectorPluginTests.cs,src/Integrations/__Tests/StellaOps.Integrations.Plugin.Tests/StellaOps.Integrations.Plugin.Tests.csproj,Integrations,FAIL,137,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Integrations/__Tests/StellaOps.Integrations.Tests/IntegrationPluginLoaderTests.cs,src/Integrations/__Tests/StellaOps.Integrations.Tests/StellaOps.Integrations.Tests.csproj,Integrations,PASS,81,,
|
|
src/Integrations/__Tests/StellaOps.Integrations.Tests/IntegrationServiceTests.cs,src/Integrations/__Tests/StellaOps.Integrations.Tests/StellaOps.Integrations.Tests.csproj,Integrations,FAIL,348,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Integrations/__Tests/StellaOps.Integrations.Tests/CodeScanning/GitHubCodeScanningClientTests.cs,src/Integrations/__Tests/StellaOps.Integrations.Tests/StellaOps.Integrations.Tests.csproj,Integrations,FAIL,472,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/IssuerAuditSinkTests.cs,src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj,IssuerDirectory,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/IssuerDirectoryPostgresCollection.cs,src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj,IssuerDirectory,PASS,10,,
|
|
src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/IssuerDirectoryPostgresFixture.cs,src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj,IssuerDirectory,FAIL,15,UsingNotSorted,Sort using directives alphabetically.
|
|
src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/IssuerKeyRepositoryTests.cs,src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj,IssuerDirectory,FAIL,71,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/IssuerRepositoryTests.cs,src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj,IssuerDirectory,FAIL,60,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/TrustRepositoryTests.cs,src/IssuerDirectory/__Tests/StellaOps.IssuerDirectory.Persistence.Tests/StellaOps.IssuerDirectory.Persistence.Tests.csproj,IssuerDirectory,FAIL,68,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/IssuerDirectoryClientTests.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.csproj,IssuerDirectory,FAIL,245,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/Services/IssuerDirectoryServiceTests.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.csproj,IssuerDirectory,FAIL,192,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/Services/IssuerKeyServiceTests.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.csproj,IssuerDirectory,FAIL,199,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/Services/IssuerTrustServiceTests.cs,src/IssuerDirectory/StellaOps.IssuerDirectory/StellaOps.IssuerDirectory.Core.Tests/StellaOps.IssuerDirectory.Core.Tests.csproj,IssuerDirectory,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/AttestationEventEndpointTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,73,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/AttestationTemplateCoverageTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,81,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/AttestationTemplateSeederTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,66,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/DeprecationTemplateTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,70,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/EventProcessorTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/HttpEgressSloSinkTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,93,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/OpenApiEndpointTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,98,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/PackApprovalTemplateSeederTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,65,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/PackApprovalTemplateTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,86,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/RiskEventEndpointTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,75,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/RiskTemplateSeederTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,66,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/RuleEvaluatorTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,63,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Channels/WebhookChannelAdapterTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,238,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Contracts/ArtifactHashesTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,26,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Contracts/IdentityAlertNotificationTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,400,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Contracts/OfflineKitManifestTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,46,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Contracts/PolicyDocsCompletenessTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,45,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Contracts/RenderingDeterminismTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,30,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Contracts/SchemaCatalogTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,59,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/CorrelationEngineTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,444,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/CorrelationKeyBuilderTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,415,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/IncidentManagerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,344,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/NotifyThrottlerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,270,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/OperatorOverrideServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,452,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/QuietHourCalendarServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,403,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/QuietHoursCalendarServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,375,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/QuietHoursEvaluatorTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,467,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/SuppressionAuditLoggerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,255,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/ThrottleConfigServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,331,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Correlation/ThrottleConfigurationServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,317,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Digest/DigestGeneratorTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,286,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Digest/DigestSchedulerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,251,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Dispatch/SimpleTemplateRendererTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,272,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Dispatch/WebhookChannelDispatcherTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,243,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Endpoints/DeliveryRetryEndpointTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,448,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Endpoints/NotifyApiEndpointsTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,350,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Fallback/FallbackHandlerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,298,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Localization/LocalizationServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,397,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Observability/ChaosTestRunnerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,493,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Observability/DeadLetterHandlerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,73,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Observability/RetentionPolicyServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,83,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Security/HtmlSanitizerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,372,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Security/SigningServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,350,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Security/TenantIsolationValidatorTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,367,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Security/WebhookSecurityServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,368,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Simulation/SimulationEngineTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,442,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StormBreaker/StormBreakerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,329,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Support/InMemoryAuditRepository.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,63,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Support/InMemoryPackApprovalRepository.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,PASS,18,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Support/InMemoryStores.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,345,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Support/NotifierApplicationFactory.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,51,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Support/NullNotifyEventQueue.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,19,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Support/RecordingNotifyEventQueue.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,PASS,23,,
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Support/TestEgressSloSink.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,21,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Templates/EnhancedTemplateRendererTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,386,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Templates/NotifyTemplateServiceTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,295,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Tenancy/TenantChannelResolverTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,437,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Tenancy/TenantContextTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,226,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Tenancy/TenantMiddlewareTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,447,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Tenancy/TenantNotificationEnricherTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,491,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/Tenancy/TenantRlsEnforcerTests.cs,src/Notifier/StellaOps.Notifier/StellaOps.Notifier.Tests/StellaOps.Notifier.Tests.csproj,Notifier,FAIL,370,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/EmailChannelHealthProviderTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/StellaOps.Notify.Connectors.Email.Tests.csproj,Notify,FAIL,105,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/ErrorHandling/EmailConnectorErrorTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/StellaOps.Notify.Connectors.Email.Tests.csproj,Notify,FAIL,718,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/Snapshot/EmailConnectorSnapshotTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Email.Tests/StellaOps.Notify.Connectors.Email.Tests.csproj,Notify,FAIL,699,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Shared.Tests/ConnectorValueRedactorTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Shared.Tests/StellaOps.Notify.Connectors.Shared.Tests.csproj,Notify,FAIL,139,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/SlackChannelHealthProviderTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.csproj,Notify,FAIL,101,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/SlackChannelTestProviderTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.csproj,Notify,FAIL,120,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/ErrorHandling/SlackConnectorErrorTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.csproj,Notify,FAIL,661,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/Snapshot/SlackConnectorSnapshotTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Slack.Tests/StellaOps.Notify.Connectors.Slack.Tests.csproj,Notify,FAIL,764,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/TeamsChannelHealthProviderTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.csproj,Notify,FAIL,103,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/TeamsChannelTestProviderTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.csproj,Notify,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/ErrorHandling/TeamsConnectorErrorTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.csproj,Notify,FAIL,695,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/Snapshot/TeamsConnectorSnapshotTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Teams.Tests/StellaOps.Notify.Connectors.Teams.Tests.csproj,Notify,FAIL,688,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/ErrorHandling/WebhookConnectorErrorHandlingTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/StellaOps.Notify.Connectors.Webhook.Tests.csproj,Notify,FAIL,545,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/ErrorHandling/WebhookConnectorErrorTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/StellaOps.Notify.Connectors.Webhook.Tests.csproj,Notify,FAIL,882,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/Snapshot/WebhookConnectorSnapshotTests.cs,src/Notify/__Tests/StellaOps.Notify.Connectors.Webhook.Tests/StellaOps.Notify.Connectors.Webhook.Tests.csproj,Notify,FAIL,581,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Core.Tests/RateLimiting/NotificationRateLimitingTests.cs,src/Notify/__Tests/StellaOps.Notify.Core.Tests/StellaOps.Notify.Core.Tests.csproj,Notify,FAIL,853,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Core.Tests/Templating/NotificationTemplatingTests.cs,src/Notify/__Tests/StellaOps.Notify.Core.Tests/StellaOps.Notify.Core.Tests.csproj,Notify,FAIL,1533,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Engine.Tests/RateLimiting/NotifyRateLimitingTests.cs,src/Notify/__Tests/StellaOps.Notify.Engine.Tests/StellaOps.Notify.Engine.Tests.csproj,Notify,FAIL,534,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Engine.Tests/Templating/NotifyTemplatingTests.cs,src/Notify/__Tests/StellaOps.Notify.Engine.Tests/StellaOps.Notify.Engine.Tests.csproj,Notify,FAIL,494,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Models.Tests/DocSampleTests.cs,src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj,Notify,FAIL,50,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notify/__Tests/StellaOps.Notify.Models.Tests/NotifyCanonicalJsonSerializerTests.cs,src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj,Notify,FAIL,81,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notify/__Tests/StellaOps.Notify.Models.Tests/NotifyDeliveryTests.cs,src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj,Notify,FAIL,50,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notify/__Tests/StellaOps.Notify.Models.Tests/NotifyRuleTests.cs,src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj,Notify,FAIL,67,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Notify/__Tests/StellaOps.Notify.Models.Tests/NotifySchemaMigrationTests.cs,src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj,Notify,FAIL,107,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Models.Tests/PlatformEventSamplesTests.cs,src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj,Notify,FAIL,58,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Notify/__Tests/StellaOps.Notify.Models.Tests/PlatformEventSchemaValidationTests.cs,src/Notify/__Tests/StellaOps.Notify.Models.Tests/StellaOps.Notify.Models.Tests.csproj,Notify,FAIL,47,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/ChannelRepositoryTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/DeliveryIdempotencyTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/DeliveryRepositoryTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,255,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/DigestAggregationTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,563,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/DigestRepositoryTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,231,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/EscalationHandlingTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,491,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/InboxRepositoryTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,228,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/NotificationDeliveryFlowTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,420,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/NotifyAuditRepositoryTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,188,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/NotifyMigrationTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,323,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/NotifyPostgresFixture.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,75,ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/RetryStatePersistenceTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/RuleRepositoryTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,211,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/TemplateRepositoryTests.cs,src/Notify/__Tests/StellaOps.Notify.Persistence.Tests/StellaOps.Notify.Persistence.Tests.csproj,Notify,FAIL,203,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Queue.Tests/NatsNotifyDeliveryQueueTests.cs,src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.csproj,Notify,FAIL,240,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Queue.Tests/NatsNotifyEventQueueTests.cs,src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.csproj,Notify,FAIL,263,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Queue.Tests/RedisNotifyDeliveryQueueTests.cs,src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.csproj,Notify,FAIL,209,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Queue.Tests/RedisNotifyEventQueueTests.cs,src/Notify/__Tests/StellaOps.Notify.Queue.Tests/StellaOps.Notify.Queue.Tests.csproj,Notify,FAIL,233,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Storage.InMemory.Tests/InMemoryRepositoriesTests.cs,src/Notify/__Tests/StellaOps.Notify.Storage.InMemory.Tests/StellaOps.Notify.Storage.InMemory.Tests.csproj,Notify,FAIL,274,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/CrudEndpointsTests.cs,src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj,Notify,FAIL,448,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/InMemoryRepositories.cs,src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj,Notify,FAIL,262,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/NormalizeEndpointsTests.cs,src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj,Notify,FAIL,105,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/NotifyTestServiceOverrides.cs,src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj,Notify,FAIL,219,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/W1/NotifyWebServiceAuthTests.cs,src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj,Notify,FAIL,571,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/W1/NotifyWebServiceContractTests.cs,src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj,Notify,FAIL,523,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.WebService.Tests/W1/NotifyWebServiceOTelTests.cs,src/Notify/__Tests/StellaOps.Notify.WebService.Tests/StellaOps.Notify.WebService.Tests.csproj,Notify,FAIL,530,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/NotifyEventLeaseProcessorTests.cs,src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.csproj,Notify,FAIL,171,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/WK1/NotifyWorkerEndToEndTests.cs,src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.csproj,Notify,FAIL,484,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/WK1/NotifyWorkerOTelCorrelationTests.cs,src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.csproj,Notify,FAIL,578,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/WK1/NotifyWorkerRateLimitTests.cs,src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.csproj,Notify,FAIL,633,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Notify/__Tests/StellaOps.Notify.Worker.Tests/WK1/NotifyWorkerRetryTests.cs,src/Notify/__Tests/StellaOps.Notify.Worker.Tests/StellaOps.Notify.Worker.Tests.csproj,Notify,FAIL,678,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/Integration/OpsMemoryChatProviderIntegrationTests.cs,src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj,OpsMemory,FAIL,350,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/Integration/OpsMemoryPostgresFixture.cs,src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj,OpsMemory,FAIL,104,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/Integration/PostgresOpsMemoryStoreTests.cs,src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj,OpsMemory,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/Unit/OpsMemoryChatProviderTests.cs,src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj,OpsMemory,FAIL,317,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/Unit/OpsMemoryContextEnricherTests.cs,src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj,OpsMemory,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/Unit/PlaybookSuggestionServiceTests.cs,src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj,OpsMemory,FAIL,285,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/Unit/SimilarityVectorGeneratorTests.cs,src/OpsMemory/__Tests/StellaOps.OpsMemory.Tests/StellaOps.OpsMemory.Tests.csproj,OpsMemory,FAIL,346,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/CanonicalJsonHasherTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,72,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/EventEnvelopeTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,108,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/ReplayInputsLockTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,66,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/ReplayManifestTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,52,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/SchemaSmokeTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,70,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/AirGap/NetworkIntentValidatorTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,478,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/AirGap/StalenessValidatorTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,356,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/AuditLedger/AuditEntryTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,361,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/AuditLedger/LedgerExportTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/AuditLedger/RunLedgerTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,322,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/AuditLedger/SignedManifestTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,398,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Backfill/BackfillRequestTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,413,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Backfill/DuplicateSuppressorTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,211,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Backfill/EventTimeWindowTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,356,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Backfill/WatermarkTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,160,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/ControlPlane/OpenApiDocumentsTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,77,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/ControlPlane/RunTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,356,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/ControlPlane/SourceTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,261,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/ControlPlane/TenantResolverTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,PASS,60,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/DeadLetter/DeadLetterEntryTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,321,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/DeadLetter/ErrorClassificationTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,266,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/DeadLetter/NotificationRuleTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,313,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Domain/Mirror/MirrorOperationRecorderTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,921,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Events/EventPublishingTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,983,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Events/TimelineEventTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,400,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Evidence/JobAttestationTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,764,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Evidence/JobCapsuleTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,371,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Export/ExportDistributionTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Export/ExportJobPayloadTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,134,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Export/ExportJobPolicyTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,154,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Export/ExportJobTypesTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,PASS,98,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Export/ExportRetentionTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,337,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Export/ExportScheduleTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,710,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Mirror/MirrorBundleTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,299,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Mirror/MirrorJobTypesTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,PASS,91,,
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Observability/IncidentModeHooksTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,545,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Observability/OrchestratorGoldenSignalsTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,356,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/PackRegistry/PackRegistryContractTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,345,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/PackRegistry/PackTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,305,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/PackRegistry/PackVersionTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,403,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/PackRun/PackRunContractTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,255,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/PackRun/PackRunLogTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,221,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/PackRun/PackRunStreamCoordinatorTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/PackRun/PackRunTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/RateLimiting/AdaptiveRateLimiterTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,394,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/RateLimiting/BackpressureHandlerTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,314,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/RateLimiting/ConcurrencyLimiterTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,280,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/RateLimiting/HourlyCounterTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,197,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/RateLimiting/TokenBucketTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,259,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Scale/LoadShedderTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,248,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Scale/PerformanceBenchmarkTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,361,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Scale/ScaleMetricsTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,258,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Scheduling/DagPlannerTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,285,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Scheduling/JobSchedulerAirGapTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,311,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Scheduling/JobStateMachineTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Scheduling/RetryPolicyTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/SloManagement/SloTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,534,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Ttfs/DeterministicTestFixtures.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,297,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Ttfs/DeterministicTestFixturesTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,140,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/Ttfs/FirstSignalServiceTests.cs,src/Orchestrator/StellaOps.Orchestrator/StellaOps.Orchestrator.Tests/StellaOps.Orchestrator.Tests.csproj,Orchestrator,FAIL,617,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/PacksRegistryPostgresFixture.cs,src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/StellaOps.PacksRegistry.Persistence.Tests.csproj,PacksRegistry,FAIL,28,UsingNotSorted,Sort using directives alphabetically.
|
|
src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/PostgresPackRepositoryTests.cs,src/PacksRegistry/__Tests/StellaOps.PacksRegistry.Persistence.Tests/StellaOps.PacksRegistry.Persistence.Tests.csproj,PacksRegistry,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/ExportServiceTests.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.csproj,PacksRegistry,FAIL,45,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/FilePackRepositoryTests.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.csproj,PacksRegistry,FAIL,48,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/PacksApiTests.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.csproj,PacksRegistry,FAIL,131,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/PackServiceTests.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.csproj,PacksRegistry,FAIL,100,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/RsaSignatureVerifierTests.cs,src/PacksRegistry/StellaOps.PacksRegistry/StellaOps.PacksRegistry.Tests/StellaOps.PacksRegistry.Tests.csproj,PacksRegistry,FAIL,53,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/AnalyticsIngestionEdgeCaseTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,428,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/AnalyticsIngestionFixtureTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,84,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/AnalyticsIngestionHelpersTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,275,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/AnalyticsIngestionRealDatasetTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,320,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/AnalyticsSchemaIntegrationTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,895,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/AttestationPayloadParsingTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,275,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/LicenseExpressionRendererEdgeCaseTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,201,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/LicenseExpressionRendererTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,35,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/PostgresCollectionDefinition.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,PASS,24,,
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/PurlParserTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,PASS,50,,
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/Sha256HasherTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,PASS,18,,
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/TenantNormalizerTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,PASS,23,,
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/VersionRuleEvaluatorTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,PASS,55,,
|
|
src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/VulnerabilityCorrelationRulesTests.cs,src/Platform/__Tests/StellaOps.Platform.Analytics.Tests/StellaOps.Platform.Analytics.Tests.csproj,Platform,FAIL,118,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/AnalyticsEndpointsSuccessTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,184,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/AnalyticsEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,38,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/FunctionMapEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,368,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/HealthEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,39,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/MetadataEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,55,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/OnboardingEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,41,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/PlatformAnalyticsMaintenanceOptionsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,42,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/PlatformAnalyticsMaintenanceServiceTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/PlatformAnalyticsQueryExecutorTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,66,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/PlatformAnalyticsServiceTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,301,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/PlatformWebApplicationFactory.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,146,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/PolicyInteropEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,414,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/PreferencesEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,48,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/QuotaEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,36,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/ScoreEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,610,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Platform/__Tests/StellaOps.Platform.WebService.Tests/SearchEndpointsTests.cs,src/Platform/__Tests/StellaOps.Platform.WebService.Tests/StellaOps.Platform.WebService.Tests.csproj,Platform,FAIL,42,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/HealthCheckResultTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj,Plugin,FAIL,159,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/PluginCapabilitiesTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj,Plugin,FAIL,150,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/PluginInfoTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj,Plugin,FAIL,161,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/PluginLifecycleStateTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Abstractions.Tests/StellaOps.Plugin.Abstractions.Tests.csproj,Plugin,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/DependencyGraphTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj,Plugin,FAIL,166,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/DependencyResolverTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj,Plugin,FAIL,247,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/LifecycleManagerTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj,Plugin,FAIL,225,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/PluginConfigurationTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj,Plugin,FAIL,238,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/PluginStateMachineTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Host.Tests/StellaOps.Plugin.Host.Tests.csproj,Plugin,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/InMemoryPluginRegistryTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj,Plugin,FAIL,481,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/PluginCapabilitiesExtensionsTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj,Plugin,FAIL,261,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/PluginRecordTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Registry.Tests/StellaOps.Plugin.Registry.Tests.csproj,Plugin,FAIL,239,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/FilesystemPolicyTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj,Plugin,FAIL,263,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/ResourceLimiterTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj,Plugin,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/SandboxConfigurationTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj,Plugin,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/SandboxFactoryTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Sandbox.Tests/StellaOps.Plugin.Sandbox.Tests.csproj,Plugin,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/PluginInfoBuilderTests.cs,src/Plugin/__Tests/StellaOps.Plugin.Sdk.Tests/StellaOps.Plugin.Sdk.Tests.csproj,Plugin,FAIL,116,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/HelloWorldPluginTests.cs,src/Plugin/Samples/StellaOps.Plugin.Samples.HelloWorld.Tests/StellaOps.Plugin.Samples.HelloWorld.Tests.csproj,Plugin,FAIL,181,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Add 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.
|
|
src/Plugin/StellaOps.Plugin.Testing/FakeTimeProvider.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,PASS,77,,
|
|
src/Plugin/StellaOps.Plugin.Testing/PluginTestBase.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,FAIL,73,ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.
|
|
src/Plugin/StellaOps.Plugin.Testing/PluginTestHost.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,FAIL,86,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Plugin/StellaOps.Plugin.Testing/PluginTestHostOptions.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,FAIL,40,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Plugin/StellaOps.Plugin.Testing/SequentialGuidGenerator.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,PASS,72,,
|
|
src/Plugin/StellaOps.Plugin.Testing/TestHttpClientFactory.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,FAIL,225,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Plugin/StellaOps.Plugin.Testing/TestPluginConfiguration.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,FAIL,125,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Testing/TestPluginContext.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,FAIL,86,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Plugin/StellaOps.Plugin.Testing/TestPluginLogger.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,FAIL,201,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Plugin/StellaOps.Plugin.Testing/TestPluginServices.cs,src/Plugin/StellaOps.Plugin.Testing/StellaOps.Plugin.Testing.csproj,Plugin,FAIL,86,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/Evaluation/RemediationResolverTests.cs,src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj,Policy,FAIL,283,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/Export/JsonPolicyExporterTests.cs,src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj,Policy,FAIL,100,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/Import/FormatDetectorTests.cs,src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj,Policy,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/Import/JsonPolicyImporterTests.cs,src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj,Policy,FAIL,167,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/Import/RegoPolicyImporterTests.cs,src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj,Policy,FAIL,289,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/Rego/RegoCodeGeneratorTests.cs,src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj,Policy,FAIL,273,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/Validation/PolicySchemaValidatorTests.cs,src/Policy/__Libraries/__Tests/StellaOps.Policy.Interop.Tests/StellaOps.Policy.Interop.Tests.csproj,Policy,FAIL,239,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.AuthSignals.Tests/PolicyAuthSignalTests.cs,src/Policy/__Tests/StellaOps.Policy.AuthSignals.Tests/StellaOps.Policy.AuthSignals.Tests.csproj,Policy,FAIL,278,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/DecayedConfidenceCalculatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/DeterminizationOptionsTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,217,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/TrustScoreAggregatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,123,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/UncertaintyScoreCalculatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/Integration/ServiceRegistrationIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,123,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/Models/DeterminizationResultTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,PASS,81,,
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/Models/ObservationDecayTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,PASS,88,,
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/Models/ReanalysisFingerprintTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/Models/SignalSnapshotTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,PASS,33,,
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/Models/SignalStateTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,PASS,84,,
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/Models/UncertaintyScoreTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,PASS,67,,
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/PropertyTests/DecayPropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/PropertyTests/DeterminismPropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,276,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/PropertyTests/EntropyPropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,290,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/Scoring/ConflictDetectorTests.cs,src/Policy/__Tests/StellaOps.Policy.Determinization.Tests/StellaOps.Policy.Determinization.Tests.csproj,Policy,FAIL,242,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Contract.Tests/ScoringApiContractTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Contract.Tests/StellaOps.Policy.Engine.Contract.Tests.csproj,Policy,FAIL,368,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/AdvisoryAiKnobsServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,36,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/EvidenceSummaryServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,58,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/LedgerExportServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,65,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/OrchestratorJobServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,102,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/OverlayProjectionServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,39,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PathScopeSimulationBridgeServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PathScopeSimulationServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,55,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyActivationAuditorTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,95,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyActivationSettingsTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,47,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyBundleServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,167,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyCompilationServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,143,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyCompilerTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,108,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyDecisionServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,225,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,777,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyPackRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,48,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyRuntimeEvaluationServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,553,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyRuntimeEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,50,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/PolicyWorkerServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,81,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/ProvcachePolicyEvaluationCacheTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,452,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/SnapshotServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,61,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/TrustWeightingServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,41,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/ViolationServicesTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,105,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Adapters/ExceptionAdapterTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,348,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Adapters/ExceptionEffectRegistryTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/AirGap/RiskProfileAirGapExportServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,664,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Attestation/PolicyDecisionAttestationServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,327,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Attestation/RvaBuilderTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Attestation/RvaVerifierTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,138,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Attestation/ScoringDeterminismVerifierTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,451,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Attestation/VerdictAttestationIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,268,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Attestation/VerdictBudgetCheckTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,245,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/BatchEvaluation/BatchEvaluationMapperTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,92,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Benchmarks/EwsCalculationBenchmarkTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,337,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Compilation/PolicyMetadataExtractorTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,469,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Console/ConsoleSimulationDiffServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,44,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Crypto/CryptoRiskEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,378,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Determinism/PolicyEngineDeterminismTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,653,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/DeterminismGuard/DeterminismGuardTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,438,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Evaluation/ScoreBasedRuleMonotonicityPropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,412,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Evaluation/ScoreBasedRuleTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,543,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Evaluation/VerdictSummaryTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,609,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Fakes/FakeOverlayEventSink.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,PASS,15,,
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Fakes/FakeOverlayStore.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,PASS,15,,
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Gates/BudgetEnforcementIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,423,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Gates/CicdGateIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,510,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Gates/FacetQuotaGateIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,539,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Gates/PolicyGateEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,366,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Gates/StabilityDampingGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,348,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Gates/VexTrustConfidenceFactorProviderTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,310,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Gates/VexTrustGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,546,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Gates/Determinization/DeterminizationGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,230,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/IncrementalOrchestrator/IncrementalOrchestratorTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,320,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Integration/DeterminizationGateIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,198,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Integration/EwsAttestationReproducibilityTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,473,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Integration/EwsConcurrentEvaluationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,490,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Integration/EwsPipelinePerformanceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,442,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Integration/EwsVerdictDeterminismTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,440,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Integration/PolicyEngineApiHostTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,157,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Integration/PolicyEwsPipelineIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,436,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Materialization/MaterializationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,269,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Notifications/PolicyProfileNotificationServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,482,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Overrides/OverrideServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,494,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Policies/DeterminizationPolicyTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,292,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Policies/DeterminizationRuleSetTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Properties/RiskBudgetMonotonicityPropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,370,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Properties/ScoreRuleMonotonicityPropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,378,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Properties/UnknownsBudgetPropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,350,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Properties/VexLatticeMergePropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,595,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/ReachabilityFacts/ReachabilityCoreBridgeTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,315,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/ReachabilityFacts/ReachabilityFactsSignalsClientTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,340,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/ReachabilityFacts/SignalsBackedReachabilityFactsStoreTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,370,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scope/EffectivePolicyServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,361,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/AdvancedScoringEngineTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,331,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/ProfileComparisonIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,264,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/ProfileSwitchingTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/RiskScoringResultTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,82,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/ScorePolicyDigestReplayIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/ScorePolicyServiceCachingTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,238,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/SimpleScoringEngineTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,366,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/EvidenceWeightedScore/ConfidenceToEwsComparisonTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,593,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Scoring/EvidenceWeightedScore/EvidenceWeightedScoreEnricherTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,572,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/SelectionJoin/SelectionJoinTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,381,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Signals/EntropyPenaltyCalculatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,116,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Simulation/RiskSimulationBreakdownServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,663,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Simulation/SimulationAnalyticsServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,415,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Snapshots/PolicyEvaluationTraceSnapshotTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,536,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Snapshots/VerdictArtifactSnapshotTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,980,BlockingAsync; FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Snapshots/VerdictEwsSnapshotTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,501,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Subscriptions/SignalUpdateHandlerTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,150,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Telemetry/TelemetryTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,309,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Tenancy/TenantContextTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,599,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Vex/VexDecisionEmitterTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,609,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Vex/VexDecisionReachabilityIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,528,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Vex/VexDecisionSigningServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,471,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Vex/VexSchemaValidationTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,387,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Engine.Tests/Workers/ExceptionLifecycleServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Engine.Tests/StellaOps.Policy.Engine.Tests.csproj,Policy,FAIL,111,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/EvidenceRequirementsTests.cs,src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.csproj,Policy,FAIL,75,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/EvidenceRequirementValidatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.csproj,Policy,FAIL,147,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/ExceptionEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.csproj,Policy,FAIL,410,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/ExceptionEventTests.cs,src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.csproj,Policy,FAIL,329,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/ExceptionObjectTests.cs,src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.csproj,Policy,FAIL,359,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/RecheckEvaluationServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Exceptions.Tests/StellaOps.Policy.Exceptions.Tests.csproj,Policy,FAIL,197,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/GatewayActivationTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,647,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/GovernanceEndpointsTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,392,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/PolicyEngineClientTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,218,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/PolicyGatewayDpopProofGeneratorTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,175,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/ScoreGateEndpointsTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,540,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/TestPolicyGatewayFactory.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,333,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/ToolLatticeEndpointsTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,56,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/VexTrustGateIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,696,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/Endpoints/GatesEndpointsIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,272,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/Services/ApprovalWorkflowServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,301,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/Services/ExceptionServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,340,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/W1/PolicyGatewayIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Gateway.Tests/StellaOps.Policy.Gateway.Tests.csproj,Policy,FAIL,541,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Pack.Tests/EnvironmentOverrideTests.cs,src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StellaOps.Policy.Pack.Tests.csproj,Policy,FAIL,213,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Pack.Tests/PolicyPackSchemaTests.cs,src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StellaOps.Policy.Pack.Tests.csproj,Policy,FAIL,422,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StarterPolicyPackTests.cs,src/Policy/__Tests/StellaOps.Policy.Pack.Tests/StellaOps.Policy.Pack.Tests.csproj,Policy,FAIL,182,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/EvaluationRunRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,306,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/ExceptionObjectRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,495,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/ExceptionRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,295,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PackRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,289,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PackVersioningWorkflowTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,344,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PolicyAuditRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,206,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PolicyMigrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,326,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PolicyPostgresFixture.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,78,ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PolicyQueryDeterminismTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,416,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PolicyVersioningImmutabilityTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,308,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PostgresExceptionApplicationRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,181,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PostgresExceptionObjectRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,578,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/PostgresReceiptRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,116,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/RecheckEvidenceMigrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,55,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/RiskProfileRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,366,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/RiskProfileVersionHistoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,517,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/RuleRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,285,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/UnknownsRepositoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Persistence.Tests/StellaOps.Policy.Persistence.Tests.csproj,Policy,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Predicates.Tests/FixChainGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Predicates.Tests/StellaOps.Policy.Predicates.Tests.csproj,Policy,FAIL,309,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/RiskProfileCanonicalizerTests.cs,src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/StellaOps.Policy.RiskProfile.Tests.csproj,Policy,FAIL,86,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/RiskProfileValidatorTests.cs,src/Policy/__Tests/StellaOps.Policy.RiskProfile.Tests/StellaOps.Policy.RiskProfile.Tests.csproj,Policy,FAIL,71,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/CvssMultiVersionEngineTests.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,354,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/CvssPipelineIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,377,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/CvssPolicyLoaderTests.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,86,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/CvssV4EngineTests.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,523,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/CvssV4EnvironmentalTests.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,592,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/CvssVectorInteropTests.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,23,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/MacroVectorLookupTests.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,504,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/ReceiptBuilderTests.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,254,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/Fakes/InMemoryReceiptRepository.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,FAIL,30,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/Fakes/TestKeys.cs,src/Policy/__Tests/StellaOps.Policy.Scoring.Tests/StellaOps.Policy.Scoring.Tests.csproj,Policy,PASS,16,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/PolicyBinderTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/PolicyEvaluationTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,151,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/PolicyPreviewServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,190,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/PolicyScoringConfigTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,73,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/PolicySnapshotStoreTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,99,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/PolicyValidationCliTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,61,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/SplCanonicalizerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,95,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/SplLayeringEngineTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,70,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/SplMigrationToolTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,79,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/SplSchemaResourceTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,33,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Confidence/ConfidenceCalculatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,166,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Deltas/BaselineSelectorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,135,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Deltas/DeltaVerdictTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,246,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Deltas/SecurityStateDeltaTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,PASS,99,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Exceptions/ExceptionEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,372,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Exceptions/ExceptionEventTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,163,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Exceptions/ExceptionHistoryTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,154,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Exceptions/ExceptionObjectTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,278,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Freshness/EvidenceTtlEnforcerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,209,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/BudgetLedgerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,124,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/CvssThresholdGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/FacetQuotaGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,221,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/FixChainGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,465,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/GateLevelTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,PASS,79,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/HttpOpaClientTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,217,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/OpaGateAdapterTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,404,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/RiskBudgetTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,PASS,86,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/RiskPointScoringTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,174,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/SbomPresenceGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,385,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/SignatureRequiredGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,451,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/TrustedKeyRegistryTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,209,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/UnknownsGateCheckerIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Gates/VexProofGateTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Integration/FixChainGateIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,355,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Integration/Licensing/LicenseComplianceRealSbomTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,163,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Integration/NtiaCompliance/NtiaComplianceIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,654,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Replay/ReplayEngineTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,199,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Replay/ReplayReportTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,138,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Replay/VerdictComparerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,128,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Scoring/EvidenceFreshnessCalculatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,PASS,55,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Scoring/ProofLedgerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,399,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Scoring/ScoreExplainBuilderTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,PASS,42,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Secrets/SecretEvidenceContextTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,260,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Secrets/SecretSignalBinderTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,265,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Snapshots/SnapshotBuilderTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Snapshots/SnapshotIdGeneratorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Snapshots/SnapshotServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,171,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Suppression/SuppressionRuleEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/ToolLattice/ToolAccessEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,140,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/TrustLattice/ClaimScoreMergerPropertyTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,440,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/TrustLattice/ClaimScoreMergerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,PASS,99,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/TrustLattice/K4LatticeTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,322,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/TrustLattice/LatticeStoreTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,299,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/TrustLattice/PolicyGateRegistryTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,99,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/TrustLattice/PolicyGatesTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,137,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/TrustLattice/TrustLatticeEngineIntegrationTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,411,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/TrustLattice/VexNormalizerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,379,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/Licensing/LicenseCompatibilityCheckerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,PASS,72,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/Licensing/LicenseComplianceEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,205,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/Licensing/LicenseComplianceReporterTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,137,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/Licensing/LicenseExpressionEvaluatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,216,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/Licensing/LicensePolicyLoaderTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,169,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/Licensing/SpdxLicenseExpressionParserTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,PASS,36,,
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/NtiaCompliance/DependencyCompletenessCheckerTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,43,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/NtiaCompliance/NtiaBaselineValidatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,125,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/NtiaCompliance/NtiaCompliancePolicyLoaderTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,68,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/NtiaCompliance/RegulatoryFrameworkMapperTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,153,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/NtiaCompliance/SupplierTrustVerifierTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,168,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/NtiaCompliance/SupplierValidatorTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,55,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Policy/__Tests/StellaOps.Policy.Tests/Unit/Predicates/FixChainGatePredicateTests.cs,src/Policy/__Tests/StellaOps.Policy.Tests/StellaOps.Policy.Tests.csproj,Policy,FAIL,501,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/Services/UnknownBudgetServiceTests.cs,src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/StellaOps.Policy.Unknowns.Tests.csproj,Policy,FAIL,222,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/Services/UnknownRankerTests.cs,src/Policy/__Tests/StellaOps.Policy.Unknowns.Tests/StellaOps.Policy.Unknowns.Tests.csproj,Policy,FAIL,793,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/AiCodeGuardSignalContextExtensionsTests.cs,src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj,Policy,FAIL,494,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/DslCompletionProviderTests.cs,src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj,Policy,FAIL,501,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/PolicyCompilerTests.cs,src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj,Policy,FAIL,192,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/PolicyEngineTests.cs,src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj,Policy,FAIL,201,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/SecretSignalContextExtensionsTests.cs,src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj,Policy,FAIL,183,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/SignalContextTests.cs,src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj,Policy,FAIL,195,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/Golden/PolicyDslValidationGoldenTests.cs,src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj,Policy,FAIL,836,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Policy/__Tests/StellaOps.PolicyDsl.Tests/Properties/PolicyDslRoundtripPropertyTests.cs,src/Policy/__Tests/StellaOps.PolicyDsl.Tests/StellaOps.PolicyDsl.Tests.csproj,Policy,FAIL,636,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/CanonicalJsonTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,30,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/CosignAndKmsSignerTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,101,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/HexTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,26,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/MerkleTreeTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,45,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/PromotionAttestationBuilderTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,57,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/RotatingSignerTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,49,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/SampleStatementDigestTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,92,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/SignersTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/SignerTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,52,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/TestTimeProvider.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,PASS,17,,
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/ToolEntrypointTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,44,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/VerificationLibraryTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,127,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/VerificationTests.cs,src/Provenance/__Tests/StellaOps.Provenance.Attestation.Tests/StellaOps.Provenance.Attestation.Tests.csproj,Provenance,FAIL,50,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/ReachGraphApiIntegrationTests.cs,src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.csproj,ReachGraph,FAIL,306,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/ReachGraphTestFactory.cs,src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.csproj,ReachGraph,FAIL,254,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/PlanRegistryTests.cs,src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj,Registry,FAIL,113,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/RegistryScopeParserTests.cs,src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj,Registry,PASS,42,,
|
|
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/RegistryTokenIssuerTests.cs,src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj,Registry,FAIL,114,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/UnitTest1.cs,src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj,Registry,PASS,13,,
|
|
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/Admin/InMemoryPlanRuleStoreTests.cs,src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj,Registry,FAIL,352,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/Admin/PlanAdminEndpointsTests.cs,src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj,Registry,FAIL,464,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/Admin/PlanValidatorTests.cs,src/Registry/__Tests/StellaOps.Registry.TokenService.Tests/StellaOps.Registry.TokenService.Tests.csproj,Registry,FAIL,343,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/ComposeCapabilityTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.csproj,ReleaseOrchestrator,FAIL,106,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/ComposeExceptionsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.csproj,ReleaseOrchestrator,PASS,42,,
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/ComposeExecutorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.csproj,ReleaseOrchestrator,FAIL,205,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/ComposeFileManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.csproj,ReleaseOrchestrator,FAIL,237,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/ComposeTaskTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Compose.Tests/StellaOps.Agent.Compose.Tests.csproj,ReleaseOrchestrator,FAIL,383,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/Capability/CapabilityRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/StellaOps.Agent.Core.Tests.csproj,ReleaseOrchestrator,FAIL,201,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/Credentials/CredentialResolverTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/StellaOps.Agent.Core.Tests.csproj,ReleaseOrchestrator,FAIL,174,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/Execution/TaskExecutorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Core.Tests/StellaOps.Agent.Core.Tests.csproj,ReleaseOrchestrator,FAIL,400,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/DockerCapabilityTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.csproj,ReleaseOrchestrator,FAIL,168,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/Tasks/DockerHealthCheckTaskTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.csproj,ReleaseOrchestrator,FAIL,232,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/Tasks/DockerPullTaskTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.csproj,ReleaseOrchestrator,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/Tasks/DockerRemoveTaskTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.csproj,ReleaseOrchestrator,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/Tasks/DockerStopTaskTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Docker.Tests/StellaOps.Agent.Docker.Tests.csproj,ReleaseOrchestrator,FAIL,210,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/CloudWatchLogStreamerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/EcsCapabilityTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,211,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/EcsExceptionsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,147,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/Tasks/DeployServicePayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,207,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/Tasks/DescribeServicePayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,96,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/Tasks/HealthCheckPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,139,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/Tasks/RegisterTaskDefinitionPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,300,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/Tasks/RunTaskPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,203,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/Tasks/ScaleServicePayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,123,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/Tasks/StopTaskPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ecs.Tests/StellaOps.Agent.Ecs.Tests.csproj,ReleaseOrchestrator,FAIL,96,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/NomadCapabilityTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj,ReleaseOrchestrator,FAIL,265,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/NomadExceptionsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj,ReleaseOrchestrator,FAIL,170,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/Tasks/DeployJobPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj,ReleaseOrchestrator,FAIL,218,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/Tasks/DispatchJobPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj,ReleaseOrchestrator,FAIL,217,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/Tasks/HealthCheckPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj,ReleaseOrchestrator,FAIL,222,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/Tasks/JobStatusPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj,ReleaseOrchestrator,FAIL,164,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/Tasks/ScaleJobPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj,ReleaseOrchestrator,FAIL,175,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/Tasks/StopJobPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Nomad.Tests/StellaOps.Agent.Nomad.Tests.csproj,ReleaseOrchestrator,FAIL,164,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/SshCapabilityTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.csproj,ReleaseOrchestrator,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/SshConnectionInfoTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.csproj,ReleaseOrchestrator,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/SshExceptionsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.csproj,ReleaseOrchestrator,FAIL,132,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/Tasks/SshExecuteTaskPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.csproj,ReleaseOrchestrator,FAIL,103,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/Tasks/SshFileTransferPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.csproj,ReleaseOrchestrator,FAIL,169,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/Tasks/SshTunnelTaskPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.Ssh.Tests/StellaOps.Agent.Ssh.Tests.csproj,ReleaseOrchestrator,FAIL,141,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/PowerShellResultTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj,ReleaseOrchestrator,PASS,100,,
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/WinRmCapabilityTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj,ReleaseOrchestrator,FAIL,175,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/WinRmConnectionInfoTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj,ReleaseOrchestrator,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/WinRmExceptionsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj,ReleaseOrchestrator,FAIL,127,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/Tasks/FileTransferPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj,ReleaseOrchestrator,FAIL,137,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/Tasks/PowerShellPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj,ReleaseOrchestrator,FAIL,93,UsingNotSorted,Sort using directives alphabetically.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/Tasks/WindowsContainerPayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj,ReleaseOrchestrator,FAIL,126,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/Tasks/WindowsServicePayloadTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.Agent.WinRM.Tests/StellaOps.Agent.WinRM.Tests.csproj,ReleaseOrchestrator,FAIL,94,UsingNotSorted,Sort using directives alphabetically.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/Heartbeat/HeartbeatProcessorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.csproj,ReleaseOrchestrator,FAIL,192,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/Heartbeat/HeartbeatTimeoutMonitorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.csproj,ReleaseOrchestrator,FAIL,187,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/Manager/AgentManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.csproj,ReleaseOrchestrator,FAIL,446,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/Registration/RegistrationTokenServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Agent.Tests/StellaOps.ReleaseOrchestrator.Agent.Tests.csproj,ReleaseOrchestrator,FAIL,224,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/RollbackIntelligenceIntegrationTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,1058,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Artifact/ArtifactGeneratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Artifact/ComposeLockGeneratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,268,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Artifact/DeploymentManifestGeneratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,296,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Artifact/VersionStickerGeneratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,256,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Executor/AgentDispatcherTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,167,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Executor/TargetExecutorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,501,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Executor/TaskResultCollectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,206,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Models/DeploymentJobTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,200,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Models/DeploymentTaskTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,PASS,75,,
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Orchestrator/DeploymentStrategyTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,575,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Orchestrator/DeployOrchestratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,444,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Rollback/RollbackEvidenceGeneratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,245,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Rollback/RollbackManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,471,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Rollback/RollbackPlannerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/Store/InMemoryDeploymentJobStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests/StellaOps.ReleaseOrchestrator.Deployment.Tests.csproj,ReleaseOrchestrator,FAIL,280,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/RemediationEngineIntegrationTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,1321,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/FreezeWindow/FreezeWindowServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,528,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/Health/HealthCheckSchedulerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,267,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/Health/TargetHealthCheckerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,131,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/Inventory/DriftDetectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,252,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/Inventory/InventorySyncServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/Inventory/SyncSchedulerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,262,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/Services/EnvironmentServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,497,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/Target/TargetRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Environment.Tests/StellaOps.ReleaseOrchestrator.Environment.Tests.csproj,ReleaseOrchestrator,FAIL,535,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/ContentBuilderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,442,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/EvidenceExceptionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,114,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Collector/EvidenceCollectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,651,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Export/AuditExporterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,432,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Export/CsvExporterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,322,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Export/ExportExceptionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,PASS,98,,
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Export/ExportModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,338,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Export/JsonExporterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Export/SlsaExporterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,451,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Models/EvidenceModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,275,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Signing/CanonicalJsonSerializerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,267,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Signing/EvidenceSignerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,439,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Signing/InMemorySignedEvidenceStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,145,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Signing/InMemorySigningKeyProviderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,193,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Sticker/StickerExceptionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Sticker/StickerModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,427,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Sticker/VersionStickerGeneratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,519,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Sticker/VersionStickerWriterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,664,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/Store/InMemoryEvidenceStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,394,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/TestHelpers/TestDataBuilder.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests/StellaOps.ReleaseOrchestrator.Evidence.Tests.csproj,ReleaseOrchestrator,FAIL,230,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/Export/DsseThreadExporterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj,ReleaseOrchestrator,FAIL,299,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/Integration/EvidenceThreadPostgresFixture.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj,ReleaseOrchestrator,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/Integration/PostgresEvidenceThreadStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj,ReleaseOrchestrator,FAIL,821,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/Models/EvidenceThreadModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj,ReleaseOrchestrator,FAIL,370,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/Services/EvidenceThreadServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj,ReleaseOrchestrator,FAIL,239,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/TestHelpers/TestDataBuilder.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj,ReleaseOrchestrator,FAIL,315,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/Transcript/LlmRationaleServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj,ReleaseOrchestrator,FAIL,259,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/Transcript/TemplateBasedTranscriptGeneratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests/StellaOps.ReleaseOrchestrator.EvidenceThread.Tests.csproj,ReleaseOrchestrator,FAIL,353,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Integration.Tests/DeterministicSbomGateTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Integration.Tests/StellaOps.ReleaseOrchestrator.Integration.Tests.csproj,ReleaseOrchestrator,FAIL,587,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/InMemoryIntegrationStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,319,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/IntegrationEncryptionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,217,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/IntegrationManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,464,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/TestFixtures.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,459,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Registry/AcrConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,234,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Registry/DockerHubConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Registry/EcrConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,207,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Registry/GcrConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,206,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Registry/GenericOciConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,183,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Registry/HarborConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,207,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Registry/JfrogArtifactoryConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,350,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Registry/QuayConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,264,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Scm/AzureDevOpsConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Scm/GiteaConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,181,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Scm/GitHubConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,178,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Scm/GitLabConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,161,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/SettingsStore/AwsAppConfigConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/SettingsStore/AwsParameterStoreConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,259,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/SettingsStore/AzureAppConfigConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/SettingsStore/ConsulKvConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/SettingsStore/EtcdConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,277,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Vault/AwsSecretsManagerConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,224,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Vault/AzureKeyVaultConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,246,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Connectors/Vault/HashiCorpVaultConnectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,356,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Doctor/ConnectivityCheckTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,197,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Doctor/CredentialsCheckTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,276,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Doctor/DoctorServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,385,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Doctor/PermissionsCheckTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Doctor/RateLimitCheckTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,305,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Doctor/SettingsStoreChecksTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,473,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Runtime/ConnectorCircuitBreakerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,275,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Runtime/ConnectorPoolManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,218,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Runtime/ConnectorPoolTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,238,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Runtime/ConnectorRateLimiterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,167,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Runtime/ConnectorRetryPolicyTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,223,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/Runtime/ResilienceExecutorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests/StellaOps.ReleaseOrchestrator.IntegrationHub.Tests.csproj,ReleaseOrchestrator,FAIL,306,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/LogAggregatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/StellaOps.ReleaseOrchestrator.Observability.Tests.csproj,ReleaseOrchestrator,FAIL,283,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/MetricExporterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/StellaOps.ReleaseOrchestrator.Observability.Tests.csproj,ReleaseOrchestrator,FAIL,174,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/TraceCorrelatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Observability.Tests/StellaOps.ReleaseOrchestrator.Observability.Tests.csproj,ReleaseOrchestrator,FAIL,150,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/Base/GatePluginBaseTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.csproj,ReleaseOrchestrator,FAIL,197,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/Base/StepPluginBaseTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.csproj,ReleaseOrchestrator,FAIL,177,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/Testing/GateTestHostTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.csproj,ReleaseOrchestrator,FAIL,166,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/Testing/MockContextTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.csproj,ReleaseOrchestrator,FAIL,171,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/Testing/StepTestHostTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests/StellaOps.ReleaseOrchestrator.Plugin.Sdk.Tests.csproj,ReleaseOrchestrator,FAIL,154,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/ConnectorRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj,ReleaseOrchestrator,FAIL,310,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/FakeTimeProvider.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj,ReleaseOrchestrator,PASS,27,,
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/GateEvaluatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj,ReleaseOrchestrator,FAIL,266,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/GateProviderRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj,ReleaseOrchestrator,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StepExecutorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj,ReleaseOrchestrator,FAIL,299,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StepProviderRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj,ReleaseOrchestrator,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/TenantSecretResolverTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj,ReleaseOrchestrator,FAIL,205,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/TestHelpers.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests/StellaOps.ReleaseOrchestrator.Plugin.Tests.csproj,ReleaseOrchestrator,PASS,40,,
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/Services/FeedFreshnessServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.csproj,ReleaseOrchestrator,FAIL,325,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/Services/PolicyGateSimulatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.csproj,ReleaseOrchestrator,FAIL,341,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/Services/PolicyProfileServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.csproj,ReleaseOrchestrator,FAIL,311,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/Store/InMemoryPolicyProfileStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests/StellaOps.ReleaseOrchestrator.PolicyGate.Tests.csproj,ReleaseOrchestrator,FAIL,249,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/AbRelease/AbReleaseManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,646,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/AbRelease/InMemoryAbReleaseStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,184,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Canary/CanaryConfigValidatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,376,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Canary/CanaryControllerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,626,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Canary/CanaryEventsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,285,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Canary/CanaryExceptionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,189,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Canary/CanaryModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,314,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Canary/InMemoryCanaryStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Canary/StubCanaryMetricsCollectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,103,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Events/AbReleaseEventsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,200,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Exceptions/AbReleaseExceptionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Metrics/StubAbMetricsCollectorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,136,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Models/AbDecisionModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,PASS,58,,
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Models/AbMetricsModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,102,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Models/AbReleaseModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,126,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Models/AbReleaseRequestsModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,131,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Models/RoutingConfigModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,101,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routers/Nginx/NginxConfigGeneratorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,321,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routers/Nginx/NginxConfigurationTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routers/Nginx/NginxReloaderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,255,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routers/Nginx/NginxRouterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,338,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routers/Nginx/NginxStatusParserTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,373,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/InMemoryTrafficRouterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,300,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/RouterExceptionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,110,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/RoutingConfigValidatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,344,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/TrafficRouterRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,327,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/Store/InMemoryRoutingStateStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,318,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/Strategies/CookieRoutingTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,187,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/Strategies/HeaderRoutingTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,157,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/Strategies/UpstreamModelsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,217,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/Routing/Strategies/WeightedRoutingTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/TestHelpers/TestDataBuilder.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests/StellaOps.ReleaseOrchestrator.Progressive.Tests.csproj,ReleaseOrchestrator,FAIL,347,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Approval/ApprovalEligibilityCheckerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,296,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Approval/ApprovalGatewayTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,534,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Approval/ApprovalModelsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,307,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Approval/InMemoryApprovalStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,269,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Approval/SeparationOfDutiesEnforcerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,172,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Decision/DecisionEngineTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,563,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Decision/DecisionNotifierTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Decision/DecisionRecorderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,297,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Decision/DecisionRulesTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,250,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Events/PromotionEventsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Exceptions/PromotionExceptionsTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/ApprovalGateTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,233,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/DependencyGateTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,259,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/FreezeWindowGateTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,183,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/GateContextTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,104,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/GateDefinitionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,146,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/GateEvaluatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,183,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/GateRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,295,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/ManualGateTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,203,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/PolicyGateTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,196,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/ScheduleGateTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,157,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/Security/SbomRequirementCheckerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,387,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/Security/SecurityGateTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,640,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/Security/VexExceptionCheckerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,401,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Gate/Security/VulnerabilityCounterTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,376,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Manager/PromotionManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,781,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Manager/PromotionValidatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,476,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Manager/ValidationResultTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,PASS,94,,
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Models/PromotionModelTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,416,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StateMachine/PromotionStateMachineTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,265,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/Store/InMemoryPromotionStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests/StellaOps.ReleaseOrchestrator.Promotion.Tests.csproj,ReleaseOrchestrator,FAIL,378,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Catalog/ReleaseCatalogTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,484,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Catalog/ReleaseComparerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,310,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Catalog/ReleaseStatusMachineTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Component/ComponentDiscoveryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,240,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Component/ComponentRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,526,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Component/ComponentValidatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,305,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/History/ReleaseHistoryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,325,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Manager/ReleaseManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,574,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Manager/ReleaseValidatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,336,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Store/InMemoryComponentStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,325,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Store/InMemoryDeploymentStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,302,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Store/InMemoryReleaseStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,302,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Store/InMemoryVersionStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,266,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Version/SemVerExtractorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Version/VersionManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,327,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Version/VersionResolverTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,134,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/Version/VersionWatcherTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Release.Tests/StellaOps.ReleaseOrchestrator.Release.Tests.csproj,ReleaseOrchestrator,FAIL,186,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/AutoScalerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests.csproj,ReleaseOrchestrator,FAIL,517,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/HealthMonitorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests.csproj,ReleaseOrchestrator,FAIL,183,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/SelfHealingEngineTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests/StellaOps.ReleaseOrchestrator.SelfHealing.Tests.csproj,ReleaseOrchestrator,FAIL,173,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/WorkflowVisualizationIntegrationTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,1248,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Callback/InMemoryCallbackStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,223,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Callback/StepCallbackHandlerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,341,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Engine/DagSchedulerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,310,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Engine/WorkflowStateManagerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,297,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Executor/StepExecutorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,367,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Executor/StepRetryPolicyTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,193,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Executor/StepTimeoutHandlerTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,182,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Models/WorkflowRunTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,263,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/NullPluginStepLoaderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,73,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/StepCapabilitiesTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,160,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/StepContextInterpolationTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,309,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/StepContextTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,169,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/StepDefinitionTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,163,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/StepProviderBaseTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,137,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/StepRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,409,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/StepResultTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,134,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps/StepSchemaTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,456,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps.BuiltIn/ApprovalStepProviderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps.BuiltIn/DeployStepProviderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,342,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps.BuiltIn/NotifyStepProviderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,291,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps.BuiltIn/RollbackStepProviderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,363,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps.BuiltIn/ScriptStepProviderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,305,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps.BuiltIn/SecurityGateStepProviderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,371,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Steps.BuiltIn/WaitStepProviderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,232,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Store/InMemoryWorkflowRunStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,294,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Store/InMemoryWorkflowTemplateStoreTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,410,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Template/DagBuilderTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,417,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Template/InMemoryStepRegistryTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,179,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Template/WorkflowParserTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,400,FileLength>100,Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Template/WorkflowTemplateServiceTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,544,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/Template/WorkflowValidatorTests.cs,src/ReleaseOrchestrator/__Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests/StellaOps.ReleaseOrchestrator.Workflow.Tests.csproj,ReleaseOrchestrator,FAIL,442,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Replay/__Tests/StellaOps.Replay.Anonymization.Tests/TraceAnonymizerTests.cs,src/Replay/__Tests/StellaOps.Replay.Anonymization.Tests/StellaOps.Replay.Anonymization.Tests.csproj,Replay,FAIL,478,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Replay/__Tests/StellaOps.Replay.Core.Tests/PolicySimulationInputLockValidatorTests.cs,src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,Replay,FAIL,103,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Replay/__Tests/StellaOps.Replay.Core.Tests/VerdictReplayEndpointsTests.cs,src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,Replay,FAIL,297,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Replay/__Tests/StellaOps.Replay.Core.Tests/VerdictReplayIntegrationTests.cs,src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,Replay,FAIL,419,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Replay/__Tests/StellaOps.Replay.Core.Tests/Unit/DeterminismVerifierTests.cs,src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,Replay,FAIL,458,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Replay/__Tests/StellaOps.Replay.Core.Tests/Unit/InputManifestResolverTests.cs,src/Replay/__Tests/StellaOps.Replay.Core.Tests/StellaOps.Replay.Core.Tests.csproj,Replay,FAIL,453,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/EpssBundleTests.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.csproj,RiskEngine,FAIL,238,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/FixChainRiskIntegrationTests.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.csproj,RiskEngine,FAIL,344,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/FixChainRiskProviderTests.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.csproj,RiskEngine,FAIL,246,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/RiskEngineApiTests.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.csproj,RiskEngine,FAIL,125,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/UnitTest1.cs,src/RiskEngine/StellaOps.RiskEngine/StellaOps.RiskEngine.Tests/StellaOps.RiskEngine.Tests.csproj,RiskEngine,FAIL,480,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/Builders/TestMessageBuilder.cs,src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.csproj,Router,FAIL,109,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/Fixtures/InMemoryMessagingFixture.cs,src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.csproj,Router,FAIL,89,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/Fixtures/PostgresQueueFixture.cs,src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.csproj,Router,FAIL,100,ConfigureAwaitMissing; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.
|
|
src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/Fixtures/ValkeyFixture.cs,src/Router/__Tests/__Libraries/StellaOps.Messaging.Testing/StellaOps.Messaging.Testing.csproj,Router,FAIL,111,ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/__Libraries/StellaOps.Router.Testing/Factories/TestFrameFactory.cs,src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.csproj,Router,FAIL,211,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/__Libraries/StellaOps.Router.Testing/Fixtures/RouterTestFixture.cs,src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.csproj,Router,FAIL,106,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/__Libraries/StellaOps.Router.Testing/Mocks/MockConnectionState.cs,src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.csproj,Router,PASS,57,,
|
|
src/Router/__Tests/__Libraries/StellaOps.Router.Testing/Mocks/RecordingLogger.cs,src/Router/__Tests/__Libraries/StellaOps.Router.Testing/StellaOps.Router.Testing.csproj,Router,FAIL,105,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/GatewayHealthTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,30,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Authorization/AuthorizationMiddlewareTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,266,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Authorization/EffectiveClaimsStoreTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,273,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Configuration/GatewayOptionsValidatorTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,162,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Configuration/GatewayValueParserTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,PASS,82,,
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Integration/GatewayIntegrationTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Integration/MessagingTransportIntegrationTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,216,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/ClaimsPropagationMiddlewareTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/CorrelationIdMiddlewareTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,71,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/GatewayRoutesTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,PASS,94,,
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/IdentityHeaderPolicyMiddlewareTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,503,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Gateway.WebService.Tests/Middleware/TenantMiddlewareTests.cs,src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj,Router,FAIL,111,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/AtLeastOnceDeliveryTests.cs,src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.csproj,Router,FAIL,670,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/ValkeyTransportComplianceTests.cs,src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.csproj,Router,FAIL,727,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/Fixtures/ValkeyContainerFixture.cs,src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.csproj,Router,FAIL,207,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/Fixtures/ValkeyIntegrationFactAttribute.cs,src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests/StellaOps.Messaging.Transport.Valkey.Tests.csproj,Router,PASS,47,,
|
|
src/Router/__Tests/StellaOps.Microservice.SourceGen.Tests/StellaEndpointGeneratorTests.cs,src/Router/__Tests/StellaOps.Microservice.SourceGen.Tests/StellaOps.Microservice.SourceGen.Tests.csproj,Router,FAIL,555,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/EndpointDiscoveryServiceTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,207,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/EndpointOverrideMergerTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,PASS,94,,
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/EndpointRegistryTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,399,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/HeaderCollectionTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,438,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/InflightRequestTrackerTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,331,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/RawRequestContextTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,292,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/RawResponseTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,384,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/RequestDispatcherTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,148,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/RouterConnectionManagerTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,352,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/SchemaDiscoveryEndpointsTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,66,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/StreamingStreamsTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,64,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/TypedEndpointAdapterTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,85,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/Validation/RequestSchemaValidatorTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,252,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/Validation/SchemaRegistryTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,213,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Microservice.Tests/Validation/ValidationProblemDetailsTests.cs,src/Router/__Tests/StellaOps.Microservice.Tests/StellaOps.Microservice.Tests.csproj,Router,FAIL,231,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaRouterOptionsTests.cs,src/Router/__Tests/StellaOps.Router.AspNet.Tests/StellaOps.Router.AspNet.Tests.csproj,Router,FAIL,224,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Common.Tests/FrameConverterTests.cs,src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.csproj,Router,FAIL,580,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Common.Tests/MessageFramingRoundTripTests.cs,src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.csproj,Router,FAIL,656,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Common.Tests/PathMatcherTests.cs,src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.csproj,Router,FAIL,498,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Common.Tests/RoutingDeterminismTests.cs,src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.csproj,Router,FAIL,553,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Common.Tests/RoutingRulesEvaluationTests.cs,src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.csproj,Router,FAIL,799,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Common.Tests/Protocol/CorrelationTrackerTests.cs,src/Router/__Tests/StellaOps.Router.Common.Tests/StellaOps.Router.Common.Tests.csproj,Router,FAIL,237,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/ConfigChangedEventArgsTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,PASS,94,,
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/ConfigValidationResultTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/RouterConfigOptionsTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,FAIL,167,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/RouterConfigProviderHotReloadTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,FAIL,127,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/RouterConfigProviderTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,FAIL,573,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/RouterConfigTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,FAIL,294,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/RoutingOptionsTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,FAIL,196,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/ServiceConfigTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,FAIL,271,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Config.Tests/StaticInstanceConfigTests.cs,src/Router/__Tests/StellaOps.Router.Config.Tests/StellaOps.Router.Config.Tests.csproj,Router,FAIL,327,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Gateway.Tests/RateLimit/InstanceRateLimiterTests.cs,src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.csproj,Router,FAIL,219,BlockingAsync; FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/ConnectionManagerIntegrationTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,212,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/EndpointRegistryIntegrationTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,176,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/EndToEndRoutingTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,349,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/MessageOrderingTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,411,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/ParameterBindingTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,903,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/PathMatchingIntegrationTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,129,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/RequestDispatchIntegrationTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,324,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/ServiceRegistrationIntegrationTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,179,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/TransportIntegrationTests.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,68,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/Fixtures/MicroserviceIntegrationFixture.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,643,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Integration.Tests/Fixtures/TestEndpoints.cs,src/Router/__Tests/StellaOps.Router.Integration.Tests/StellaOps.Router.Integration.Tests.csproj,Router,FAIL,658,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/BackpressureTests.cs,src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.csproj,Router,FAIL,450,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/InMemoryChannelTests.cs,src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.csproj,Router,FAIL,319,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/InMemoryConnectionRegistryTests.cs,src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.csproj,Router,FAIL,487,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/InMemoryTransportComplianceTests.cs,src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.csproj,Router,FAIL,643,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/InMemoryTransportOptionsTests.cs,src/Router/__Tests/StellaOps.Router.Transport.InMemory.Tests/StellaOps.Router.Transport.InMemory.Tests.csproj,Router,FAIL,190,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/RouterTransportPluginLoaderTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/StellaOps.Router.Transport.Plugin.Tests.csproj,Router,FAIL,412,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/TransportPluginRegistrationTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Plugin.Tests/StellaOps.Router.Transport.Plugin.Tests.csproj,Router,FAIL,444,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/RabbitMqFrameProtocolTests.cs,src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj,Router,FAIL,460,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/RabbitMqIntegrationTests.cs,src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj,Router,FAIL,545,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/RabbitMqTransportClientTests.cs,src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj,Router,FAIL,412,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/RabbitMqTransportComplianceTests.cs,src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj,Router,FAIL,647,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/RabbitMqTransportOptionsTests.cs,src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj,Router,FAIL,270,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/RabbitMqTransportServerTests.cs,src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj,Router,FAIL,403,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/Fixtures/RabbitMqContainerFixture.cs,src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj,Router,FAIL,196,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/Fixtures/RabbitMqIntegrationFactAttribute.cs,src/Router/__Tests/StellaOps.Router.Transport.RabbitMq.Tests/StellaOps.Router.Transport.RabbitMq.Tests.csproj,Router,PASS,38,,
|
|
src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/ConnectionFailureTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.csproj,Router,FAIL,614,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/FrameFuzzTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.csproj,Router,FAIL,539,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/TcpTransportComplianceTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.csproj,Router,FAIL,564,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/TcpTransportTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Tcp.Tests/StellaOps.Router.Transport.Tcp.Tests.csproj,Router,FAIL,789,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/TlsTransportComplianceTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/StellaOps.Router.Transport.Tls.Tests.csproj,Router,FAIL,516,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/TlsTransportTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Tls.Tests/StellaOps.Router.Transport.Tls.Tests.csproj,Router,FAIL,825,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/UdpFrameProtocolTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.csproj,Router,FAIL,223,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/UdpTransportClientTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.csproj,Router,FAIL,322,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/UdpTransportOptionsTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.csproj,Router,FAIL,202,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/UdpTransportServerTests.cs,src/Router/__Tests/StellaOps.Router.Transport.Udp.Tests/StellaOps.Router.Transport.Udp.Tests.csproj,Router,FAIL,285,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/SbomService/__Tests/StellaOps.SbomService.Lineage.Tests/Domain/LineageModelsTests.cs,src/SbomService/__Tests/StellaOps.SbomService.Lineage.Tests/StellaOps.SbomService.Lineage.Tests.csproj,SbomService,FAIL,209,FileLength>100,Split file to stay <= 100 lines.
|
|
src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/PostgresEntrypointRepositoryTests.cs,src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/StellaOps.SbomService.Persistence.Tests.csproj,SbomService,FAIL,115,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/PostgresOrchestratorControlRepositoryTests.cs,src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/StellaOps.SbomService.Persistence.Tests.csproj,SbomService,FAIL,112,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/SbomServicePostgresFixture.cs,src/SbomService/__Tests/StellaOps.SbomService.Persistence.Tests/StellaOps.SbomService.Persistence.Tests.csproj,SbomService,FAIL,28,UsingNotSorted,Sort using directives alphabetically.
|
|
src/SbomService/StellaOps.SbomService.Tests/EntrypointEndpointsTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,68,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/SbomService/StellaOps.SbomService.Tests/OrchestratorEndpointsTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,60,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/SbomService/StellaOps.SbomService.Tests/ProjectionEndpointTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/SbomService/StellaOps.SbomService.Tests/RegistryDiscoveryServiceTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,244,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/SbomService/StellaOps.SbomService.Tests/RegistrySourceServiceTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,417,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService.Tests/RegistryWebhookServiceTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,237,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/SbomService/StellaOps.SbomService.Tests/ResolverFeedExportTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,48,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/SbomService/StellaOps.SbomService.Tests/SbomAssetEventsTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,50,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/SbomService/StellaOps.SbomService.Tests/SbomEndpointsTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,216,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/SbomService/StellaOps.SbomService.Tests/SbomEventEndpointsTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,50,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/SbomService/StellaOps.SbomService.Tests/SbomInventoryEventsTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,71,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/SbomService/StellaOps.SbomService.Tests/SbomLedgerEndpointsTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/SbomService/StellaOps.SbomService.Tests/SbomLedgerServiceTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,70,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/SbomService/StellaOps.SbomService.Tests/ScanJobEmitterServiceTests.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,FAIL,122,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/SbomService/StellaOps.SbomService.Tests/TestHelpers/DeterministicProviders.cs,src/SbomService/StellaOps.SbomService.Tests/StellaOps.SbomService.Tests.csproj,SbomService,PASS,42,,
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/FingerprintGeneratorTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.csproj,Scanner,FAIL,243,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/SarifExportServiceTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.csproj,Scanner,FAIL,574,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/SarifGoldenFixtureTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.csproj,Scanner,FAIL,313,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/SarifRuleRegistryTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.csproj,Scanner,FAIL,256,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/SarifSchemaValidationTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.Sarif.Tests/StellaOps.Scanner.Sarif.Tests.csproj,Scanner,FAIL,441,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/CecilMethodFingerprinterTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj,Scanner,FAIL,208,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/InternalCallGraphTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj,Scanner,FAIL,140,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/MethodDiffEngineTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj,Scanner,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/NuGetPackageDownloaderTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj,Scanner,FAIL,374,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/TriggerMethodExtractorTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj,Scanner,FAIL,299,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/VulnSurfaceIntegrationTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj,Scanner,FAIL,324,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/VulnSurfaceServiceTests.cs,src/Scanner/__Libraries/StellaOps.Scanner.VulnSurfaces.Tests/StellaOps.Scanner.VulnSurfaces.Tests.csproj,Scanner,FAIL,143,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/AdvisoryClientTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/StellaOps.Scanner.Advisory.Tests.csproj,Scanner,FAIL,149,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/FileAdvisoryBundleStoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Advisory.Tests/StellaOps.Scanner.Advisory.Tests.csproj,Scanner,FAIL,58,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/AiGovernancePolicyLoaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,53,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/AiMlReportFormatterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,26,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/AiMlSecurityIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,41,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/AiModelInventoryGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,51,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/AiSafetyRiskAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,41,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/BiasFairnessAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,43,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/ModelCardCompletenessAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,59,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/ModelProvenanceVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,41,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/TrainingDataProvenanceAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.AiMlSecurity.Tests/StellaOps.Scanner.AiMlSecurity.Tests.csproj,Scanner,FAIL,61,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/Bun/BunLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj,Scanner,FAIL,352,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/ErrorHandling/BunAnalyzerErrorHandlingTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj,Scanner,FAIL,225,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/Parsers/BunConfigHelperTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj,Scanner,FAIL,227,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/Parsers/BunLockParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj,Scanner,FAIL,480,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/Parsers/BunLockScopeClassifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj,Scanner,PASS,31,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/Parsers/BunPackageTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj,Scanner,FAIL,326,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/Parsers/BunWorkspaceHelperTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests/StellaOps.Scanner.Analyzers.Lang.Bun.Tests.csproj,Scanner,FAIL,288,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/GlobalUsings.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,PASS,2,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Bundles/BundleInspectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,79,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Containers/ContainerAdapterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,52,ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Containers/ContainerEmitterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,39,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoLanguageAnalyzerRuntimeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,54,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoPolicySignalEmitterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,PASS,32,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoRuntimePathHasherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,PASS,44,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoRuntimeShimTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,28,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoRuntimeTraceProbeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,33,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoRuntimeTraceRecorderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,PASS,76,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoRuntimeTraceRunnerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,216,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoRuntimeTraceSerializerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,52,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Deno/DenoWorkspaceNormalizerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,157,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Golden/DenoAnalyzerGoldenTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,277,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Observations/DenoLanguageAnalyzerObservationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,77,ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/Observations/ObservationSerializerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,29,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/TestFixtures/BundleFixtureBuilder.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,85,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/TestFixtures/DenoWorkspaceTestFixture.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,FAIL,122,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/TestUtilities/DenoBinaryLocator.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,PASS,48,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/TestUtilities/LanguageAnalyzerTestHarness.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,PASS,57,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/TestUtilities/TestPaths.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests/StellaOps.Scanner.Analyzers.Lang.Deno.Tests.csproj,Scanner,PASS,68,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Bundling/BundlingSignalTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,43,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Bundling/ILMergedAssemblyDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,260,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Bundling/SingleFileAppDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,262,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Callgraph/DotNetCallgraphBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,PASS,31,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Config/GlobalJsonParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,241,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Config/NuGetConfigParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,376,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Conflicts/DotNetVersionConflictDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,295,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Parsing/MsBuildProjectParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,539,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/DotNet/Parsing/PackagesConfigParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,229,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/Internal/DotNetCapabilityScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,807,AssemblyLoadFrom; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Avoid Assembly.LoadFrom outside the plugin loader.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/TestUtilities/DotNetFixtureBuilder.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests/StellaOps.Scanner.Analyzers.Lang.DotNet.Tests.csproj,Scanner,FAIL,404,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/Go/GoLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.csproj,Scanner,FAIL,136,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/Internal/GoCapabilityScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.csproj,Scanner,FAIL,767,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/Internal/GoCgoDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.csproj,Scanner,FAIL,206,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/Internal/GoLicenseDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.csproj,Scanner,FAIL,289,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/Internal/GoVersionConflictDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests/StellaOps.Scanner.Analyzers.Lang.Go.Tests.csproj,Scanner,FAIL,279,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Internal/JavaCapabilityScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,787,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaClassPathBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,174,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaEntrypointResolverTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,452,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaJniAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,226,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,950,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaReflectionAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,137,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaResolverFixtureTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,383,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaRuntimeIngestionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,380,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaServiceProviderScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,148,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaSignatureManifestAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,329,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/JavaWorkspaceNormalizerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,95,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/GradleGroovyParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,117,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/GradleKotlinParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,369,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/GradlePropertiesParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,230,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/GradleVersionCatalogParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,416,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/JavaBuildFileDiscoveryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,503,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/JavaPropertyResolverTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,328,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/MavenBomImporterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,506,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/MavenEffectivePomBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,549,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/MavenLocalRepositoryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,408,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/MavenParentResolverTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,560,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/MavenPomParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,213,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/OsgiBundleParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/ShadedJarDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,136,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/SpdxLicenseNormalizerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,250,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/TomlParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,331,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/Java/Parsers/VersionConflictDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests/StellaOps.Scanner.Analyzers.Lang.Java.Tests.csproj,Scanner,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/LanguageAnalyzerSmokeHarness.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests.csproj,Scanner,FAIL,33,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/Phase22SmokeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests/StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests.csproj,Scanner,FAIL,37,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/NodePhase22SampleLoaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,25,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Internal/NodeCapabilityScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,884,ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Internal/YarnPnpDataTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,137,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeDependencyIndexTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,220,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeDeterminismTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,442,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeEdgeCaseAndErrorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,616,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeEntrypointDetectionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,687,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeEntrypointTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,PASS,31,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeImportWalkerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,40,InterfaceNaming,Rename interface to start with I and PascalCase.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,306,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeLockDataTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,1115,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodePackageCollectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,601,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodePackageCollectorTraversalTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,845,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeScopeClassifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,141,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/Node/NodeWorkspaceIndexTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests/StellaOps.Scanner.Analyzers.Lang.Node.Tests.csproj,Scanner,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Internal/ComposerLockReaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,378,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Internal/PhpCapabilityScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,673,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Internal/PhpComposerManifestReaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,473,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Internal/PhpExtensionScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,418,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Internal/PhpFfiDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,204,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Internal/PhpFrameworkSurfaceScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,422,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Internal/PhpPharScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,487,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Internal/PhpVersionConflictDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,254,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/Php/PhpLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests/StellaOps.Scanner.Analyzers.Lang.Php.Tests.csproj,Scanner,FAIL,110,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Capabilities/PythonCapabilityDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,374,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Conflicts/VersionConflictDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,323,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Container/PythonZipappAdapterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,339,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Dependencies/TransitiveDependencyResolverTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,335,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Entrypoints/PythonEntrypointDiscoveryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,418,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Fixtures/PythonFixtureTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Framework/PythonFrameworkDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,644,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Imports/PythonImportExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,346,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Imports/PythonImportGraphTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,506,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Licensing/SpdxLicenseNormalizerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,264,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Observations/PythonObservationBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,401,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Observations/PythonObservationSerializerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,282,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Packaging/PythonPackageDiscoveryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,555,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Packaging/PythonScopeClassifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,409,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Python/PythonLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,1006,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Resolver/PythonModuleResolverTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,399,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/RuntimeEvidence/PythonPathHasherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,126,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/RuntimeEvidence/PythonRuntimeEvidenceCollectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,241,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Vendoring/VendoredPackageDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/VirtualFileSystem/PythonInputNormalizerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,435,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/VirtualFileSystem/PythonVirtualFileSystemTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests.csproj,Scanner,FAIL,352,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/RubyBenchmarks.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests.csproj,Scanner,FAIL,259,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/RubyLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests/StellaOps.Scanner.Analyzers.Lang.Ruby.Tests.csproj,Scanner,FAIL,247,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Core/LanguageAnalyzerContextTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,103,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Core/LanguageAnalyzerResultTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,90,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Core/LanguageComponentMapperTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,PASS,71,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Determinism/LanguageAnalyzerHarnessTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,104,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/DotNet/DotNetEntrypointResolverTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,53,ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/DotNet/DotNetLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,368,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Harness/LanguageAnalyzerTestHarness.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,62,AsyncNaming,Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Lang/Ruby/RubyLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,54,ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Licensing/CopyrightExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,285,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Licensing/LicenseCategorizationServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,277,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Licensing/LicenseDetectionAggregatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,442,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Licensing/LicenseDetectionIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,671,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Licensing/LicenseTextExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,391,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Rust/RustFixtureBinaries.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,62,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Rust/RustHeuristicCoverageComparisonTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,80,ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/Rust/RustLanguageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,125,ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/TestUtilities/JavaClassFileFactory.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,429,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/TestUtilities/JavaFixtureBuilder.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,FAIL,327,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/TestUtilities/TestPaths.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Tests/StellaOps.Scanner.Analyzers.Lang.Tests.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests/RuntimeCapture/Timeline/TimelineBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests/StellaOps.Scanner.Analyzers.Native.Library.Tests.csproj,Scanner,FAIL,267,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/ElfDynamicSectionParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,167,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/ElfSectionHashExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,212,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/FixedTimeProvider.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,PASS,14,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/HeuristicScannerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,306,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/MachOLoadCommandParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,180,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/MachOReaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,759,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/NativeBuilderParameterizedTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,314,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/NativeFormatDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,184,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/NativeObservationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,481,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/NativeResolverTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,569,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/PeImportParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,180,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/PeReaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,480,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/PluginPackagingTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,397,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/RuntimeCaptureTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,665,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Fixtures/BinaryBufferWriter.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,257,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Fixtures/ElfBuilder.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,605,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Fixtures/MachOBuilder.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,477,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Fixtures/NativeBenchmarks.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,334,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Fixtures/NativeFixtureGenerator.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,433,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Fixtures/NativeFixtureTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,284,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Fixtures/PeBuilder.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,1072,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Hardening/ElfHardeningExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,502,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Hardening/HardeningScoreCalculatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,345,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Hardening/HardeningScoringTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,378,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Hardening/PeHardeningExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Index/OfflineBuildIdIndexSignatureTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,154,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Index/OfflineBuildIdIndexTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Index/TempDirectory.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,PASS,45,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Reachability/NativeReachabilityGraphBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,PASS,89,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/Reachability/RichgraphV1AlignmentTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,594,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/TestUtilities/NativeTestBase.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Native.Tests/StellaOps.Scanner.Analyzers.Native.Tests.csproj,Scanner,FAIL,258,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/HomebrewPackageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests.csproj,Scanner,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/HomebrewReceiptParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests/StellaOps.Scanner.Analyzers.OS.Homebrew.Tests.csproj,Scanner,FAIL,283,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/EntitlementsParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests.csproj,Scanner,FAIL,143,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/InfoPlistParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests.csproj,Scanner,FAIL,123,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/MacOsBundleAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests/StellaOps.Scanner.Analyzers.OS.MacOsBundle.Tests.csproj,Scanner,FAIL,340,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests/PkgutilPackageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests/StellaOps.Scanner.Analyzers.OS.Pkgutil.Tests.csproj,Scanner,FAIL,182,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/OsAnalyzerDeterminismTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj,Scanner,FAIL,143,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/Helpers/OsFileEvidenceFactoryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj,Scanner,FAIL,45,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/Mapping/OsComponentMapperTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj,Scanner,FAIL,77,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/Rpm/BerkeleyDbReaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj,Scanner,FAIL,185,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/Rpm/RpmDatabaseReaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj,Scanner,FAIL,185,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/TestUtilities/FixtureManager.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj,Scanner,PASS,76,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/TestUtilities/GoldenAssert.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj,Scanner,PASS,42,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/TestUtilities/SnapshotSerializer.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Tests/StellaOps.Scanner.Analyzers.OS.Tests.csproj,Scanner,FAIL,107,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/ChocolateyAnalyzerPluginTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests.csproj,Scanner,FAIL,87,ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/ChocolateyPackageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests.csproj,Scanner,FAIL,518,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/NuspecParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Chocolatey.Tests.csproj,Scanner,FAIL,426,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests/MsiDatabaseParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests.csproj,Scanner,FAIL,252,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests/MsiPackageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests/StellaOps.Scanner.Analyzers.OS.Windows.Msi.Tests.csproj,Scanner,FAIL,335,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests/WinSxSManifestParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests.csproj,Scanner,FAIL,284,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests/WinSxSPackageAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests/StellaOps.Scanner.Analyzers.OS.Windows.WinSxS.Tests.csproj,Scanner,FAIL,307,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/EntropyCalculatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,111,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/PayloadMaskerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,172,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/RegexDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/RulesetLoaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/SecretRulesetTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,209,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/SecretRuleTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,174,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/SecretsAnalyzerHostTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,301,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/SecretsAnalyzerIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,374,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/SecretsAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,407,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/Alerts/SecretAlertEmitterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,360,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/Alerts/SecretAlertSettingsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,344,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/Bundles/BundleBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,265,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/Bundles/BundleSignerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,218,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/Bundles/BundleVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,329,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/Bundles/RuleValidatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Secrets.Tests/StellaOps.Scanner.Analyzers.Secrets.Tests.csproj,Scanner,FAIL,229,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Benchmarks.Tests/CorpusRunnerIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Benchmarks.Tests/StellaOps.Scanner.Benchmarks.Tests.csproj,Scanner,FAIL,546,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/BuildConfigVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,PASS,60,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/BuilderVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,PASS,60,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/BuildProvenanceAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,FAIL,73,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/BuildProvenanceIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,FAIL,74,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/BuildProvenancePolicyLoaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,FAIL,33,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/BuildProvenanceReportFormatterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,FAIL,42,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/ReproducibilityVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,FAIL,80,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/SlsaLevelEvaluatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,PASS,91,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/TestSbomFactory.cs,src/Scanner/__Tests/StellaOps.Scanner.BuildProvenance.Tests/StellaOps.Scanner.BuildProvenance.Tests.csproj,Scanner,FAIL,89,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/LayerCacheRoundTripTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/StellaOps.Scanner.Cache.Tests.csproj,Scanner,FAIL,147,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/LayerCache/LayerCacheStoreTimeProviderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Cache.Tests/StellaOps.Scanner.Cache.Tests.csproj,Scanner,FAIL,177,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/BenchmarkIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,60,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/BinaryCallGraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,155,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/BinaryDisassemblyTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,66,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/BinaryTextSectionReaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/CallGraphDigestsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,502,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/CallGraphExtractorRegistryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,241,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/CircuitBreakerStateTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,46,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/DeterminismVerificationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,212,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/DotNetCallGraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,172,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/GoCallGraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,193,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/JavaCallGraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,694,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/JavaScriptCallGraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,628,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/NodeCallGraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,353,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/PythonCallGraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,191,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/ReachabilityAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,399,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/ValkeyCallGraphCacheServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CallGraph.Tests/StellaOps.Scanner.CallGraph.Tests.csproj,Scanner,FAIL,119,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/Builder/ChangeTraceBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj,Scanner,FAIL,265,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/ByteDiff/ByteLevelDifferTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj,Scanner,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/ByteDiff/SectionAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj,Scanner,FAIL,259,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/CycloneDx/ChangeTraceEvidenceExtensionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj,Scanner,FAIL,404,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/Models/ChangeTraceModelTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj,Scanner,FAIL,277,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/Proofs/LatticeProofGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj,Scanner,FAIL,370,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/Scoring/TrustDeltaCalculatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj,Scanner,FAIL,366,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/Serialization/SerializationDeterminismTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ChangeTrace.Tests/StellaOps.Scanner.ChangeTrace.Tests.csproj,Scanner,FAIL,365,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ConfigDiff.Tests/ScannerConfigDiffTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ConfigDiff.Tests/StellaOps.Scanner.ConfigDiff.Tests.csproj,Scanner,FAIL,272,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Contracts.Tests/ContractsEnumTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Contracts.Tests/StellaOps.Scanner.Contracts.Tests.csproj,Scanner,FAIL,189,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/ReachabilityGraphBuilderUnionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,43,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/ReachabilityUnionPublisherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,47,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/ReachabilityUnionWriterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,96,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/ScanManifestTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,227,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/TestKitExamples.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,116,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Configuration/OfflineKitOptionsValidatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,166,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Contracts/ComponentGraphBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,120,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Contracts/ComponentModelsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,88,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Contracts/ScanJobTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,82,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Contracts/ScannerCoreContractsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,131,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Entropy/EntropyCalculatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,41,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Entropy/EntropyReportBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,54,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Epss/EpssChangeEventDeterminismTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,487,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Fakes/FakeFileContentAddressableStore.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,42,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Fidelity/FidelityAwareAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,287,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Fixtures/ScaCatalogueDeterminismTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,180,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Fixtures/ScaFailureCatalogueTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,207,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Normalization/PackageNameNormalizerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Observability/ScannerLogExtensionsPerformanceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,104,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Observability/ScannerLogExtensionsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,40,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Perf/CanonicalSerializationPerfSmokeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,651,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Replay/RecordModeAssemblerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,62,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Alerts/SecretAlertEmitterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,440,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Alerts/SecretAlertRouterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,307,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Alerts/SecretFindingAlertEventTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,216,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Configuration/RevelationPolicyConfigTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,182,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Configuration/SecretDetectionSettingsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,180,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Configuration/SecretExceptionMatcherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,223,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Configuration/SecretExceptionPatternTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,186,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Configuration/SecretRevelationServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,224,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Secrets/Masking/SecretMaskerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,225,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Security/AuthorityTokenSourceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,96,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Security/DpopProofValidatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,118,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Security/RestartOnlyPluginGuardTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,27,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/TrustAnchors/PurlPatternMatcherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,PASS,33,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/TrustAnchors/TrustAnchorRegistryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,186,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/TrustAnchors/TrustAnchorRegistryTimeProviderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,FAIL,238,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Utility/ScannerIdentifiersTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,PASS,34,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/Utility/ScannerTimestampsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Core.Tests/StellaOps.Scanner.Core.Tests.csproj,Scanner,PASS,27,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/AlgorithmStrengthAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,68,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/CertificateAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,47,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/CryptoAnalysisIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,59,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/CryptoInventoryExporterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,41,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/CryptoPolicyLoaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,78,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/CryptoReportFormatterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,29,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/PostQuantumAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,65,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/ProtocolAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,52,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/RegionalComplianceCheckerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.CryptoAnalysis.Tests/StellaOps.Scanner.CryptoAnalysis.Tests.csproj,Scanner,FAIL,50,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Diff.Tests/ComponentDifferTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Diff.Tests/StellaOps.Scanner.Diff.Tests.csproj,Scanner,FAIL,374,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/RebuildProofTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/StellaOps.Scanner.Emit.Lineage.Tests.csproj,Scanner,FAIL,333,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/SbomDiffEngineTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/StellaOps.Scanner.Emit.Lineage.Tests.csproj,Scanner,FAIL,575,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/SbomLineageTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Lineage.Tests/StellaOps.Scanner.Emit.Lineage.Tests.csproj,Scanner,FAIL,166,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Cbom/CbomSerializerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,300,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Cbom/CbomTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,391,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/CompositionRecipeServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,209,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/CycloneDxComposerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,239,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/CycloneDxSchemaValidationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,88,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/LayerSbomComposerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,252,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/ScanAnalysisCompositionBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,53,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/SpdxComposerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,221,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/SpdxCycloneDxConversionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,79,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/SpdxJsonLdSchemaValidationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,144,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Composition/SpdxLicenseExpressionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,PASS,38,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Evidence/CallstackEvidenceBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,165,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Evidence/CycloneDxEvidenceMapperTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,259,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Evidence/EvidenceConfidenceNormalizerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,151,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Evidence/IdentityEvidenceBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,190,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Evidence/LegacyEvidencePropertyWriterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,173,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Evidence/LicenseEvidenceBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,142,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Evidence/OccurrenceEvidenceBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,124,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Index/BomIndexBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,142,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Lineage/SbomLineageTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,279,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Native/NativeBinarySbomIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,134,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Native/NativeComponentEmitterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,342,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Packaging/ScannerArtifactPackageBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,157,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Pedigree/CycloneDxPedigreeMapperTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,245,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Pedigree/FeedserPedigreeDataProviderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,452,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Pedigree/PedigreeBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,384,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Reachability/ReachabilityLatticeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,PASS,89,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/Snapshots/SbomEmissionSnapshotTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Emit.Tests/StellaOps.Scanner.Emit.Tests.csproj,Scanner,FAIL,378,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/EntryTraceAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,840,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/EntryTraceImageContextFactoryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,90,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/EntryTraceNdjsonWriterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,157,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/LayeredRootFileSystemTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,212,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/ShellParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,36,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/TestRootFileSystem.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,304,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Baseline/BaselineAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,470,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Baseline/DefaultConfigurationsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Binary/BinaryIntelligenceIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,206,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Binary/CodeFingerprintTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,343,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Binary/FingerprintGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,224,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Binary/FingerprintIndexTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,255,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Binary/SymbolRecoveryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,273,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Mesh/KubernetesManifestParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,477,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Mesh/MeshEntrypointGraphTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,569,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Risk/CompositeRiskScorerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,404,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Risk/RiskContributorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,474,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Risk/RiskScoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,354,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Runtime/EntryTraceRuntimeReconcilerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,143,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Runtime/ProcFileSystemSnapshotTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,88,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Runtime/ProcGraphBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,58,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Semantic/SemanticAdapterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,426,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Semantic/SemanticDeterminismTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,378,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Speculative/PathConfidenceScorerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,249,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Speculative/PathEnumeratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,147,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Speculative/ShellSymbolicExecutorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,293,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Speculative/SymbolicStateTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,350,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Temporal/InMemoryTemporalEntrypointStoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/Temporal/TemporalEntrypointGraphTests.cs,src/Scanner/__Tests/StellaOps.Scanner.EntryTrace.Tests/StellaOps.Scanner.EntryTrace.Tests.csproj,Scanner,FAIL,342,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/DeltaSignatureEvidenceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.csproj,Scanner,FAIL,307,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/DeltaSigVexEmitterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.csproj,Scanner,FAIL,430,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/FuncProofBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.csproj,Scanner,FAIL,431,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/FuncProofDsseServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.csproj,Scanner,FAIL,345,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/SbomFuncProofLinkerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.csproj,Scanner,FAIL,359,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/Privacy/EvidenceRedactionServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Evidence.Tests/StellaOps.Scanner.Evidence.Tests.csproj,Scanner,FAIL,368,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/RiskReportTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj,Scanner,FAIL,282,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/Assumptions/AssumptionCollectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj,Scanner,FAIL,160,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/Assumptions/AssumptionSetTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj,Scanner,FAIL,148,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/Assumptions/AssumptionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj,Scanner,PASS,92,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/Confidence/EvidenceDensityScorerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj,Scanner,FAIL,220,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/Dsse/ExplainabilityPredicateSerializerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj,Scanner,FAIL,291,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/Falsifiability/FalsifiabilityCriteriaTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj,Scanner,PASS,100,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/Falsifiability/FalsifiabilityGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Explainability.Tests/StellaOps.Scanner.Explainability.Tests.csproj,Scanner,FAIL,195,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/PoEPipelineTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/StellaOps.Scanner.Integration.Tests.csproj,Scanner,FAIL,232,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/TrustLattice/TrustLatticeE2ETests.cs,src/Scanner/__Tests/StellaOps.Scanner.Integration.Tests/StellaOps.Scanner.Integration.Tests.csproj,Scanner,FAIL,659,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/MaterialChangesOrchestratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/StellaOps.Scanner.MaterialChanges.Tests.csproj,Scanner,FAIL,361,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/SecurityCardGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.MaterialChanges.Tests/StellaOps.Scanner.MaterialChanges.Tests.csproj,Scanner,FAIL,197,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/PatchVerificationOrchestratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.csproj,Scanner,FAIL,342,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/Models/PatchVerificationEvidenceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.csproj,Scanner,FAIL,241,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/Models/PatchVerificationResultTests.cs,src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.csproj,Scanner,FAIL,229,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/Services/EvidenceIdGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.csproj,Scanner,FAIL,133,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/Services/InMemoryPatchSignatureStoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.PatchVerification.Tests/StellaOps.Scanner.PatchVerification.Tests.csproj,Scanner,FAIL,202,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ProofIntegration.Tests/VulnerabilityFindingTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ProofIntegration.Tests/StellaOps.Scanner.ProofIntegration.Tests.csproj,Scanner,FAIL,146,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/PostgresProofSpineRepositoryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/StellaOps.Scanner.ProofSpine.Tests.csproj,Scanner,FAIL,92,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/ProofSpineBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/StellaOps.Scanner.ProofSpine.Tests.csproj,Scanner,FAIL,126,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/ScannerProofSpinePostgresFixture.cs,src/Scanner/__Tests/StellaOps.Scanner.ProofSpine.Tests/StellaOps.Scanner.ProofSpine.Tests.csproj,Scanner,FAIL,20,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Queue.Tests/QueueLeaseIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Queue.Tests/StellaOps.Scanner.Queue.Tests.csproj,Scanner,FAIL,397,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/ReachabilityResultFactoryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/StellaOps.Scanner.Reachability.Stack.Tests.csproj,Scanner,FAIL,582,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/ReachabilityStackEvaluatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Stack.Tests/StellaOps.Scanner.Reachability.Stack.Tests.csproj,Scanner,FAIL,442,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/AttestingRichGraphWriterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,320,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/BinaryReachabilityLifterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,580,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/DependencyReachabilityIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,466,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/DependencyReachabilityReporterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,135,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/DependencyReachabilityTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,671,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/DeterministicGraphOrdererTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,148,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/EdgeBundleTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,506,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FakeFileContentAddressableStore.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,43,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/GateDetectionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,243,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/GatewayBoundaryExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,969,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/IacBoundaryExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,990,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/K8sBoundaryExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,804,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/PathExplanationServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,455,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/PathWitnessBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,742,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/PrReachabilityGateTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,414,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachabilityCacheTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,367,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachabilityPolicyLoaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,124,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachabilitySubgraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,102,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachabilitySubgraphPublisherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,58,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachabilityUnionPublisherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,32,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachabilityUnionWriterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,206,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachabilityWitnessDsseBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,337,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachabilityWitnessPublisherIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,203,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/ReachGraphReachabilityCombinerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,333,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/RichGraphBoundaryExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,430,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/RichGraphGateAnnotatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,61,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/RichGraphPublisherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,76,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/RichGraphWriterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/SignedWitnessGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/SinkRegistryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,32,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/SubgraphExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,202,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/SurfaceAwareReachabilityIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,546,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/SurfaceQueryServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,291,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/SymbolIdTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,45,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/TestHelpers.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,PASS,28,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/VulnerabilityReachabilityFilterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/WitnessDsseSignerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,334,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Benchmarks/CorpusRunnerIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,268,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Benchmarks/IncrementalCacheBenchmarkTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,786,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Benchmarks/ReachabilityPerformanceSmokeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,626,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Evidence/BinaryPatchVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,389,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Evidence/CveSymbolMappingServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,205,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Evidence/RuntimeReachabilityCollectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Evidence/VexStatusDeterminerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,236,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FunctionMap/ClaimVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,431,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FunctionMap/FunctionMapAcceptanceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,660,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FunctionMap/FunctionMapGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,339,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FunctionMap/FunctionMapPredicateTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,240,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FunctionMap/FunctionMapSchemaValidationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,377,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FunctionMap/PostgresObservationStoreIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,221,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FunctionMap/RekorIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,187,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/FunctionMap/RuntimeObservationStoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,441,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/MiniMap/MiniMapExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,396,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Perf/ReachabilityPerfSmokeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,613,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Properties/ReachabilityGraphPropertyTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,542,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Slices/InMemorySliceCacheTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,156,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Slices/SliceCacheTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,175,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Slices/SliceCasStorageTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,71,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Slices/SliceExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,PASS,55,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Slices/SliceHasherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,46,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Slices/SliceSchemaValidationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,112,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Slices/SliceTestData.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,110,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Slices/SliceVerdictComputerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,PASS,41,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Snapshots/ReachabilityEvidenceSnapshotTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,505,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Witnesses/SuppressionDsseSignerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,365,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Witnesses/SuppressionWitnessBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,463,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/Witnesses/SuppressionWitnessIdPropertyTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Reachability.Tests/StellaOps.Scanner.Reachability.Tests.csproj,Scanner,FAIL,535,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/CodeChangeFactExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.csproj,Scanner,FAIL,80,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/DriftAttestationServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.csproj,Scanner,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/DriftCauseExplainerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.csproj,Scanner,FAIL,188,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/PathCompressorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.csproj,Scanner,FAIL,74,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/ReachabilityDriftDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ReachabilityDrift.Tests/StellaOps.Scanner.ReachabilityDrift.Tests.csproj,Scanner,FAIL,138,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/Attestation/AttestorClientTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,FAIL,97,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/Cas/LocalCasClientTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,FAIL,36,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/Descriptor/DescriptorCommandSurfaceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,FAIL,206,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/Descriptor/DescriptorGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,FAIL,155,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/Descriptor/DescriptorGoldenTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,FAIL,136,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/Manifest/BuildxPluginManifestLoaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,FAIL,81,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/Surface/SurfaceManifestWriterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/TestUtilities/TempDirectory.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,PASS,49,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/TestUtilities/TestPathHelper.cs,src/Scanner/__Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests/StellaOps.Scanner.Sbomer.BuildXPlugin.Tests.csproj,Scanner,PASS,24,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.SchemaEvolution.Tests/ScannerSchemaEvolutionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SchemaEvolution.Tests/StellaOps.Scanner.SchemaEvolution.Tests.csproj,Scanner,FAIL,282,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/ServiceSecurityAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/StellaOps.Scanner.ServiceSecurity.Tests.csproj,Scanner,FAIL,283,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/ServiceSecurityIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/StellaOps.Scanner.ServiceSecurity.Tests.csproj,Scanner,FAIL,106,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/ServiceSecurityPolicyLoaderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.ServiceSecurity.Tests/StellaOps.Scanner.ServiceSecurity.Tests.csproj,Scanner,FAIL,67,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/DeltaVerdictBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,77,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/HardeningIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,460,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/MaterialRiskChangeDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,474,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/PredicateGoldenFixtureTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,88,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/ReachabilityGateBridgeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,317,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/ReachabilityGateTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,63,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/SarifOutputGeneratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,580,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/SmartDiffSchemaValidationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,324,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StateComparisonGoldenTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,383,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/VexCandidateEmitterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,399,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/Benchmarks/SmartDiffPerformanceBenchmarks.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,431,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/Benchmarks/SmartDiffPerfSmokeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,596,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/Integration/DeltaVerdictAttestationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,422,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/Integration/ReachabilitySubgraphAttestationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,532,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/Integration/SmartDiffIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,529,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/Properties/SmartDiffPropertyTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,461,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/Snapshots/DeltaVerdictSnapshotTests.cs,src/Scanner/__Tests/StellaOps.Scanner.SmartDiff.Tests/StellaOps.Scanner.SmartDiff.Tests.csproj,Scanner,FAIL,478,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/Configuration/SourceConfigValidatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj,Scanner,FAIL,440,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/ConnectionTesters/GitConnectionTesterTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj,Scanner,FAIL,56,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/Domain/SbomSourceRunTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj,Scanner,FAIL,251,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/Domain/SbomSourceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj,Scanner,FAIL,265,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/Handlers/Docker/DockerSourceHandlerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj,Scanner,PASS,42,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/Persistence/CursorEncodingTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj,Scanner,FAIL,44,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/Triggers/SourceTriggerDispatcherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj,Scanner,FAIL,289,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/Triggers/TriggerContextTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Sources.Tests/StellaOps.Scanner.Sources.Tests.csproj,Scanner,PASS,22,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/OciArtifactPusherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.csproj,Scanner,FAIL,101,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/OciImageInspectorIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.csproj,Scanner,FAIL,166,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/OciImageInspectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.csproj,Scanner,FAIL,530,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/VerdictE2ETests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.csproj,Scanner,FAIL,396,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/VerdictOciPublisherIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.csproj,Scanner,FAIL,383,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/VerdictOciPublisherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Oci.Tests/StellaOps.Scanner.Storage.Oci.Tests.csproj,Scanner,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/BinaryEvidenceServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,193,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/ClassificationChangeTrackerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,242,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/EntryTraceResultStoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/EpssChangeDetectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,45,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/EpssCsvStreamParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,56,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/EpssProviderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/EpssRepositoryChangesIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,125,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/EpssRepositoryIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,133,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/InMemoryArtifactObjectStore.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,35,AsyncNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/RubyPackageInventoryStoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,109,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/RustFsArtifactObjectStoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,173,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/ScanMetricsRepositoryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,279,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/ScannerMigrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,309,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/ScannerPostgresFixture.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,17,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/ScanQueryDeterminismTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,294,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/ScanResultIdempotencyTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/SmartDiffRepositoryIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,384,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StorageDualWriteFixture.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,121,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/TemporalStorageTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Storage.Tests/StellaOps.Scanner.Storage.Tests.csproj,Scanner,FAIL,371,BlockingAsync; FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/SurfaceEnvironmentBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/StellaOps.Scanner.Surface.Env.Tests.csproj,Scanner,FAIL,153,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/SurfaceEnvironmentFeatureFlagTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Env.Tests/StellaOps.Scanner.Surface.Env.Tests.csproj,Scanner,FAIL,46,ServiceLocator,Remove service locator usage; use constructor injection.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/FacetSealE2ETests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.csproj,Scanner,FAIL,453,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/FacetSealExtractorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.csproj,Scanner,FAIL,236,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/FacetSealIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.csproj,Scanner,FAIL,380,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/FileSurfaceCacheTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.csproj,Scanner,FAIL,56,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/FileSurfaceManifestStoreTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.csproj,Scanner,FAIL,284,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/SurfaceManifestDeterminismVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.FS.Tests/StellaOps.Scanner.Surface.FS.Tests.csproj,Scanner,FAIL,218,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/CasAccessSecretParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.csproj,Scanner,FAIL,70,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/FileSurfaceSecretProviderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.csproj,Scanner,FAIL,50,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/InlineSurfaceSecretProviderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.csproj,Scanner,FAIL,42,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/RegistryAccessSecretParserTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.csproj,Scanner,FAIL,118,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/SurfaceSecretsServiceCollectionExtensionsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Secrets.Tests/StellaOps.Scanner.Surface.Secrets.Tests.csproj,Scanner,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100; NamespaceNotFileScoped; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Convert to file-scoped namespace.; Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/Collectors/NetworkEndpointCollectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/StellaOps.Scanner.Surface.Tests.csproj,Scanner,FAIL,231,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/Collectors/NodeJsEntryPointCollectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/StellaOps.Scanner.Surface.Tests.csproj,Scanner,FAIL,226,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/Collectors/SecretAccessCollectorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Tests/StellaOps.Scanner.Surface.Tests.csproj,Scanner,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Surface.Validation.Tests/SurfaceValidatorRunnerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Surface.Validation.Tests/StellaOps.Scanner.Surface.Validation.Tests.csproj,Scanner,FAIL,142,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/ExploitPathGroupingServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.csproj,Scanner,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/TriagePostgresFixture.cs,src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.csproj,Scanner,FAIL,21,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/TriageQueryPerformanceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.csproj,Scanner,FAIL,253,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/TriageSchemaIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Triage.Tests/StellaOps.Scanner.Triage.Tests.csproj,Scanner,FAIL,349,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/SbomValidationPipelineTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,497,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/ValidatorBinaryManagerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,408,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/CompositeValidatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,239,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/CycloneDxValidatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/SbomFormatTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,PASS,43,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/SbomValidationDiagnosticTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,PASS,85,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/SbomValidationOptionsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,119,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/SbomValidationResultTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,145,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/SpdxValidatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,134,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/ValidationGateOptionsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,192,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/Unit/ValidatorInfoTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Validation.Tests/StellaOps.Scanner.Validation.Tests.csproj,Scanner,FAIL,75,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ActionablesEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ApprovalEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,382,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/AttestationChainVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,922,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/AuthorizationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,30,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/BaselineEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,130,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/CallGraphEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/CounterfactualEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,242,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/DeltaCompareEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,158,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/EpssEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,362,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/EvidenceBundleExporterBinaryDiffTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,262,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/EvidenceCompositionServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/FindingEvidenceContractsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,257,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/FindingsEvidenceControllerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,202,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/GatingContractsSerializationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,354,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/GatingReasonServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,629,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/HealthEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,54,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/HumanApprovalAttestationServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,753,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/IdempotencyMiddlewareTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,154,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/LayerSbomEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,740,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/LinksetResolverTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ManifestEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,453,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/NotifierIngestionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,445,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/OfflineAttestationVerifierTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,595,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/OfflineKitEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,673,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/PlatformEventPublisherRegistrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,78,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/PlatformEventSamplesTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,235,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/PolicyDecisionAttestationServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,671,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/PolicyEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,118,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/PrAnnotationServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,294,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ProofSpineEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,306,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/RateLimitingTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,196,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ReachabilityDriftEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,177,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ReplayCommandServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,701,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ReportEventDispatcherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,507,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ReportSamplesTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,72,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ReportsEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,267,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/RichGraphAttestationServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,597,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/RubyPackagesEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,340,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/RuntimeEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,381,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/RuntimeReconciliationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,633,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/SbomEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,118,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/SbomUploadEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,182,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ScannerApplicationFactory.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,393,ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ScannerApplicationFixture.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,39,ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ScannerSurfaceSecretConfiguratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,249,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ScansEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,253,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ScansEndpointsTests.Entropy.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,59,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ScansEndpointsTests.RecordMode.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ScansEndpointsTests.Replay.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,79,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/ScoreReplayEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,331,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/SignedSbomArchiveBuilderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,673,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/SliceEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,502,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Spdx3ExportEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,305,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/SurfaceCacheOptionsConfiguratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,55,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/SurfaceManifestStoreOptionsConfiguratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,62,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/TestSurfaceSecretsScope.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,PASS,24,,
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/TriageStatusEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,216,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/UnifiedEvidenceServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,867,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/UnknownsEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,312,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/VexGateEndpointsTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,373,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Benchmarks/TtfsPerformanceBenchmarks.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,483,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Contract/ScannerObservabilityContractTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,172,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Contract/ScannerOpenApiContractTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Integration/EvidenceIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,463,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Integration/PedigreeIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,484,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Integration/ProofReplayWorkflowTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,278,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Integration/TriageWorkflowIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,432,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Integration/ValidationIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,459,AsyncNaming; FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Negative/ScannerNegativeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,282,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Security/ScannerAuthorizationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,383,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/Telemetry/ScannerOtelAssertionTests.cs,src/Scanner/__Tests/StellaOps.Scanner.WebService.Tests/StellaOps.Scanner.WebService.Tests.csproj,Scanner,FAIL,178,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/BinaryVulnerabilityAnalyzerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,261,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/CompositeScanAnalyzerDispatcherTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,540,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/EntropyStageExecutorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,105,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/EntryTraceExecutionServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,536,AsyncNaming; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/HmacDsseEnvelopeSignerTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,100,AsyncNaming; ConfigureAwaitMissing; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/LeaseHeartbeatServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/RedisWorkerSmokeTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,263,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/RegistrySecretStageExecutorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,242,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/ScannerStorageSurfaceSecretConfiguratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,100,PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/ScannerWorkerOptionsValidatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,52,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/SurfaceCacheOptionsConfiguratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,55,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/SurfaceManifestStageExecutorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,847,AsyncNaming; BlockingAsync; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/SurfaceManifestStoreOptionsConfiguratorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,59,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/VexGateStageExecutorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,626,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/WorkerBasicScanScenarioTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,450,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Determinism/BitwiseFidelityCalculatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,164,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Determinism/DeterminismHarness.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,128,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Determinism/DeterminismHarnessTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,45,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Determinism/DeterministicTimeProviderTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,31,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Determinism/FidelityMetricsIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,136,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Determinism/FidelityMetricsServiceTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,221,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Determinism/PolicyFidelityCalculatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,214,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Determinism/SemanticFidelityCalculatorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,175,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Epss/EpssEnrichmentJobTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,110,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Epss/EpssSignalFlowIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,209,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Epss/EpssSignalJobTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,303,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Epss/ScannerWorkerPostgresFixture.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,18,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Integration/EndToEndJobFlowTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,589,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Integration/WorkerEndToEndJobTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,535,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Integration/WorkerIdempotencyTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,650,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Integration/WorkerRetryTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,550,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Metrics/ScanCompletionMetricsIntegrationTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,225,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/PoE/PoEGenerationStageExecutorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,379,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/PoE/PoEOrchestratorDirectTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,185,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/Replay/ReplaySealedBundleStageExecutorTests.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,85,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/TestInfrastructure/StaticOptionsMonitor.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,30,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/TestInfrastructure/TestCryptoHash.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,72,AsyncNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/TestInfrastructure/WorkerMeterListener.cs,src/Scanner/__Tests/StellaOps.Scanner.Worker.Tests/StellaOps.Scanner.Worker.Tests.csproj,Scanner,FAIL,62,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/BackfillMappingsTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/StellaOps.Scheduler.Backfill.Tests.csproj,Scheduler,FAIL,39,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/BackfillOptionsTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Backfill.Tests/StellaOps.Scheduler.Backfill.Tests.csproj,Scheduler,FAIL,62,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/FixtureImpactIndexTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/StellaOps.Scheduler.ImpactIndex.Tests.csproj,Scheduler,FAIL,150,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/RoaringImpactIndexTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.ImpactIndex.Tests/StellaOps.Scheduler.ImpactIndex.Tests.csproj,Scheduler,FAIL,280,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/AuditRecordTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,PASS,42,,
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/GraphJobStateMachineTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/ImpactSetTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,PASS,59,,
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/JobIdempotencyTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,540,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/PolicyRunModelsTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,164,BlockingAsync; FileLength>100; UsingNotSorted,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/RescanDeltaEventSampleTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,62,PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/RunStateMachineTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,115,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/RunValidationTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,PASS,83,,
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/SamplePayloadTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,259,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/SchedulerSchemaMigrationTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,179,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/ScheduleSerializationTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,118,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/Properties/BackfillRangePropertyTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,497,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/Properties/CronNextRunPropertyTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,539,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/Properties/RetryBackoffPropertyTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Models.Tests/StellaOps.Scheduler.Models.Tests.csproj,Scheduler,FAIL,528,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/DistributedLockRepositoryTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,195,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/GraphJobRepositoryTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,122,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/JobIdempotencyTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,273,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/SchedulerChainLinkingTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,338,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/SchedulerMigrationTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,324,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/SchedulerPostgresFixture.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,147,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/SchedulerQueryDeterminismTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,339,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/TriggerRepositoryTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,264,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/WorkerRepositoryTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Persistence.Tests/StellaOps.Scheduler.Persistence.Tests.csproj,Scheduler,FAIL,166,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/HlcOrderingTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,464,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/HlcQueueIntegrationTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,348,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/HlcSchedulerIntegrationTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,447,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/HlcSchedulerPostgresFixture.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,73,AsyncNaming; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/PlannerAndRunnerMessageTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,115,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/RedisSchedulerQueueTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,351,AsyncNaming; FileLength>100; UsingNotSorted,Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/SchedulerChainLinkingTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,556,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/SchedulerDeterminismTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,449,FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/SchedulerQueueServiceCollectionExtensionsTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Queue.Tests/StellaOps.Scheduler.Queue.Tests.csproj,Scheduler,FAIL,121,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Remove service locator usage; use constructor injection.; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/CartographerWebhookClientTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,145,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/EventWebhookEndpointTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,134,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/FailureSignatureEndpointTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,160,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/GlobalUsings.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,7,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/GraphJobEndpointTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,116,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/GraphJobEventPublisherTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,168,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/GraphJobServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,258,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/ImpactIndexFixtureTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,56,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/PolicyRunEndpointTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,76,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/PolicySimulationEndpointTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,306,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/PolicySimulationMetricsProviderTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,338,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/RunEndpointTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,341,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/ScheduleEndpointTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,92,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/SchedulerJwtWebApplicationFactory.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,177,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/SchedulerPluginHostFactoryTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,77,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/SchedulerWebApplicationFactory.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,81,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/Auth/SchedulerAuthTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,747,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/Auth/SchedulerJwtAuthTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,262,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/Contract/SchedulerContractSnapshotTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,609,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/Observability/SchedulerOTelTraceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.WebService.Tests/StellaOps.Scheduler.WebService.Tests.csproj,Scheduler,FAIL,548,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/GlobalUsings.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,6,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/GraphBuildExecutionServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,245,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/GraphOverlayExecutionServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,239,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/HttpScannerReportClientTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,124,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/ImpactShardPlannerTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,93,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/ImpactTargetingServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,238,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/PlannerBackgroundServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,414,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/PlannerExecutionServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,324,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/PlannerQueueDispatchServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/PolicyRunDispatchBackgroundServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,134,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/PolicyRunExecutionServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,371,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/PolicyRunTargetingServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,264,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/PolicySimulationWebhookClientTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,151,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/RunnerExecutionServiceTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,329,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/SchedulerEventPublisherTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,144,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/Chaos/SchedulerCrashRecoveryTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,408,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/EndToEnd/WorkerEndToEndTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,722,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/Heartbeat/HeartbeatTimeoutTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,406,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/Idempotency/WorkerIdempotencyTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,951,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/Load/SchedulerBackpressureTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,442,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/Metrics/QueueDepthMetricsTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,483,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/Observability/WorkerOTelCorrelationTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,970,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/Retry/WorkerRetryTests.cs,src/Scheduler/__Tests/StellaOps.Scheduler.Worker.Tests/StellaOps.Scheduler.Worker.Tests.csproj,Scheduler,FAIL,864,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/EbpfSignalMergerTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,317,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/RuntimeNodeHashTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,307,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/RuntimeSignalCollectorTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,210,ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/Cgroup/CgroupContainerResolverTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,635,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/Determinism/GoldenFileTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,238,FileLength>100; PrivateFieldNaming; UsingInsideNamespace,Move using directives outside namespace.; Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/Enrichment/RuntimeEventEnricherTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,593,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/Output/RuntimeEvidenceNdjsonWriterTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,520,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/Parsers/EventParserTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,394,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/Services/RuntimeEvidenceCollectorTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,433,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/Signing/EvidenceChunkFinalizerTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,596,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/Symbols/EnhancedSymbolResolverTests.cs,src/Signals/__Tests/StellaOps.Signals.Ebpf.Tests/StellaOps.Signals.Ebpf.Tests.csproj,Signals,FAIL,613,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/CallGraphProjectionIntegrationTests.cs,src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.csproj,Signals,FAIL,193,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/CallGraphSyncServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.csproj,Signals,FAIL,140,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/PostgresCallgraphRepositoryTests.cs,src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.csproj,Signals,FAIL,160,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/SignalsPostgresFixture.cs,src/Signals/__Tests/StellaOps.Signals.Persistence.Tests/StellaOps.Signals.Persistence.Tests.csproj,Signals,FAIL,28,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/AgentRegistrationServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj,Signals,FAIL,273,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/AgentStatisticsTests.cs,src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj,Signals,PASS,98,,
|
|
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/ClrMethodResolverTests.cs,src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj,Signals,FAIL,258,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/DotNetEventPipeAgentTests.cs,src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj,Signals,FAIL,171,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/RuntimeAgentBaseTests.cs,src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj,Signals,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/RuntimeAgentOptionsTests.cs,src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj,Signals,PASS,90,,
|
|
src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/RuntimeFactsIngestServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.RuntimeAgent.Tests/StellaOps.Signals.RuntimeAgent.Tests.csproj,Signals,FAIL,249,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/CallgraphIngestionServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,229,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/CallgraphNormalizationServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,131,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/CallGraphSyncServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EdgeBundleIngestionServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,262,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/InMemoryEventsPublisherTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,84,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/ReachabilityFactDigestCalculatorTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,59,NamespaceMissing; UsingNotSorted,Add file-scoped namespace: namespace StellaOps.<Area>;; Sort using directives alphabetically.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/ReachabilityLatticeTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,162,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/ReachabilityScoringServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,400,AsyncNaming; ConfigureAwaitMissing; FileLength>100; NamespaceMissing; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Add file-scoped namespace: namespace StellaOps.<Area>;; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/ReachabilityUnionIngestionServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,95,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/RouterEventsPublisherTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,159,AsyncNaming; FileLength>100; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/RuntimeFactsBatchIngestionTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,328,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/RuntimeFactsIngestionServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,523,AsyncNaming; ConfigureAwaitMissing; FileLength>100; NamespaceMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Add file-scoped namespace: namespace StellaOps.<Area>;; Rename async methods to end with Async.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/RuntimeFactsProvenanceNormalizerTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,421,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/RuntimeUpdatedEventTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,271,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/SchedulerRescanOrchestratorTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,288,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/ScoreExplanationServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/SimpleJsonCallgraphParserGateTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,66,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/SlimSymbolCacheTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,324,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/UncertaintyTierTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,192,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/UnknownsDecayServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,562,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/UnknownsIngestionServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,126,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/UnknownsScoringIntegrationTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,783,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/UnknownsScoringServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,584,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/AttestedReductionScoringTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,311,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/DetailedInputTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,446,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/EvidenceWeightedScoreAdvisoryFormulaTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,498,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/EvidenceWeightedScoreCalculatorTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,359,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/EvidenceWeightedScoreDeterminismTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,780,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/EvidenceWeightedScoreInputTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,180,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/EvidenceWeightedScorePropertyTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,293,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/EvidenceWeightedScoringIntegrationTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,318,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/EvidenceWeightPolicyTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,394,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/WeightManifestTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,306,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/BackportEvidenceNormalizerTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,539,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/EvidenceNormalizersServiceCollectionExtensionsTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,372,FileLength>100; ServiceLocator,Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/ExploitLikelihoodNormalizerTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,524,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/MitigationNormalizerTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,529,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/NormalizerAggregatorTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,453,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/NormalizerIntegrationTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,467,FileLength>100; ServiceLocator; UsingInsideNamespace,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/NormalizerInterfaceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,447,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/ReachabilityNormalizerTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,633,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/RuntimeSignalNormalizerTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,617,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/EvidenceWeightedScore/Normalizers/SourceTrustNormalizerTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,552,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/GroundTruth/GroundTruthModels.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,205,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/GroundTruth/GroundTruthValidatorTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,275,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/Scm/ScmEventMapperTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,277,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/Scm/ScmWebhookServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/Scm/ScmWebhookValidatorTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,201,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/UnifiedScore/UnifiedScoreDeterminismTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,561,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/UnifiedScore/UnifiedScoreServiceTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,591,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Signals/__Tests/StellaOps.Signals.Tests/UnifiedScore/UnknownsBandMapperTests.cs,src/Signals/__Tests/StellaOps.Signals.Tests/StellaOps.Signals.Tests.csproj,Signals,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/SignerEndpointsTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,133,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Auth/SignerAuthTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,412,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Availability/PluginAvailabilityTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,703,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Ceremonies/CeremonyOrchestratorIntegrationTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,417,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Ceremonies/CeremonyStateMachineTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,163,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Contract/PredicateTypesTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,184,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Contract/SignerContractSnapshotTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,418,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Fixtures/DeterministicTestData.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,171,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Fixtures/PredicateFixtures.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,581,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Fixtures/SigningRequestBuilder.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,192,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Fixtures/TestCryptoFactory.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,117,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Fixtures/TestCryptoFactory.Sm.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,65,ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Integration/CryptoDsseSignerIntegrationTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,512,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Integration/KeyRotationWorkflowIntegrationTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,419,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Integration/MultiPluginSignVerifyIntegrationTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,570,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Integration/SignerPipelineIntegrationTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,356,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Integration/TamperedPayloadVerificationTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,791,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Keyless/CertificateChainValidatorTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,563,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Keyless/EphemeralKeyGeneratorTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,248,FileLength>100; UsingInsideNamespace,Move using directives outside namespace.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Keyless/HttpFulcioClientTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,482,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Keyless/KeylessDsseSignerTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,402,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Keyless/KeylessSigningIntegrationTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,611,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/KeyManagement/KeyRotationServiceTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,658,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/KeyManagement/TemporalKeyVerificationTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,408,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/KeyManagement/TrustAnchorManagerTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,506,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Negative/SignerNegativeTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,752,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Observability/SignerOTelTraceTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,390,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Signing/CanonicalPayloadDeterminismTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,428,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Signing/CryptoDsseSignerTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,304,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Signing/DefaultSigningKeyResolverTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,166,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Signing/DualSignTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,136,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Signing/SignerStatementBuilderTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,373,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Signing/SigningServiceCollectionExtensionsTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,183,FileLength>100; ServiceLocator; UsingNotSorted,Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/Signing/Sm2SigningTests.cs,src/Signer/StellaOps.Signer/StellaOps.Signer.Tests/StellaOps.Signer.Tests.csproj,Signer,FAIL,122,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Symbols/__Tests/StellaOps.Symbols.Tests/Bundle/BundleManifestTests.cs,src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.csproj,Symbols,FAIL,252,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Symbols/__Tests/StellaOps.Symbols.Tests/Client/SymbolsClientOptionsTests.cs,src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.csproj,Symbols,PASS,66,,
|
|
src/Symbols/__Tests/StellaOps.Symbols.Tests/Client/SymbolsClientTests.cs,src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.csproj,Symbols,FAIL,156,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Symbols/__Tests/StellaOps.Symbols.Tests/Core/SymbolManifestTests.cs,src/Symbols/__Tests/StellaOps.Symbols.Tests/StellaOps.Symbols.Tests.csproj,Symbols,FAIL,168,FileLength>100,Split file to stay <= 100 lines.
|
|
src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/PostgresPackRunStateStoreTests.cs,src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/StellaOps.TaskRunner.Persistence.Tests.csproj,TaskRunner,FAIL,173,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/TaskRunnerPostgresFixture.cs,src/TaskRunner/__Tests/StellaOps.TaskRunner.Persistence.Tests/StellaOps.TaskRunner.Persistence.Tests.csproj,TaskRunner,FAIL,31,UsingNotSorted,Sort using directives alphabetically.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/ApiDeprecationTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,184,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/BundleImportEvidenceTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,359,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/BundleIngestionStepExecutorTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,145,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/FilePackRunLogStoreTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,92,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/FilePackRunStateStoreTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,133,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/FilesystemPackRunArtifactReaderTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,107,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/FilesystemPackRunArtifactUploaderTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,143,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/FilesystemPackRunDispatcherTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,68,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/OpenApiMetadataFactoryTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,PASS,56,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunApprovalCoordinatorTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,102,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunApprovalDecisionServiceTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,293,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunAttestationTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,507,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunEvidenceSnapshotTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,741,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunExecutionGraphBuilderTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,72,UsingNotSorted,Sort using directives alphabetically.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunGateStateUpdaterTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,155,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunIncidentModeTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,414,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunProcessorTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,89,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunProvenanceWriterTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,74,AsyncNaming; ConfigureAwaitMissing; PrivateFieldNaming; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunSimulationEngineTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,150,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunStateFactoryTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,PASS,43,,
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunStepStateMachineTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,72,PrivateFieldNaming,Rename private fields to _camelCase.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/PackRunTimelineEventTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,747,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/SealedInstallEnforcerTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,406,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/TaskPackPlannerTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,274,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/TaskRunnerClientTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,257,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/TenantEnforcementTests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,562,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/TestManifests.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,FAIL,466,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/TestManifests.Egress.cs,src/TaskRunner/StellaOps.TaskRunner/StellaOps.TaskRunner.Tests/StellaOps.TaskRunner.Tests.csproj,TaskRunner,PASS,22,,
|
|
src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/MetricLabelAnalyzerTests.cs,src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/StellaOps.Telemetry.Analyzers.Tests.csproj,Telemetry,FAIL,515,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/TestCategories.cs,src/Telemetry/StellaOps.Telemetry.Analyzers/StellaOps.Telemetry.Analyzers.Tests/StellaOps.Telemetry.Analyzers.Tests.csproj,Telemetry,PASS,12,,
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/AsyncResumeTestHarness.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,293,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/CliTelemetryContextTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,237,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/DeterministicLogFormatterTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,354,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/GoldenSignalMetricsTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,234,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/IncidentModeServiceTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,768,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/LogRedactorTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,411,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/MetricLabelGuardTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,55,NamespaceMissing; UsingNotSorted,Add file-scoped namespace: namespace StellaOps.<Area>;; Sort using directives alphabetically.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/ProofCoverageMetricsTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,45,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/SealedModeFileExporterTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,310,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/SealedModeTelemetryServiceTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,545,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/TelemetryContextAccessorTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,126,AsyncNaming; BlockingAsync; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/TelemetryContextTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,100,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/TelemetryExporterGuardTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,114,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/TelemetryPropagationHandlerTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,80,AsyncNaming; ConfigureAwaitMissing; NamespaceMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Add file-scoped namespace: namespace StellaOps.<Area>;; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/TelemetryPropagationMiddlewareTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,55,AsyncNaming; ConfigureAwaitMissing; NamespaceMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Add file-scoped namespace: namespace StellaOps.<Area>;; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/TimeToFirstSignalMetricsTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,178,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/TtfsIngestionServiceTests.cs,src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core.Tests/StellaOps.Telemetry.Core.Tests.csproj,Telemetry,FAIL,171,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/TimelineQueryServiceTests.cs,src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj,Timeline,FAIL,227,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/ReplayOrchestratorIntegrationTests.cs,src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj,Timeline,FAIL,165,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/TimelineApiIntegrationTests.cs,src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj,Timeline,FAIL,272,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/EvidenceLinkageIntegrationTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,128,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/InMemoryTimelineEventSubscriber.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,42,UsingNotSorted,Sort using directives alphabetically.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/TimelineEnvelopeParserTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,71,UsingNotSorted,Sort using directives alphabetically.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/TimelineIndexerCoreLogicTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,360,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/TimelineIngestionServiceTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,100,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/TimelineIngestionWorkerTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,125,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/TimelineIntegrationTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,416,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/TimelineQueryServiceTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,100,AsyncNaming; ConfigureAwaitMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/TimelineSchemaTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,68,UsingNotSorted,Sort using directives alphabetically.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/TimelineWorkerEndToEndTests.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,FAIL,466,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/UnitTest1.cs,src/TimelineIndexer/StellaOps.TimelineIndexer/StellaOps.TimelineIndexer.Tests/StellaOps.TimelineIndexer.Tests.csproj,TimelineIndexer,PASS,13,,
|
|
src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdaterRunnerTests.cs,src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj,Tools,FAIL,143,FileLength>100; NamespaceMissing; UsingNotSorted,Add file-scoped namespace: namespace StellaOps.<Area>;; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Tools/__Tests/LanguageAnalyzerSmoke.Tests/LanguageAnalyzerSmokeRunnerTests.cs,src/Tools/__Tests/LanguageAnalyzerSmoke.Tests/LanguageAnalyzerSmoke.Tests.csproj,Tools,FAIL,77,NamespaceMissing; UsingNotSorted,Add file-scoped namespace: namespace StellaOps.<Area>;; Sort using directives alphabetically.
|
|
src/Tools/__Tests/NotifySmokeCheck.Tests/NotifySmokeCheckRunnerTests.cs,src/Tools/__Tests/NotifySmokeCheck.Tests/NotifySmokeCheck.Tests.csproj,Tools,FAIL,67,NamespaceMissing; UsingNotSorted,Add file-scoped namespace: namespace StellaOps.<Area>;; Sort using directives alphabetically.
|
|
src/Tools/__Tests/PolicyDslValidator.Tests/PolicyDslValidatorAppTests.cs,src/Tools/__Tests/PolicyDslValidator.Tests/PolicyDslValidator.Tests.csproj,Tools,FAIL,45,AsyncNaming; ConfigureAwaitMissing; NamespaceMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Add file-scoped namespace: namespace StellaOps.<Area>;; Rename async methods to end with Async.
|
|
src/Tools/__Tests/PolicySchemaExporter.Tests/PolicySchemaExporterTests.cs,src/Tools/__Tests/PolicySchemaExporter.Tests/PolicySchemaExporter.Tests.csproj,Tools,FAIL,47,NamespaceMissing; UsingNotSorted,Add file-scoped namespace: namespace StellaOps.<Area>;; Sort using directives alphabetically.
|
|
src/Tools/__Tests/PolicySimulationSmoke.Tests/PolicySimulationSmokeEvaluatorTests.cs,src/Tools/__Tests/PolicySimulationSmoke.Tests/PolicySimulationSmoke.Tests.csproj,Tools,FAIL,68,AsyncNaming; ConfigureAwaitMissing; NamespaceMissing; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Add file-scoped namespace: namespace StellaOps.<Area>;; Rename async methods to end with Async.; Sort using directives alphabetically.
|
|
src/Tools/__Tests/RustFsMigrator.Tests/RustFsMigratorTests.cs,src/Tools/__Tests/RustFsMigrator.Tests/RustFsMigrator.Tests.csproj,Tools,FAIL,43,NamespaceMissing,Add file-scoped namespace: namespace StellaOps.<Area>;
|
|
src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/DiffPipelineServiceTests.cs,src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj,Tools,FAIL,107,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/GoldenPairLoaderTests.cs,src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj,Tools,FAIL,92,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace,Add ConfigureAwait(false) to awaited calls in library-like code.; Move using directives outside namespace.; Rename async methods to end with Async.
|
|
src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/GoldenPairSchemaTests.cs,src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj,Tools,FAIL,85,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/PackageMirrorServiceTests.cs,src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj,Tools,FAIL,111,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/TestData.cs,src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj,Tools,FAIL,112,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/AzureDevOpsGeneratorTests.cs,src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj,Tools,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/GitHubActionsGeneratorTests.cs,src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj,Tools,FAIL,247,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/GitLabCiGeneratorTests.cs,src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj,Tools,FAIL,156,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/GoldenFixtureTests.cs,src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj,Tools,FAIL,215,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/WorkflowGeneratorFactoryTests.cs,src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj,Tools,PASS,99,,
|
|
src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/WorkflowOptionsTests.cs,src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj,Tools,FAIL,103,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Hints/HintCombinationTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,216,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Hints/ProvenanceHintBuilderTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,282,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Hints/ProvenanceHintSerializationTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,299,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Models/GreyQueueEntryTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,241,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Services/GreyQueueWatchdogServiceTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,348,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Services/NativeUnknownClassifierTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,259,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Services/UnknownRankerTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Services/UnknownsLifecycleServiceIntegrationTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,368,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Services/UnknownsSlaMonitorIntegrationTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,270,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/Services/UnknownsSlaMonitorServiceTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Core.Tests/StellaOps.Unknowns.Core.Tests.csproj,Unknowns,FAIL,341,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.Persistence.Tests/PostgresUnknownRepositoryTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.Persistence.Tests/StellaOps.Unknowns.Persistence.Tests.csproj,Unknowns,FAIL,366,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Unknowns/__Tests/StellaOps.Unknowns.WebService.Tests/UnknownsEndpointsTests.cs,src/Unknowns/__Tests/StellaOps.Unknowns.WebService.Tests/StellaOps.Unknowns.WebService.Tests.csproj,Unknowns,FAIL,391,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Verifier/__Tests/StellaOps.Verifier.Tests/BundleVerifierTests.cs,src/Verifier/__Tests/StellaOps.Verifier.Tests/StellaOps.Verifier.Tests.csproj,Verifier,FAIL,457,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/VexHub/__Tests/StellaOps.VexHub.WebService.Tests/Integration/VexExportCompatibilityTests.cs,src/VexHub/__Tests/StellaOps.VexHub.WebService.Tests/StellaOps.VexHub.WebService.Tests.csproj,VexHub,FAIL,548,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/CombinedSbomVexBuilderTests.cs,src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.csproj,VexLens,FAIL,369,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/CvssMapperTests.cs,src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.csproj,VexLens,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/VexStatusMapperTests.cs,src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.csproj,VexLens,FAIL,208,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/VexToSpdx3MapperTests.cs,src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.csproj,VexLens,FAIL,421,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/VulnerabilityElementBuilderTests.cs,src/VexLens/__Libraries/__Tests/StellaOps.VexLens.Spdx3.Tests/StellaOps.VexLens.Spdx3.Tests.csproj,VexLens,FAIL,117,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/__Tests/StellaOps.VexLens.Tests/Delta/DeltaReportBuilderTests.cs,src/VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,365,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/__Tests/StellaOps.VexLens.Tests/NoiseGate/NoiseGateServiceTests.cs,src/VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,462,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/Normalization/VexLensNormalizerTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.csproj,VexLens,FAIL,429,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/ProductMapping/CpeParserTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.csproj,VexLens,FAIL,185,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/ProductMapping/ProductMapperTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.csproj,VexLens,FAIL,316,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/ProductMapping/PurlParserTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Core.Tests/StellaOps.VexLens.Core.Tests.csproj,VexLens,FAIL,144,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Caching/ConsensusRationaleCacheTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,139,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Conditions/ConditionEvaluatorTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,363,BlockingAsync; FileLength>100,Replace .Result/.Wait/GetAwaiter().GetResult() with await.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/E2E/VexLensPipelineDeterminismTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,296,FileLength>100; PrivateFieldNaming,Rename private fields to _camelCase.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/GoldenCorpus/GoldenCorpusLoader.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,226,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming,Add 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.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/GoldenCorpus/GoldenCorpusModels.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,216,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/GoldenCorpus/GoldenCorpusTestRunner.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,319,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/GoldenCorpus/GoldenCorpusTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,281,AsyncNaming; ConfigureAwaitMissing; FileLength>100,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Normalization/OpenVexNormalizerTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,69,AsyncNaming; ConfigureAwaitMissing,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Proof/VexProofBuilderTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,546,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Proof/VexProofShuffleDeterminismTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,298,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Propagation/PropagationRuleEngineTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,375,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Regression/VexLensRegressionTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,329,FileLength>100,Split file to stay <= 100 lines.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Storage/DualWriteConsensusProjectionStoreTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,162,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/Storage/PostgresConsensusProjectionStoreProxyTests.cs,src/VexLens/StellaOps.VexLens/__Tests/StellaOps.VexLens.Tests/StellaOps.VexLens.Tests.csproj,VexLens,FAIL,76,UsingInsideNamespace,Move using directives outside namespace.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/Contracts/ZastavaContractVersionsTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.csproj,Zastava,FAIL,102,FileLength>100,Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/DependencyInjection/ZastavaServiceCollectionExtensionsTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.csproj,Zastava,FAIL,123,FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/Security/ZastavaAuthorityTokenProviderTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.csproj,Zastava,FAIL,229,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/Serialization/ZastavaCanonicalJsonSerializerTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.csproj,Zastava,FAIL,196,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/Validation/OfflineStrictModeTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Core.Tests/StellaOps.Zastava.Core.Tests.csproj,Zastava,FAIL,429,AsyncNaming; ConfigureAwaitMissing; FileLength>100; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/ContainerRuntimePollerTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,293,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Backend/RuntimeEventsClientTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,54,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/ContainerRuntime/Windows/WindowsContainerRuntimeTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,398,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/DependencyInjection/SurfaceEnvironmentRegistrationTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,86,ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Sort using directives alphabetically.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Posture/RuntimePostureEvaluatorTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Runtime/ElfBuildIdReaderTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,61,AsyncNaming; ConfigureAwaitMissing; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Runtime/RuntimeEventBufferTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,219,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace,Add 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.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Runtime/RuntimeFactsBuilderTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,94,UsingNotSorted,Sort using directives alphabetically.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Runtime/RuntimeProcessCollectorTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,157,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Secrets/ObserverSurfaceSecretsTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,150,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Surface/RuntimeSurfaceFsClientTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,204,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/TestSupport/ElfTestFileBuilder.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,PASS,74,,
|
|
src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/Worker/RuntimeEventFactoryTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj,Zastava,FAIL,113,FileLength>100; UsingNotSorted,Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/Admission/AdmissionResponseBuilderTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,230,FileLength>100; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/Admission/AdmissionReviewParserTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,103,FileLength>100; PrivateFieldNaming; UsingNotSorted,Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/Admission/FacetAdmissionValidatorTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,394,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingNotSorted,Add 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.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/Admission/RuntimeAdmissionPolicyServiceTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,358,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; UsingNotSorted,Add ConfigureAwait(false) to awaited calls in library-like code.; Rename async methods to end with Async.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/Backend/RuntimePolicyClientTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,199,AsyncNaming; ConfigureAwaitMissing; FileLength>100; UsingInsideNamespace; UsingNotSorted,Add 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.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/Certificates/SecretFileCertificateSourceTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,79,UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Sort using directives alphabetically.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/Certificates/WebhookCertificateProviderTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,PASS,44,,
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/DependencyInjection/SurfaceEnvironmentRegistrationTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,113,FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Move using directives outside namespace.; Remove service locator usage; use constructor injection.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/DependencyInjection/SurfaceSecretsRegistrationTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,104,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|
|
src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/Surface/WebhookSurfaceFsClientTests.cs,src/Zastava/__Tests/StellaOps.Zastava.Webhook.Tests/StellaOps.Zastava.Webhook.Tests.csproj,Zastava,FAIL,125,AsyncNaming; ConfigureAwaitMissing; FileLength>100; PrivateFieldNaming; ServiceLocator; UsingInsideNamespace; UsingNotSorted,Add 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.; Rename private fields to _camelCase.; Sort using directives alphabetically.; Split file to stay <= 100 lines.
|