Repository Analysis

ChilliCream/graphql-platform

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.

6.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of ChilliCream/graphql-platform, a C# project with 5,752 GitHub stars. SynthScan v2.0 examined 1,799,655 lines of code across 13742 source files, recording 6220 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 6.5 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

6.5
Adjusted Score
6.5
Raw Score
100%
Time Factor
2026-08-28
Last Push
5.8K
Stars
C#
Language
1.8M
Lines of Code
13.7K
Files
6.2K
Pattern Hits
2026-08-29
Scan Date
0.06
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 240HIGH 570MEDIUM 168LOW 5242

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 6220 distinct pattern matches across 14 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block5125 hits · 5046 pts
SeverityFileLineSnippetContext
LOWwebsite/src/components/Search.tsx21import { SearchIcon } from "@/src/icons/Search";COMMENT
LOWsrc/Nullable.cs1#define INTERNAL_NULLABLE_ATTRIBUTESCOMMENT
LOW…t/Fusion.Execution.Tests/Planning/DeferPlannerTests.cs901 // assertCOMMENT
LOW…t/Fusion.Execution.Tests/Planning/DeferPlannerTests.cs1121 // assertCOMMENT
LOW…t/Fusion.Execution.Tests/Planning/DeferPlannerTests.cs1821 """);COMMENT
LOW….Tests/Planning/InterfaceFieldOverridePlanningTests.cs1using HotChocolate.Fusion.Types;COMMENT
LOW…ptions/EventStreamBrokerServiceCollectionExtensions.cs1using HotChocolate.Fusion.Subscriptions;COMMENT
LOW…ptions/EventStreamBrokerServiceCollectionExtensions.cs21 => services.AddInMemoryEventStreamBroker(broker: null);COMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs441 // [Fact]COMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs461 //COMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs481 // public async Task Inaccessible_Interface_Type_Cannot_Be_Used_In_Query()COMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs501 // var request = new OperationRequest(COMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs521 // {COMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs541 // """COMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs561 // // arrangeCOMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs581 // {COMMENT
LOW…sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs1001 // }COMMENT
LOW…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs1501 // type Query {COMMENT
LOW…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs1521 // }COMMENT
LOW…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs1541 // }COMMENT
LOW…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs1561 // type Product {COMMENT
LOW…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs1581 // using var gateway = await CreateCompositeSchemaAsync(COMMENT
LOW…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs1601 // // assertCOMMENT
LOW…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs1621 // """);COMMENT
LOW…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs1641 // ]);COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs461 // {COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs481 // type Viewer {COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs501 // nameCOMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs521 // viewer: ViewerCOMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs541 // .UseDefaultPipeline()COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs561 // // actCOMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs581 // }COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs601 // return default;COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs921 // {COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs941 // type Other {COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs961 // }COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs981 // type Query {COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs1001 // .AddResolverMocking()COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs1021 // }COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs1941COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs1961 //COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs1981 // id: ID!COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2001 // var request = """COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2021 // Entity_Resolver_SubField_NonNull_EntryField_Nullable_Second_Service_Returns_TopLevel_Error_Without_Data()COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2041 // var subgraphB = await TestSubgraph.CreateAsync(builder => builderCOMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2061 // context.Result =COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2081 // var result = await executor.ExecuteAsync(request);COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2101 // price: Float!COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2121 // interface Node {COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2141 // nameCOMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2161 // .AddDocumentFromString(COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2181 // context.Result =COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2201 // """COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2221 // MatchMarkdownSnapshot(request, result);COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2241 //COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2261 //COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2281 // scoreCOMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2301 // type Query {COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2321 // return default;COMMENT
LOW…test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs2341 //COMMENT
5065 more matches not shown…
Hallucination Indicators240 hits · 2920 pts
SeverityFileLineSnippetContext
CRITICAL…sion/src/Fusion.Execution/Planning/OperationPlanner.cs828 comparison = leftOperationStep.Definition.SelectionSet.Selections.Count.CompareTo(CODE
CRITICAL…late/Fusion/src/Fusion.Execution/Planning/PlanQueue.cs663 : workItem.Selection.Field.Sources.Schemas.OrderBy(static t => t, StringComparer.Ordinal).ToImmutableArrCODE
CRITICAL…xecution/Pipeline/WritePersistedOperationMiddleware.cs47 && context.Request.Extensions.Document.RootElement.TryGetProperty(PersistedQuery, out var settings)CODE
CRITICAL…ests.MO0002_VoidCommandWithTwoHandlers_ReportsError.md32 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ests.MO0002_VoidCommandWithTwoHandlers_ReportsError.md41 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…Tests.NoWarning_SingleHandlerInterface_NoDiagnostic.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…andVoidResolution_ICommandInterface_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…MultipleHandlersForSameNotification_MatchesSnapshot.md30 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…MultipleHandlersForSameNotification_MatchesSnapshot.md39 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…rtialNotificationHandlerRepeatsInterfaceOnBothParts.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…_PreferSourceControlledRoot_When_MultipleRootsMatch.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…uld_EmitRepositoryUrlAndCommit_When_ProvidedByBuild.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…hAllHandlerTypes_AllSymbolsResolved_MatchesSnapshot.md35 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…hAllHandlerTypes_AllSymbolsResolved_MatchesSnapshot.md44 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…hAllHandlerTypes_AllSymbolsResolved_MatchesSnapshot.md53 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…hAllHandlerTypes_AllSymbolsResolved_MatchesSnapshot.md62 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…Should_EmitEmptyDirectory_When_FileAtRepositoryRoot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ould_EmitDirectory_When_SourceRootMappedPathMatches.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…leTests.Generate_DottedAssemblyName_UsesLastSegment.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ests.Generate_MultipleQueryHandlers_MatchesSnapshot.md31 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ests.Generate_MultipleQueryHandlers_MatchesSnapshot.md40 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…erTests.Generate_NestedClassHandler_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ate_PartialQueryHandler_AcrossFiles_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…enerate_Should_EmitDirectory_When_SourceRootMatches.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ndlerTests.Generate_InternalHandler_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…_OmitSourceMetadata_When_EmitSourceMetadataDisabled.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ommandOfTResolution_ICommandGeneric_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…rate_Should_OmitDirectory_When_FileOutsideEveryRoot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ullAssemblyName_UsesAssemblyDefault_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…cTests.NoWarning_ClosedConcreteHandler_NoDiagnostic.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…Generate_CommandWithResponseHandler_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…rtialVoidCommandHandler_AcrossFiles_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ts.Generate_MultipleCommandHandlers_MatchesSnapshot.md31 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ts.Generate_MultipleCommandHandlers_MatchesSnapshot.md40 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ingMetadata_When_MediatorHandlerHasXmlDocumentation.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…meTests.Generate_ModuleWithOnlyName_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…r_When_TwoDifferentHandlerTypesImplementSameCommand.md32 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…r_When_TwoDifferentHandlerTypesImplementSameCommand.md41 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…rTests.Generate_PartialClassHandler_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL….Generate_SingleNotificationHandler_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…erate_HandlersInDifferentNamespaces_MatchesSnapshot.md31 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…erate_HandlersInDifferentNamespaces_MatchesSnapshot.md40 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…orTests.Generate_VoidCommandHandler_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…WithHyphen_UsesLastSegmentSanitized_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md36 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md45 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md54 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md63 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md72 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ts.Generate_ModuleFile_ContainsHandlerRegistrations.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…eneratorTests.Generate_QueryHandler_MatchesSnapshot.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…erTests.Generate_OpenGenericCommand_MatchesSnapshot.md31 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…izer_When_PartialHandlerRepeatsInterfaceOnBothParts.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ate_Should_OmitDirectory_When_NoSourceRootsProvided.md29 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…te_WarmUpMethod_WithAllHandlerTypes_MatchesSnapshot.md35 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…te_WarmUpMethod_WithAllHandlerTypes_MatchesSnapshot.md44 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…te_WarmUpMethod_WithAllHandlerTypes_MatchesSnapshot.md53 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…te_WarmUpMethod_WithAllHandlerTypes_MatchesSnapshot.md62 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ticTests.MO0002_CommandWithTwoHandlers_ReportsError.md32 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
CRITICAL…ticTests.MO0002_CommandWithTwoHandlers_ReportsError.md41 global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(CODE
180 more matches not shown…
Cross-File Repetition498 hits · 2490 pts
SeverityFileLineSnippetContext
HIGHwebsite/content/blog/2024-08-30-hot-chocolate-14.md0query($episode: episode!) { hero(episode: $episode) { name } }STRING
HIGH…re/test/Transport.Http.Tests/GraphQLHttpClientTests.cs0query($episode: episode!) { hero(episode: $episode) { name } }STRING
HIGH…test/Transport.Http.Tests/VariableBatchRequestTests.cs0query($episode: episode!) { hero(episode: $episode) { name } }STRING
HIGH…zureEventHubs.Tests/AzureEventHubsSubscriptionTests.cs0schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @fSTRING
HIGH…on.Subscriptions.Redis.Tests/RedisSubscriptionTests.cs0schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @fSTRING
HIGH…on.Subscriptions.Kafka.Tests/KafkaSubscriptionTests.cs0schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @fSTRING
HIGH…riptions.AmazonSqs.Tests/AmazonSqsSubscriptionTests.cs0schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @fSTRING
HIGH…sion.Subscriptions.NATS.Tests/NatsSubscriptionTests.cs0schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @fSTRING
HIGH…Fusion.Execution.Tests/InterfaceObjectPlanningTests.cs0type query { mediabyid(id: id!): media @lookup } interface media { id: id! title: string! } type book implements media @STRING
HIGH…n/Serialization/JsonOperationPlanSerializationTests.cs0type query { mediabyid(id: id!): media @lookup } interface media { id: id! title: string! } type book implements media @STRING
HIGH…n.Tests/SatisfiabilityValidatorInterfaceObjectTests.cs0type query { mediabyid(id: id!): media @lookup } interface media { id: id! title: string! } type book implements media @STRING
HIGH…n/test/Fusion.AspNetCore.Tests/InterfaceObjectTests.cs0type query { mediabyid(id: id!): media @lookup } interface media { id: id! title: string! } type book implements media @STRING
HIGH…Fusion.Execution.Tests/InterfaceObjectPlanningTests.cs0extend schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key"]) type query { a: node } interface STRING
HIGH…Federation.Tests/ApolloFederationCompatibilityTests.cs0extend schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key"]) type query { a: node } interface STRING
HIGH…ine.Tests/Commands/Fusion/FusionComposeCommandTests.cs0extend schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key"]) type query { a: node } interface STRING
HIGH…Fusion.Execution.Tests/InterfaceObjectPlanningTests.cs0extend schema @link( url: "https://specs.apollo.dev/federation/v2.6" import: ["@key", "@interfaceobject"]) type query { STRING
HIGH…Federation.Tests/ApolloFederationCompatibilityTests.cs0extend schema @link( url: "https://specs.apollo.dev/federation/v2.6" import: ["@key", "@interfaceobject"]) type query { STRING
HIGH…ine.Tests/Commands/Fusion/FusionComposeCommandTests.cs0extend schema @link( url: "https://specs.apollo.dev/federation/v2.6" import: ["@key", "@interfaceobject"]) type query { STRING
HIGH…tion.Tests/ApolloEntityInterfaceLookupPlanningTests.cs0schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typSTRING
HIGH…loFederation.Tests/EntityInterfaceKeyShareableTests.cs0schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typSTRING
HIGH…ration/DefaultGraphQLClientConfigurationParserTests.cs0schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typSTRING
HIGH…tion/Types/FusionSchemaDefinitionConnectorKindTests.cs0schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typSTRING
HIGH…loFederation.Tests/FederationSchemaTransformerTests.cs0schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typSTRING
HIGH…n/Serialization/JsonOperationPlanSerializationTests.cs0schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typSTRING
HIGH…xecution.Tests/Planning/RequirementCrossEntityTests.cs0# name: c schema { query: query } type query { feed: [post] postbyid(id: id! @is(field: "id")): post @lookup @internal }STRING
HIGH…ion.Execution.Tests/Planning/RequirementParityTests.cs0# name: c schema { query: query } type query { feed: [post] postbyid(id: id! @is(field: "id")): post @lookup @internal }STRING
HIGH…n.Execution.Tests/Planning/RequirementArgumentTests.cs0# name: c schema { query: query } type query { feed: [post] postbyid(id: id! @is(field: "id")): post @lookup @internal }STRING
HIGH…xecution.Tests/Planning/RequirementCrossEntityTests.cs0# name: d schema { query: query } type query { postbyid(id: id! @is(field: "id")): post @lookup @internal } type post @kSTRING
HIGH…ion.Execution.Tests/Planning/RequirementParityTests.cs0# name: d schema { query: query } type query { postbyid(id: id! @is(field: "id")): post @lookup @internal } type post @kSTRING
HIGH…n.Execution.Tests/Planning/RequirementArgumentTests.cs0# name: d schema { query: query } type query { postbyid(id: id! @is(field: "id")): post @lookup @internal } type post @kSTRING
HIGH…on.Execution.Tests/Planning/EventStreamPlannerTests.cs0subscription { oncreatereview { review { id body } cursor } }STRING
HIGH…ecution/Subscriptions/EventStreamLookupFailureTests.cs0subscription { oncreatereview { review { id body } cursor } }STRING
HIGH…xecution/Subscriptions/EventStreamEntityLookupTests.cs0subscription { oncreatereview { review { id body } cursor } }STRING
HIGH…tion/Subscriptions/EventStreamTransportFailureTests.cs0subscription { oncreatereview { review { id body } cursor } }STRING
HIGH…tCore.Tests/EventStreamEnrichmentErrorOverHttpTests.cs0subscription { oncreatereview { review { id body } cursor } }STRING
HIGH…ion.Execution.Tests/Planning/RequirementParityTests.cs0# name: products schema { query: query } type query { products: [product] } type product @key(fields: "upc") { upc: striSTRING
HIGH…usion.Execution.Tests/Planning/ProvidesPlannerTests.cs0# name: products schema { query: query } type query { products: [product] } type product @key(fields: "upc") { upc: striSTRING
HIGH…ution.Tests/Planning/PlannerAdvancedAdaptationTests.cs0# name: products schema { query: query } type query { products: [product] } type product @key(fields: "upc") { upc: striSTRING
HIGH…usion.Execution.Tests/Planning/ProvidesPlannerTests.cs0schema { query: query } type query { userbyid(id: id! @is(field: "id")): user @lookup @internal } type user @key(fields:STRING
HIGH…ution.Tests/Planning/PlannerAdvancedAdaptationTests.cs0schema { query: query } type query { userbyid(id: id! @is(field: "id")): user @lookup @internal } type user @key(fields:STRING
HIGH…e/Fusion/test/Fusion.AspNetCore.Tests/ProvidesTests.cs0schema { query: query } type query { userbyid(id: id! @is(field: "id")): user @lookup @internal } type user @key(fields:STRING
HIGH…usion.Execution.Tests/Planning/ProvidesPlannerTests.cs0schema { query: query } type query { productbyid(id: id! @is(field: "id")): product @lookup @internal } type product @keSTRING
HIGH…ts/Planning/InterfaceInheritanceLookupPlanningTests.cs0schema { query: query } type query { productbyid(id: id! @is(field: "id")): product @lookup @internal } type product @keSTRING
HIGH…e/Fusion/test/Fusion.AspNetCore.Tests/ProvidesTests.cs0schema { query: query } type query { productbyid(id: id! @is(field: "id")): product @lookup @internal } type product @keSTRING
HIGH…n.Tests/Planning/SelectionSetByTypePartitionerTests.cs0type query { node(id: id!): node @lookup } type brand implements node { id: id! name: string } interface node { id: id! STRING
HIGH…on.AspNetCore.Tests/GlobalObjectIdentificationTests.cs0type query { node(id: id!): node @lookup } type brand implements node { id: id! name: string } interface node { id: id! STRING
HIGH…usion/test/Fusion.AspNetCore.Tests/ConditionalTests.cs0type query { node(id: id!): node @lookup } type brand implements node { id: id! name: string } interface node { id: id! STRING
HIGH…est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs0type query { node(id: id!): node @lookup } type brand implements node { id: id! name: string } interface node { id: id! STRING
HIGH…on/test/Fusion.Execution.Tests/Planning/LookupTests.cs0# schema b schema { query: query } type query { products: [product] } type brand @key(fields: "id") { id: int! } type prSTRING
HIGH…st/Fusion.Execution.Tests/Planning/RequirementTests.cs0# schema b schema { query: query } type query { products: [product] } type brand @key(fields: "id") { id: int! } type prSTRING
HIGH…sion.Composition.Tests/SatisfiabilityValidatorTests.cs0# schema b schema { query: query } type query { products: [product] } type brand @key(fields: "id") { id: int! } type prSTRING
HIGH…on.Tests/Planning/OperationPlannerCancellationTests.cs0{ productbyslug(slug: "1") { id estimateddelivery(postcode: "12345") } }STRING
HIGH…ution.Tests/Planning/OperationPlannerGuardrailTests.cs0{ productbyslug(slug: "1") { id estimateddelivery(postcode: "12345") } }STRING
HIGH…on.Execution.Tests/Planning/PlannerEventSourceTests.cs0{ productbyslug(slug: "1") { id estimateddelivery(postcode: "12345") } }STRING
HIGH…n/Serialization/JsonOperationPlanSerializationTests.cs0{ productbyslug(slug: "1") { id estimateddelivery(postcode: "12345") } }STRING
HIGH…on.Tests/Planning/AbstractLookupFanoutPlanningTests.cs0{ search { ... on existingresult { asset { metertype { type } category { allowedmetertypes { type } } } } ... on configmSTRING
HIGH…n/Serialization/JsonOperationPlanSerializationTests.cs0{ search { ... on existingresult { asset { metertype { type } category { allowedmetertypes { type } } } } ... on configmSTRING
HIGH…late/Fusion/test/Fusion.AspNetCore.Tests/UnionTests.cs0{ search { ... on existingresult { asset { metertype { type } category { allowedmetertypes { type } } } } ... on configmSTRING
HIGH…lCoverage/UnionSiblingNestedLookupSupplementalTests.cs0{ search { ... on existingresult { asset { metertype { type } category { allowedmetertypes { type } } } } ... on configmSTRING
HIGH…on.Tests/Planning/AbstractLookupFanoutPlanningTests.cs0type query { assetbydbid(dbid: int!): asset @lookup @internal } type asset @key(fields: "dbid") { dbid: int! statusmessaSTRING
438 more matches not shown…
Synthetic Comment Markers68 hits · 510 pts
SeverityFileLineSnippetContext
HIGH…oFederation/Properties/FederationResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…omposition/Properties/CompositionResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ution.Types/Properties/FusionTypeResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…lities/Properties/FusionUtilitiesResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…cution/Properties/FusionExecutionResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…anguage/Properties/FusionLanguageResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…tAnalysis/Properties/CostAnalysisResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/Types.Mutable/Properties/MutableResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/AspNetCore/Properties/AspNetCoreResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…s/Properties/TransportAbstractionResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ore.Authorization/Properties/AuthResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…spNetCore/src/Transport.Http/HttpResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ine/Properties/AspNetCorePipelineResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ts.Client/Properties/SocketClientResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…tions/Properties/TypesAbstractionResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…te/Core/src/Types/Properties/TypeResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ore/src/Types/Properties/FetchingResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…colate/Core/src/Types/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ore/src/Types/Properties/TextJsonResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…es.Analyzers/Properties/SourceGenResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ffsetPagination/Properties/OffsetResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/Properties/ExecutionAbstractionsResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ypes.NodaTime/Properties/NodaTimeResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….Scalars.Upload/Properties/UploadResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ions.Postgres/Properties/PostgresResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…pes.Mutations/Properties/MutationResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…c/Subscriptions.Redis/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…src/Types.Errors/Properties/ErrorResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ubscriptions.InMemory/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ore/src/Subscriptions/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ate/Core/src/Types.Scalars/ScalarResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ubscriptions.Nats/Properties/NatsResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ions.RabbitMQ/Properties/RabbitMQResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…erializers.Newtonsoft/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…line/Properties/ExecutionPipelineResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ursorPagination/Properties/CursorResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…stractions/Properties/AbstractionResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…Authorization/Properties/AuthCoreResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…e/Core/src/Validation/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….Validation/Properties/ValidationResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…src/Language.Visitors/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…Language.Utf8/Properties/LangUtf8Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…c/Language.Web/Properties/LangWebResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…c/Language.SyntaxTree/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…oFederation/Properties/FederationResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/src/Types/Resources/MongoDbTypesResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…hocolate/MongoDb/src/Data/MongoDbResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…hocolate/Raven/src/Data/RavenDataResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/Primitives/Properties/PrimitivesResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…/src/Utilities/Properties/UtilityResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…tilities.Tasks/Properties/BuffersResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…lities.Buffers/Properties/BuffersResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…es.Introspection/Properties/IntroResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…bstractions/Properties/McpAdapterResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…colate/Marten/src/Data/MartenDataResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…ate/Spatial/src/Types/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…otChocolate/Spatial/src/Data/DataResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH….Core/Properties/CacheControlCoreResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…c/Caching/Properties/CacheControlResources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…mework/Properties/EntityFrameworkResources.Designer.cs3// This code was generated by a tool.COMMENT
8 more matches not shown…
Decorative Section Separators155 hits · 502 pts
SeverityFileLineSnippetContext
MEDIUMwebsite/content/docs/mocha/mediator/index.md390// ── Messages ────────────────────────────────────────COMMENT
MEDIUMwebsite/content/docs/mocha/mediator/index.md404// ── Handlers ────────────────────────────────────────COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh5# =============================================================================COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh14# =============================================================================COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh19# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh22# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh36# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh38# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh60# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh62# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh87# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh89# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh94# ---------------------------------------------------------------------------COMMENT
MEDIUM…c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh96# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh5# =============================================================================COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh15# =============================================================================COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh59# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh61# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh66# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh87# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh89# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh119# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh121# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh171# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh173# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh203# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh205# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh243# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh245# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh294# ---------------------------------------------------------------------------COMMENT
MEDIUM…Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh296# ---------------------------------------------------------------------------COMMENT
MEDIUM…Transport.InMemory.Tests/Behaviors/CorrelationTests.cs167 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…Transport.InMemory.Tests/Behaviors/CorrelationTests.cs169 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs304 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs306 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs389 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs391 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs471 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs473 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs13 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs15 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs35 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs37 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs59 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs61 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs100 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs102 // ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs169 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs171 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs231 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs233 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/Mocha/test/Mocha.Tests/Inbox/InboxIntegrationTests.cs180 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/Mocha/test/Mocha.Tests/Inbox/InboxIntegrationTests.cs182 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/Mocha/test/Mocha.Tests/Inbox/InboxIntegrationTests.cs225 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…/Mocha/test/Mocha.Tests/Inbox/InboxIntegrationTests.cs227 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs409 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs411 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs421 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs423 // ══════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs11 // ──────────────────────────────────────────────────────────────────────COMMENT
95 more matches not shown…
Structural Annotation Overuse43 hits · 48 pts
SeverityFileLineSnippetContext
LOW…docs/fusion/migration/coming-from-apollo-federation.md262### Step 1: Replace Apollo Packages with HotChocolateSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md310### Step 2: Convert Entity Resolution to LookupsSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md369### Step 3: Convert Field RequirementsSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md429### Step 4: Convert External Fields and ProvidesSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md460### Step 5: Handle Shared FieldsSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md487### Step 6: Create Schema SettingsSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md513### Step 7: Export the SchemaSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md527### Step 1: Create the Gateway ProjectSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md535### Step 2: Configure the GatewaySTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md560### Step 3: Set Up Header PropagationSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md600### Step 4: Compose and RunSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md646# Step 1: Upload the source schemaSTRING
LOW…docs/fusion/migration/coming-from-apollo-federation.md653# Step 2: Publish to trigger composition and deploy to a stageSTRING
LOW…cs/fusion/migration/migrating-from-schema-stitching.md73### Step 1: Convert Remote Schemas to Standalone SubgraphsCOMMENT
LOW…cs/fusion/migration/migrating-from-schema-stitching.md191### Step 2: Replace Schema Extensions with Entity StubsCOMMENT
LOW…cs/fusion/migration/migrating-from-schema-stitching.md264### Step 3: Replace the Stitching Gateway with a Fusion GatewaySTRING
LOW…cs/fusion/migration/migrating-from-schema-stitching.md333### Step 4: Compose Your SchemasSTRING
LOW…cs/fusion/migration/migrating-from-schema-stitching.md378### Step 5: Move Gateway-Side Logic to SubgraphsSTRING
LOW…cs/fusion/migration/migrating-from-schema-stitching.md392### Step 6: Verify and TestSTRING
LOW…hocolate/performance/automatic-persisted-operations.md26## Step 1: Create a GraphQL Server ProjectCOMMENT
LOW…hocolate/performance/automatic-persisted-operations.md46## Step 2: Configure Automatic Persisted OperationsCOMMENT
LOW…hocolate/performance/automatic-persisted-operations.md81## Step 3: Verify Server SetupCOMMENT
LOW…hocolate/performance/automatic-persisted-operations.md156## Step 4: Configure the Hashing AlgorithmCOMMENT
LOW…hocolate/performance/automatic-persisted-operations.md201## Step 5: Use a Persisted Operation Document StorageCOMMENT
LOW…site/content/docs/strawberryshake/get-started/index.md18# Step 1: Add the Strawberry Shake CLI toolsCOMMENT
LOW…site/content/docs/strawberryshake/get-started/index.md36# Step 2: Create a Blazor WebAssembly projectCOMMENT
LOW…site/content/docs/strawberryshake/get-started/index.md58# Step 3: Install the required packageCOMMENT
LOW…site/content/docs/strawberryshake/get-started/index.md68# Step 4: Add a GraphQL client to your project using the CLI toolsCOMMENT
LOW…site/content/docs/strawberryshake/get-started/index.md183# Step 5: Use the generated Razor component to display the dataCOMMENT
LOW…te/content/docs/strawberryshake/get-started/console.md17# Step 1: Add the Strawberry Shake CLI toolsCOMMENT
LOW…te/content/docs/strawberryshake/get-started/console.md35# Step 2: Create a console projectCOMMENT
LOW…te/content/docs/strawberryshake/get-started/console.md57# Step 3: Install the required packagesCOMMENT
LOW…te/content/docs/strawberryshake/get-started/console.md67# Step 4: Add a GraphQL client to your project using the CLI toolsCOMMENT
LOW…te/content/docs/strawberryshake/get-started/console.md159# Step 5: Use the ConferenceClient to perform a simple fetchCOMMENT
LOWwebsite/content/docs/nitro/apis/fusion.md88### Step 1: Install ChilliCream.Nitro PackageCOMMENT
LOWwebsite/content/docs/nitro/apis/fusion.md97### Step 2: Configure Services in StartupCOMMENT
LOWwebsite/content/docs/nitro/apis/fusion.md133### Step 3: Create a Subgraph Configuration FileCOMMENT
LOWwebsite/content/docs/nitro/apis/fusion.md153### Step 4: Pack your subgraph and compose your GatewayCOMMENT
LOWwebsite/content/docs/nitro/adapters/mcp.md72### Step 1: the GraphQL operationCOMMENT
LOWwebsite/content/docs/nitro/adapters/mcp.md105### Step 2: optional settingsCOMMENT
LOWwebsite/content/docs/nitro/adapters/mcp.md130### Step 3: an optional interactive viewCOMMENT
LOWsrc/Mocha/test/Mocha.Sagas.Tests/SagaExecutionTests.cs1184 // Step 1: Initial eventCOMMENT
LOWsrc/Mocha/test/Mocha.Sagas.Tests/SagaExecutionTests.cs1196 // Step 2: Process event (correlated)COMMENT
Hyper-Verbose Identifiers37 hits · 37 pts
SeverityFileLineSnippetContext
LOW…app/(content)/platform/continuous-integration/page.tsx3export default function ContinuousIntegrationPage() {CODE
LOWwebsite/content/docs/mocha/handlers-and-consumers.md147public class GetProductRequestHandler(AppDbContext db)CODE
LOWwebsite/src/helpers/nitroStructuredData.ts69export function createNitroOfferCatalogNode(CODE
LOWwebsite/src/nitro/lib/motion.tsx12export function useReducedMotionPreference(): boolean {CODE
LOW…/Fusion/test/Fusion.AspNetCore.Tests/FusionTestBase.cs449 private class MockResponseHandler(CODE
LOW…ressions/Handlers/QueryableSpatialBufferDataHandler.cs5public class QueryableSpatialBufferDataHandlerCODE
LOW…ssions/Handlers/QueryableSpatialGeometryDataHandler.cs5public class QueryableSpatialGeometryDataHandler : QueryableDataOperationHandlerCODE
LOW…ansport.Postgres.Tests/Behaviors/FaultHandlingTests.cs101 public sealed class ThrowingRequestHandler(MessageRecorder recorder)CODE
LOW…Mocha/test/Mocha.Mediator.Tests/ContextPoolingTests.cs165public sealed class PoolTestCommandWithResponseHandler : ICommandHandler<PoolTestCommandWithResponse, string>CODE
LOWsrc/Mocha/test/Mocha.Sagas.Tests/IntegrationTests.cs540 private sealed class TriggerRequestHandler : IEventRequestHandler<TriggerRequest, TriggerResponse>CODE
LOWsrc/Mocha/test/Mocha.Sagas.Tests/IntegrationTests.cs548 private sealed class SecondTriggerRequestHandlerCODE
LOWsrc/Mocha/test/Mocha.Sagas.Tests/IntegrationTests.cs559 private sealed class RecordingTriggerRequestHandler(MessageRecorder recorder)CODE
LOW…a/test/Mocha.Transport.InMemory.Tests/ReceivesTests.cs411file sealed class OrderStatusResponseHandler : IEventHandler<OrderStatusResponse>CODE
LOW…ansport.InMemory.Tests/Behaviors/FaultHandlingTests.cs93 public sealed class ThrowingRequestHandler(MessageRecorder recorder)CODE
LOW…ransport.InMemory.Tests/Behaviors/RequestReplyTests.cs247 public sealed class NullResponseHandler(MessageRecorder recorder)CODE
LOW…cha/test/Mocha.Tests/MessageTypes/InboundRouteTests.cs79 public sealed class RouteRequestHandler : IEventRequestHandler<RouteRequest, RouteResponse>CODE
LOWsrc/Mocha/test/Mocha.Tests/Faults/FaultHandlingTests.cs234 public sealed class ThrowingRequestHandler : IEventRequestHandler<TestRequest, TestResponse>CODE
LOW…wares/Receive/ReceiveInstrumentationMiddlewareTests.cs457 public sealed class InstrumentedRequestHandler(MessageRecorder recorder)CODE
LOW…ddlewares/Receive/ConcurrencyLimiterMiddlewareTests.cs460 private sealed class SlowRequestHandler(ConcurrencyTracker concurrencyTracker)CODE
LOW…sts/Middlewares/Receive/ReceiveFaultMiddlewareTests.cs555 public sealed class FaultTestRequestHandler(MessageRecorder recorder)CODE
LOW…sts/Middlewares/Receive/ReceiveFaultMiddlewareTests.cs565 public sealed class ThrowingFaultRequestHandler : IEventRequestHandler<FaultTestRequest, FaultTestResponse>CODE
LOW…ests/Descriptions/MessageBusDescriptionVisitorTests.cs119 public sealed class TestRequestHandler : IEventRequestHandler<TestRequest>CODE
LOW…test/Mocha.Tests/Descriptions/MessagingVisitorTests.cs538 public sealed class TestRequestHandler : IEventRequestHandler<TestRequest>CODE
LOW…Tests/IntegrationTests/ConsumerIntegrationTestsBase.cs114public sealed class NullResponseHandler(MessageRecorder recorder)CODE
LOW…Tests/IntegrationTests/ConsumerIntegrationTestsBase.cs134public sealed class ThrowingRequestHandler(MessageRecorder recorder)CODE
LOW…Mocha/test/Mocha.Tests/Telemetry/OpenTelemetryTests.cs949 public sealed class TracedRequestHandler(MessageRecorder recorder)CODE
LOW…ansport.RabbitMQ.Tests/Behaviors/FaultHandlingTests.cs103 public sealed class ThrowingRequestHandler(MessageRecorder recorder)CODE
LOW…ore.Tests/EntityFrameworkTransactionMiddlewareTests.cs310public class CreateItemWithResponseHandler(TestDbContext db) : ICommandHandler<CreateItemWithResponseCommand, int>CODE
LOW….AzureServiceBus.Tests/Behaviors/FaultHandlingTests.cs101 public sealed class ThrowingRequestHandler(MessageRecorder recorder)CODE
LOW…o.Shipping/Handlers/GetShipmentStatusRequestHandler.cs8public class GetShipmentStatusRequestHandler(ShippingDbContext db, ILogger<GetShipmentStatusRequestHandler> logger)CODE
LOW…Demo/Demo.Catalog/Handlers/GetProductRequestHandler.cs8public class GetProductRequestHandler(CatalogDbContext db, ILogger<GetProductRequestHandler> logger)CODE
LOW….OrderService/Handlers/GetOrderStatusRequestHandler.cs6public sealed class GetOrderStatusRequestHandlerCODE
LOW….OrderService/Handlers/CheckInventoryRequestHandler.cs6public sealed class CheckInventoryRequestHandler(ILogger<CheckInventoryRequestHandler> logger)CODE
LOW….OrderService/Handlers/GetOrderStatusRequestHandler.cs6public sealed class GetOrderStatusRequestHandlerCODE
LOW…ppingService/Handlers/PrepareShipmentRequestHandler.cs10public sealed class PrepareShipmentRequestHandler(CODE
LOW…ocha/benchmarks/PostgresBenchmark/PostgresBenchmark.cs315public sealed class BenchmarkRequestHandler : IEventRequestHandler<BenchmarkRequest, BenchmarkResponse>CODE
LOW…Mocha/src/Mocha.Hosting/Health/HealthRequestHandler.cs3internal sealed class HealthRequestHandler : IEventRequestHandler<HealthRequest, HealthResponse>CODE
Fake / Example Data31 hits · 33 pts
SeverityFileLineSnippetContext
LOWwebsite/content/docs/hotchocolate/server/files.md319 "name": "John Doe",CODE
LOWwebsite/src/components/BlogTeaser.stories.tsx39 author: "Jane Doe",CODE
LOWwebsite/src/components/training/FunBand.tsx10 "Real schemas, not lorem ipsum",CODE
LOWwebsite/src/design-system/Typography.stories.tsx45 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magCODE
LOWwebsite/src/design-system/Typography.stories.tsx45 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magCODE
LOW…sts/Suites/InterfaceObjectIndirectExtension/B/BData.cs9 public const string AuthorName = "John Doe";CODE
LOW…e/InterfaceObjectIndirectExtensionSupplementalTests.cs45 {"data":{"_entities":[{"authorName":"John Doe"}]}}STRING
LOW…ration.Compliance.Tests/OfficialAudit/v2-manifest.json1145 "authorName": "John Doe"CODE
LOWsrc/HotChocolate/Fusion/benchmarks/k6/no-recursion.js225 body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut laboreCODE
LOWsrc/HotChocolate/Fusion/benchmarks/k6/no-recursion.js225 body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut laboreCODE
LOWsrc/HotChocolate/Fusion/benchmarks/k6/no-recursion.js243 body: "sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquamCODE
LOWsrc/HotChocolate/Fusion/benchmarks/k6/no-recursion.js243 body: "sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquamCODE
LOWsrc/HotChocolate/Fusion/benchmarks/k6/no-recursion.js271 body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut laboreCODE
LOWsrc/HotChocolate/Fusion/benchmarks/k6/no-recursion.js271 body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut laboreCODE
LOWsrc/HotChocolate/Fusion/benchmarks/k6/no-recursion.js289 body: "sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquamCODE
LOWsrc/HotChocolate/Fusion/benchmarks/k6/no-recursion.js289 body: "sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquamCODE
LOW…Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs8 new() { Id = "1", AuthorId = "1", ProductUpc = "1", Body = "Lorem ipsum dolor sit amet, consectetur adipiscing eCODE
LOW…Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs8 new() { Id = "1", AuthorId = "1", ProductUpc = "1", Body = "Lorem ipsum dolor sit amet, consectetur adipiscing eCODE
LOW…Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs10 new() { Id = "3", AuthorId = "1", ProductUpc = "1", Body = "sed quia consequuntur magni dolores eos qui ratione CODE
LOW…Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs10 new() { Id = "3", AuthorId = "1", ProductUpc = "1", Body = "sed quia consequuntur magni dolores eos qui ratione CODE
LOW…Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs12 new() { Id = "5", AuthorId = "1", ProductUpc = "2", Body = "Lorem ipsum dolor sit amet, consectetur adipiscing eCODE
LOW…Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs12 new() { Id = "5", AuthorId = "1", ProductUpc = "2", Body = "Lorem ipsum dolor sit amet, consectetur adipiscing eCODE
LOW…Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs14 new() { Id = "7", AuthorId = "1", ProductUpc = "2", Body = "sed quia consequuntur magni dolores eos qui ratione CODE
LOW…Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs14 new() { Id = "7", AuthorId = "1", ProductUpc = "2", Body = "sed quia consequuntur magni dolores eos qui ratione CODE
LOW…n.Composition/ApolloFederation/GenerateLookupFields.cs271 "placeholder",CODE
LOW…rc/Fusion.Execution/Execution/OperationPlanExecutor.cs416 .SetMessage("placeholder")CODE
LOW…/Mutable/test/Types.Mutable.Tests/SchemaParserTests.cs328 author: String = "Lorem ipsum"CODE
LOW…/Mutable/test/Types.Mutable.Tests/SchemaParserTests.cs354 Assert.Equal("Lorem ipsum", authorField.DefaultValue.Value);STRING
LOW…ion/test/ApolloFederation.Tests/Issue6203ReproTests.cs36 "fullName": "Jane Doe"STRING
LOW….PostgreSQL.Tests/ComputedExpressionProjectionTests.cs60 "fullName": "Jane Doe"STRING
LOW…e/Data/test/Data.Projections.Tests/IntegrationTests.cs404 Assert.Equal("Jane Doe", enumerator.Current.GetProperty("fullName").GetString());CODE
AI Slop Vocabulary8 hits · 23 pts
SeverityFileLineSnippetContext
MEDIUMwebsite/src/components/home/ProtocolCards.tsx102 (#66be77) for a seamless join. */}CODE
MEDIUM.github/workflows/nitro-cli-e2e.yml68 # the way a harness without a session-start hook does. Only theCOMMENT
MEDIUM…ion/src/Fusion.Execution/Text/Json/JsonReaderHelper.cs40 // Essentially: JsonTokenType.Null - JsonValueType.NullCOMMENT
MEDIUM…ion/src/Fusion.Execution/Text/Json/JsonReaderHelper.cs99 // Essentially: JsonTokenType.Null - JsonValueType.NullCOMMENT
MEDIUM…Core/src/Types/Types/Directives/StreamDirectiveType.cs7/// backend can leverage technology such as asynchronous iterators to provide a partialCOMMENT
MEDIUM…ate/Core/src/Types/Types/Directives/StreamDirective.cs5/// backend can leverage technology such as asynchronous iterators to provide a partialCOMMENT
MEDIUM…pes/Types/Descriptors/Conventions/DescriptorContext.cs19/// Essentially, this is the schema building context.COMMENT
MEDIUM…te/Core/src/Types/Properties/TypeResources.Designer.cs2522 /// Looks up a localized string similar to The `@stream` directive may be provided for a field of `List` type COMMENT
Magic Placeholder Names4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHwebsite/content/docs/nitro/apis/operation-reporting.md29 x.ApiKey = "<<your-api-key>>";CODE
HIGHwebsite/content/docs/nitro/apis/client-registry.md98 x.ApiKey = "<<your-api-key>>";CODE
HIGH…tent/docs/nitro/open-telemetry/operation-monitoring.md41 x.ApiKey = "<<your-api-key>>";CODE
HIGHwebsite/content/docs/nitro/open-telemetry/logging.md60 x.ApiKey = "<<your-api-key>>";CODE
Modern AI Meta-Vocabulary5 hits · 14 pts
SeverityFileLineSnippetContext
MEDIUMwebsite/content/docs/mocha/index.md155## Saga orchestrationCOMMENT
MEDIUMwebsite/content/blog/2026-05-11-hot-chocolate-16.md289- **MCP**, a [Model Context Protocol](https://modelcontextprotocol.io/) server adapter that exposes GraphQL operations aCODE
MEDIUM…sion/src/Fusion.Execution/Planning/OperationPlanner.cs462 // exceeded any of the configured guardrails and throw if so.COMMENT
MEDIUM…c/Fusion.Execution/Planning/OperationPlannerOptions.cs5/// and planning guardrails.COMMENT
MEDIUM…njection/CoreFusionGatewayBuilderExtensions.Options.cs52 /// (planning guardrails such as max planning time, max expanded nodes, etc.).COMMENT
Verbosity Indicators3 hits · 4 pts
SeverityFileLineSnippetContext
LOW…s/Expressions/Handlers/QueryableDefaultFieldHandler.cs74 // we need to check if the previous value was a nullable value type. if it is a nullableCOMMENT
LOWsrc/Mocha/test/Mocha.Sagas.Tests/SagaExecutionTests.cs1184 // Step 1: Initial eventCOMMENT
LOWsrc/Mocha/test/Mocha.Sagas.Tests/SagaExecutionTests.cs1196 // Step 2: Process event (correlated)COMMENT
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOWsrc/HotChocolate/Fusion/benchmarks/k6/start-gateway.sh58# Check if gateway.far existsCOMMENT
LOW…c/HotChocolate/Fusion/benchmarks/k6/compare-results.sh13# Check if jq is availableCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/HotChocolate/Fusion/benchmarks/k6/start-review.sh9# Usage:COMMENT