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.
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).
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.
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.
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.
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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | website/src/components/Search.tsx | 21 | import { SearchIcon } from "@/src/icons/Search"; | COMMENT |
| LOW | src/Nullable.cs | 1 | #define INTERNAL_NULLABLE_ATTRIBUTES | COMMENT |
| LOW | …t/Fusion.Execution.Tests/Planning/DeferPlannerTests.cs | 901 | // assert | COMMENT |
| LOW | …t/Fusion.Execution.Tests/Planning/DeferPlannerTests.cs | 1121 | // assert | COMMENT |
| LOW | …t/Fusion.Execution.Tests/Planning/DeferPlannerTests.cs | 1821 | """); | COMMENT |
| LOW | ….Tests/Planning/InterfaceFieldOverridePlanningTests.cs | 1 | using HotChocolate.Fusion.Types; | COMMENT |
| LOW | …ptions/EventStreamBrokerServiceCollectionExtensions.cs | 1 | using HotChocolate.Fusion.Subscriptions; | COMMENT |
| LOW | …ptions/EventStreamBrokerServiceCollectionExtensions.cs | 21 | => services.AddInMemoryEventStreamBroker(broker: null); | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 441 | // [Fact] | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 461 | // | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 481 | // public async Task Inaccessible_Interface_Type_Cannot_Be_Used_In_Query() | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 501 | // var request = new OperationRequest( | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 521 | // { | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 541 | // """ | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 561 | // // arrange | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 581 | // { | COMMENT |
| LOW | …sion/test/Fusion.AspNetCore.Tests/InaccessibleTests.cs | 1001 | // } | COMMENT |
| LOW | …est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs | 1501 | // type Query { | COMMENT |
| LOW | …est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs | 1521 | // } | COMMENT |
| LOW | …est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs | 1541 | // } | COMMENT |
| LOW | …est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs | 1561 | // type Product { | COMMENT |
| LOW | …est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs | 1581 | // using var gateway = await CreateCompositeSchemaAsync( | COMMENT |
| LOW | …est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs | 1601 | // // assert | COMMENT |
| LOW | …est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs | 1621 | // """); | COMMENT |
| LOW | …est/Fusion.AspNetCore.Tests/v15/TransportErrorTests.cs | 1641 | // ]); | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 461 | // { | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 481 | // type Viewer { | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 501 | // name | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 521 | // viewer: Viewer | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 541 | // .UseDefaultPipeline() | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 561 | // // act | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 581 | // } | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 601 | // return default; | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 921 | // { | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 941 | // type Other { | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 961 | // } | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 981 | // type Query { | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 1001 | // .AddResolverMocking() | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 1021 | // } | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 1941 | COMMENT | |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 1961 | // | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 1981 | // id: ID! | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2001 | // var request = """ | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2021 | // Entity_Resolver_SubField_NonNull_EntryField_Nullable_Second_Service_Returns_TopLevel_Error_Without_Data() | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2041 | // var subgraphB = await TestSubgraph.CreateAsync(builder => builder | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2061 | // context.Result = | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2081 | // var result = await executor.ExecuteAsync(request); | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2101 | // price: Float! | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2121 | // interface Node { | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2141 | // name | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2161 | // .AddDocumentFromString( | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2181 | // context.Result = | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2201 | // """ | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2221 | // MatchMarkdownSnapshot(request, result); | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2241 | // | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2261 | // | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2281 | // score | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2301 | // type Query { | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2321 | // return default; | COMMENT |
| LOW | …test/Fusion.AspNetCore.Tests/v15/SubgraphErrorTests.cs | 2341 | // | COMMENT |
| 5065 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …sion/src/Fusion.Execution/Planning/OperationPlanner.cs | 828 | comparison = leftOperationStep.Definition.SelectionSet.Selections.Count.CompareTo( | CODE |
| CRITICAL | …late/Fusion/src/Fusion.Execution/Planning/PlanQueue.cs | 663 | : workItem.Selection.Field.Sources.Schemas.OrderBy(static t => t, StringComparer.Ordinal).ToImmutableArr | CODE |
| CRITICAL | …xecution/Pipeline/WritePersistedOperationMiddleware.cs | 47 | && context.Request.Extensions.Document.RootElement.TryGetProperty(PersistedQuery, out var settings) | CODE |
| CRITICAL | …ests.MO0002_VoidCommandWithTwoHandlers_ReportsError.md | 32 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ests.MO0002_VoidCommandWithTwoHandlers_ReportsError.md | 41 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …Tests.NoWarning_SingleHandlerInterface_NoDiagnostic.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …andVoidResolution_ICommandInterface_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …MultipleHandlersForSameNotification_MatchesSnapshot.md | 30 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …MultipleHandlersForSameNotification_MatchesSnapshot.md | 39 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …rtialNotificationHandlerRepeatsInterfaceOnBothParts.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …_PreferSourceControlledRoot_When_MultipleRootsMatch.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …uld_EmitRepositoryUrlAndCommit_When_ProvidedByBuild.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …hAllHandlerTypes_AllSymbolsResolved_MatchesSnapshot.md | 35 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …hAllHandlerTypes_AllSymbolsResolved_MatchesSnapshot.md | 44 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …hAllHandlerTypes_AllSymbolsResolved_MatchesSnapshot.md | 53 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …hAllHandlerTypes_AllSymbolsResolved_MatchesSnapshot.md | 62 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …Should_EmitEmptyDirectory_When_FileAtRepositoryRoot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ould_EmitDirectory_When_SourceRootMappedPathMatches.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …leTests.Generate_DottedAssemblyName_UsesLastSegment.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ests.Generate_MultipleQueryHandlers_MatchesSnapshot.md | 31 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ests.Generate_MultipleQueryHandlers_MatchesSnapshot.md | 40 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …erTests.Generate_NestedClassHandler_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ate_PartialQueryHandler_AcrossFiles_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …enerate_Should_EmitDirectory_When_SourceRootMatches.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ndlerTests.Generate_InternalHandler_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …_OmitSourceMetadata_When_EmitSourceMetadataDisabled.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ommandOfTResolution_ICommandGeneric_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …rate_Should_OmitDirectory_When_FileOutsideEveryRoot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ullAssemblyName_UsesAssemblyDefault_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …cTests.NoWarning_ClosedConcreteHandler_NoDiagnostic.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …Generate_CommandWithResponseHandler_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …rtialVoidCommandHandler_AcrossFiles_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ts.Generate_MultipleCommandHandlers_MatchesSnapshot.md | 31 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ts.Generate_MultipleCommandHandlers_MatchesSnapshot.md | 40 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ingMetadata_When_MediatorHandlerHasXmlDocumentation.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …meTests.Generate_ModuleWithOnlyName_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …r_When_TwoDifferentHandlerTypesImplementSameCommand.md | 32 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …r_When_TwoDifferentHandlerTypesImplementSameCommand.md | 41 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …rTests.Generate_PartialClassHandler_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | ….Generate_SingleNotificationHandler_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …erate_HandlersInDifferentNamespaces_MatchesSnapshot.md | 31 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …erate_HandlersInDifferentNamespaces_MatchesSnapshot.md | 40 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …orTests.Generate_VoidCommandHandler_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …WithHyphen_UsesLastSegmentSanitized_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md | 36 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md | 45 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md | 54 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md | 63 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …ratorTests.Generate_AllHandlerTypes_MatchesSnapshot.md | 72 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ts.Generate_ModuleFile_ContainsHandlerRegistrations.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …eneratorTests.Generate_QueryHandler_MatchesSnapshot.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …erTests.Generate_OpenGenericCommand_MatchesSnapshot.md | 31 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …izer_When_PartialHandlerRepeatsInterfaceOnBothParts.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ate_Should_OmitDirectory_When_NoSourceRootsProvided.md | 29 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …te_WarmUpMethod_WithAllHandlerTypes_MatchesSnapshot.md | 35 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …te_WarmUpMethod_WithAllHandlerTypes_MatchesSnapshot.md | 44 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …te_WarmUpMethod_WithAllHandlerTypes_MatchesSnapshot.md | 53 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL⚡ | …te_WarmUpMethod_WithAllHandlerTypes_MatchesSnapshot.md | 62 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ticTests.MO0002_CommandWithTwoHandlers_ReportsError.md | 32 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| CRITICAL | …ticTests.MO0002_CommandWithTwoHandlers_ReportsError.md | 41 | global::Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd( | CODE |
| 180 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | website/content/blog/2024-08-30-hot-chocolate-14.md | 0 | query($episode: episode!) { hero(episode: $episode) { name } } | STRING |
| HIGH | …re/test/Transport.Http.Tests/GraphQLHttpClientTests.cs | 0 | query($episode: episode!) { hero(episode: $episode) { name } } | STRING |
| HIGH | …test/Transport.Http.Tests/VariableBatchRequestTests.cs | 0 | query($episode: episode!) { hero(episode: $episode) { name } } | STRING |
| HIGH | …zureEventHubs.Tests/AzureEventHubsSubscriptionTests.cs | 0 | schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @f | STRING |
| HIGH | …on.Subscriptions.Redis.Tests/RedisSubscriptionTests.cs | 0 | schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @f | STRING |
| HIGH | …on.Subscriptions.Kafka.Tests/KafkaSubscriptionTests.cs | 0 | schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @f | STRING |
| HIGH | …riptions.AmazonSqs.Tests/AmazonSqsSubscriptionTests.cs | 0 | schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @f | STRING |
| HIGH | …sion.Subscriptions.NATS.Tests/NatsSubscriptionTests.cs | 0 | schema { query: query subscription: subscription } type query @fusion__type(schema: books) { bookbyid(id: int!): book @f | STRING |
| HIGH | …Fusion.Execution.Tests/InterfaceObjectPlanningTests.cs | 0 | type query { mediabyid(id: id!): media @lookup } interface media { id: id! title: string! } type book implements media @ | STRING |
| HIGH | …n/Serialization/JsonOperationPlanSerializationTests.cs | 0 | type query { mediabyid(id: id!): media @lookup } interface media { id: id! title: string! } type book implements media @ | STRING |
| HIGH | …n.Tests/SatisfiabilityValidatorInterfaceObjectTests.cs | 0 | type query { mediabyid(id: id!): media @lookup } interface media { id: id! title: string! } type book implements media @ | STRING |
| HIGH | …n/test/Fusion.AspNetCore.Tests/InterfaceObjectTests.cs | 0 | type query { mediabyid(id: id!): media @lookup } interface media { id: id! title: string! } type book implements media @ | STRING |
| HIGH | …Fusion.Execution.Tests/InterfaceObjectPlanningTests.cs | 0 | extend schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key"]) type query { a: node } interface | STRING |
| HIGH | …Federation.Tests/ApolloFederationCompatibilityTests.cs | 0 | extend schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key"]) type query { a: node } interface | STRING |
| HIGH | …ine.Tests/Commands/Fusion/FusionComposeCommandTests.cs | 0 | extend schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key"]) type query { a: node } interface | STRING |
| HIGH | …Fusion.Execution.Tests/InterfaceObjectPlanningTests.cs | 0 | extend schema @link( url: "https://specs.apollo.dev/federation/v2.6" import: ["@key", "@interfaceobject"]) type query { | STRING |
| HIGH | …Federation.Tests/ApolloFederationCompatibilityTests.cs | 0 | extend schema @link( url: "https://specs.apollo.dev/federation/v2.6" import: ["@key", "@interfaceobject"]) type query { | STRING |
| HIGH | …ine.Tests/Commands/Fusion/FusionComposeCommandTests.cs | 0 | extend schema @link( url: "https://specs.apollo.dev/federation/v2.6" import: ["@key", "@interfaceobject"]) type query { | STRING |
| HIGH | …tion.Tests/ApolloEntityInterfaceLookupPlanningTests.cs | 0 | schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typ | STRING |
| HIGH | …loFederation.Tests/EntityInterfaceKeyShareableTests.cs | 0 | schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typ | STRING |
| HIGH | …ration/DefaultGraphQLClientConfigurationParserTests.cs | 0 | schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typ | STRING |
| HIGH | …tion/Types/FusionSchemaDefinitionConnectorKindTests.cs | 0 | schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typ | STRING |
| HIGH | …loFederation.Tests/FederationSchemaTransformerTests.cs | 0 | schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typ | STRING |
| HIGH | …n/Serialization/JsonOperationPlanSerializationTests.cs | 0 | schema @link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@interfaceobject"]) { query: query } typ | STRING |
| HIGH | …xecution.Tests/Planning/RequirementCrossEntityTests.cs | 0 | # 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.cs | 0 | # 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.cs | 0 | # name: c schema { query: query } type query { feed: [post] postbyid(id: id! @is(field: "id")): post @lookup @internal } | STRING |
| HIGH | …xecution.Tests/Planning/RequirementCrossEntityTests.cs | 0 | # name: d schema { query: query } type query { postbyid(id: id! @is(field: "id")): post @lookup @internal } type post @k | STRING |
| HIGH | …ion.Execution.Tests/Planning/RequirementParityTests.cs | 0 | # name: d schema { query: query } type query { postbyid(id: id! @is(field: "id")): post @lookup @internal } type post @k | STRING |
| HIGH | …n.Execution.Tests/Planning/RequirementArgumentTests.cs | 0 | # name: d schema { query: query } type query { postbyid(id: id! @is(field: "id")): post @lookup @internal } type post @k | STRING |
| HIGH | …on.Execution.Tests/Planning/EventStreamPlannerTests.cs | 0 | subscription { oncreatereview { review { id body } cursor } } | STRING |
| HIGH | …ecution/Subscriptions/EventStreamLookupFailureTests.cs | 0 | subscription { oncreatereview { review { id body } cursor } } | STRING |
| HIGH | …xecution/Subscriptions/EventStreamEntityLookupTests.cs | 0 | subscription { oncreatereview { review { id body } cursor } } | STRING |
| HIGH | …tion/Subscriptions/EventStreamTransportFailureTests.cs | 0 | subscription { oncreatereview { review { id body } cursor } } | STRING |
| HIGH | …tCore.Tests/EventStreamEnrichmentErrorOverHttpTests.cs | 0 | subscription { oncreatereview { review { id body } cursor } } | STRING |
| HIGH | …ion.Execution.Tests/Planning/RequirementParityTests.cs | 0 | # name: products schema { query: query } type query { products: [product] } type product @key(fields: "upc") { upc: stri | STRING |
| HIGH | …usion.Execution.Tests/Planning/ProvidesPlannerTests.cs | 0 | # name: products schema { query: query } type query { products: [product] } type product @key(fields: "upc") { upc: stri | STRING |
| HIGH | …ution.Tests/Planning/PlannerAdvancedAdaptationTests.cs | 0 | # name: products schema { query: query } type query { products: [product] } type product @key(fields: "upc") { upc: stri | STRING |
| HIGH | …usion.Execution.Tests/Planning/ProvidesPlannerTests.cs | 0 | schema { query: query } type query { userbyid(id: id! @is(field: "id")): user @lookup @internal } type user @key(fields: | STRING |
| HIGH | …ution.Tests/Planning/PlannerAdvancedAdaptationTests.cs | 0 | schema { 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.cs | 0 | schema { query: query } type query { userbyid(id: id! @is(field: "id")): user @lookup @internal } type user @key(fields: | STRING |
| HIGH | …usion.Execution.Tests/Planning/ProvidesPlannerTests.cs | 0 | schema { query: query } type query { productbyid(id: id! @is(field: "id")): product @lookup @internal } type product @ke | STRING |
| HIGH | …ts/Planning/InterfaceInheritanceLookupPlanningTests.cs | 0 | schema { query: query } type query { productbyid(id: id! @is(field: "id")): product @lookup @internal } type product @ke | STRING |
| HIGH | …e/Fusion/test/Fusion.AspNetCore.Tests/ProvidesTests.cs | 0 | schema { query: query } type query { productbyid(id: id! @is(field: "id")): product @lookup @internal } type product @ke | STRING |
| HIGH | …n.Tests/Planning/SelectionSetByTypePartitionerTests.cs | 0 | type query { node(id: id!): node @lookup } type brand implements node { id: id! name: string } interface node { id: id! | STRING |
| HIGH | …on.AspNetCore.Tests/GlobalObjectIdentificationTests.cs | 0 | type 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.cs | 0 | type 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.cs | 0 | type 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.cs | 0 | # schema b schema { query: query } type query { products: [product] } type brand @key(fields: "id") { id: int! } type pr | STRING |
| HIGH | …st/Fusion.Execution.Tests/Planning/RequirementTests.cs | 0 | # schema b schema { query: query } type query { products: [product] } type brand @key(fields: "id") { id: int! } type pr | STRING |
| HIGH | …sion.Composition.Tests/SatisfiabilityValidatorTests.cs | 0 | # schema b schema { query: query } type query { products: [product] } type brand @key(fields: "id") { id: int! } type pr | STRING |
| HIGH | …on.Tests/Planning/OperationPlannerCancellationTests.cs | 0 | { productbyslug(slug: "1") { id estimateddelivery(postcode: "12345") } } | STRING |
| HIGH | …ution.Tests/Planning/OperationPlannerGuardrailTests.cs | 0 | { productbyslug(slug: "1") { id estimateddelivery(postcode: "12345") } } | STRING |
| HIGH | …on.Execution.Tests/Planning/PlannerEventSourceTests.cs | 0 | { productbyslug(slug: "1") { id estimateddelivery(postcode: "12345") } } | STRING |
| HIGH | …n/Serialization/JsonOperationPlanSerializationTests.cs | 0 | { productbyslug(slug: "1") { id estimateddelivery(postcode: "12345") } } | STRING |
| HIGH | …on.Tests/Planning/AbstractLookupFanoutPlanningTests.cs | 0 | { search { ... on existingresult { asset { metertype { type } category { allowedmetertypes { type } } } } ... on configm | STRING |
| HIGH | …n/Serialization/JsonOperationPlanSerializationTests.cs | 0 | { search { ... on existingresult { asset { metertype { type } category { allowedmetertypes { type } } } } ... on configm | STRING |
| HIGH | …late/Fusion/test/Fusion.AspNetCore.Tests/UnionTests.cs | 0 | { search { ... on existingresult { asset { metertype { type } category { allowedmetertypes { type } } } } ... on configm | STRING |
| HIGH | …lCoverage/UnionSiblingNestedLookupSupplementalTests.cs | 0 | { search { ... on existingresult { asset { metertype { type } category { allowedmetertypes { type } } } } ... on configm | STRING |
| HIGH | …on.Tests/Planning/AbstractLookupFanoutPlanningTests.cs | 0 | type query { assetbydbid(dbid: int!): asset @lookup @internal } type asset @key(fields: "dbid") { dbid: int! statusmessa | STRING |
| 438 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …oFederation/Properties/FederationResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …omposition/Properties/CompositionResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ution.Types/Properties/FusionTypeResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …lities/Properties/FusionUtilitiesResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …cution/Properties/FusionExecutionResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …anguage/Properties/FusionLanguageResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …tAnalysis/Properties/CostAnalysisResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …/Types.Mutable/Properties/MutableResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …/AspNetCore/Properties/AspNetCoreResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …s/Properties/TransportAbstractionResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ore.Authorization/Properties/AuthResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …spNetCore/src/Transport.Http/HttpResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ine/Properties/AspNetCorePipelineResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ts.Client/Properties/SocketClientResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …tions/Properties/TypesAbstractionResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …te/Core/src/Types/Properties/TypeResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ore/src/Types/Properties/FetchingResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …colate/Core/src/Types/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ore/src/Types/Properties/TextJsonResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …es.Analyzers/Properties/SourceGenResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ffsetPagination/Properties/OffsetResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …/Properties/ExecutionAbstractionsResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ypes.NodaTime/Properties/NodaTimeResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | ….Scalars.Upload/Properties/UploadResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ions.Postgres/Properties/PostgresResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …pes.Mutations/Properties/MutationResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …c/Subscriptions.Redis/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …src/Types.Errors/Properties/ErrorResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ubscriptions.InMemory/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ore/src/Subscriptions/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ate/Core/src/Types.Scalars/ScalarResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ubscriptions.Nats/Properties/NatsResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ions.RabbitMQ/Properties/RabbitMQResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …erializers.Newtonsoft/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …line/Properties/ExecutionPipelineResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ursorPagination/Properties/CursorResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …stractions/Properties/AbstractionResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Authorization/Properties/AuthCoreResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …e/Core/src/Validation/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | ….Validation/Properties/ValidationResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …src/Language.Visitors/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Language.Utf8/Properties/LangUtf8Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …c/Language.Web/Properties/LangWebResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …c/Language.SyntaxTree/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …oFederation/Properties/FederationResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …/src/Types/Resources/MongoDbTypesResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …hocolate/MongoDb/src/Data/MongoDbResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …hocolate/Raven/src/Data/RavenDataResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …/Primitives/Properties/PrimitivesResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …/src/Utilities/Properties/UtilityResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …tilities.Tasks/Properties/BuffersResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …lities.Buffers/Properties/BuffersResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …es.Introspection/Properties/IntroResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …bstractions/Properties/McpAdapterResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …colate/Marten/src/Data/MartenDataResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ate/Spatial/src/Types/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …otChocolate/Spatial/src/Data/DataResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | ….Core/Properties/CacheControlCoreResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …c/Caching/Properties/CacheControlResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …mework/Properties/EntityFrameworkResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| 8 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | website/content/docs/mocha/mediator/index.md | 390 | // ── Messages ──────────────────────────────────────── | COMMENT |
| MEDIUM | website/content/docs/mocha/mediator/index.md | 404 | // ── Handlers ──────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 5 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 14 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 19 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 22 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 36 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 38 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 60 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 62 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 87 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 89 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 94 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …c/HotChocolate/Fusion/benchmarks/k6/generate-report.sh | 96 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 5 | # ============================================================================= | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 15 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 59 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 61 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 66 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 87 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 89 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 119 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 121 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 171 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 173 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 203 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 205 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 243 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 245 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 294 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Chocolate/Fusion/benchmarks/k6/run-single-benchmark.sh | 296 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …Transport.InMemory.Tests/Behaviors/CorrelationTests.cs | 167 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …Transport.InMemory.Tests/Behaviors/CorrelationTests.cs | 169 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs | 304 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs | 306 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs | 389 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs | 391 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs | 471 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …Mocha.Transport.InMemory.Tests/Behaviors/InboxTests.cs | 473 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 13 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 15 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 35 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 37 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 59 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 61 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 100 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 102 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 169 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 171 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 231 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …ocha/test/Mocha.Tests/Outbox/OutboxIntegrationTests.cs | 233 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/Mocha/test/Mocha.Tests/Inbox/InboxIntegrationTests.cs | 180 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/Mocha/test/Mocha.Tests/Inbox/InboxIntegrationTests.cs | 182 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/Mocha/test/Mocha.Tests/Inbox/InboxIntegrationTests.cs | 225 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …/Mocha/test/Mocha.Tests/Inbox/InboxIntegrationTests.cs | 227 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs | 409 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs | 411 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs | 421 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs | 423 | // ══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | …st/Mocha.Tests/Sagas/SagaMessageBusIntegrationTests.cs | 11 | // ────────────────────────────────────────────────────────────────────── | COMMENT |
| 95 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 262 | ### Step 1: Replace Apollo Packages with HotChocolate | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 310 | ### Step 2: Convert Entity Resolution to Lookups | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 369 | ### Step 3: Convert Field Requirements | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 429 | ### Step 4: Convert External Fields and Provides | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 460 | ### Step 5: Handle Shared Fields | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 487 | ### Step 6: Create Schema Settings | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 513 | ### Step 7: Export the Schema | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 527 | ### Step 1: Create the Gateway Project | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 535 | ### Step 2: Configure the Gateway | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 560 | ### Step 3: Set Up Header Propagation | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 600 | ### Step 4: Compose and Run | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 646 | # Step 1: Upload the source schema | STRING |
| LOW | …docs/fusion/migration/coming-from-apollo-federation.md | 653 | # Step 2: Publish to trigger composition and deploy to a stage | STRING |
| LOW | …cs/fusion/migration/migrating-from-schema-stitching.md | 73 | ### Step 1: Convert Remote Schemas to Standalone Subgraphs | COMMENT |
| LOW | …cs/fusion/migration/migrating-from-schema-stitching.md | 191 | ### Step 2: Replace Schema Extensions with Entity Stubs | COMMENT |
| LOW | …cs/fusion/migration/migrating-from-schema-stitching.md | 264 | ### Step 3: Replace the Stitching Gateway with a Fusion Gateway | STRING |
| LOW | …cs/fusion/migration/migrating-from-schema-stitching.md | 333 | ### Step 4: Compose Your Schemas | STRING |
| LOW | …cs/fusion/migration/migrating-from-schema-stitching.md | 378 | ### Step 5: Move Gateway-Side Logic to Subgraphs | STRING |
| LOW | …cs/fusion/migration/migrating-from-schema-stitching.md | 392 | ### Step 6: Verify and Test | STRING |
| LOW | …hocolate/performance/automatic-persisted-operations.md | 26 | ## Step 1: Create a GraphQL Server Project | COMMENT |
| LOW | …hocolate/performance/automatic-persisted-operations.md | 46 | ## Step 2: Configure Automatic Persisted Operations | COMMENT |
| LOW | …hocolate/performance/automatic-persisted-operations.md | 81 | ## Step 3: Verify Server Setup | COMMENT |
| LOW | …hocolate/performance/automatic-persisted-operations.md | 156 | ## Step 4: Configure the Hashing Algorithm | COMMENT |
| LOW | …hocolate/performance/automatic-persisted-operations.md | 201 | ## Step 5: Use a Persisted Operation Document Storage | COMMENT |
| LOW | …site/content/docs/strawberryshake/get-started/index.md | 18 | # Step 1: Add the Strawberry Shake CLI tools | COMMENT |
| LOW | …site/content/docs/strawberryshake/get-started/index.md | 36 | # Step 2: Create a Blazor WebAssembly project | COMMENT |
| LOW | …site/content/docs/strawberryshake/get-started/index.md | 58 | # Step 3: Install the required package | COMMENT |
| LOW | …site/content/docs/strawberryshake/get-started/index.md | 68 | # Step 4: Add a GraphQL client to your project using the CLI tools | COMMENT |
| LOW | …site/content/docs/strawberryshake/get-started/index.md | 183 | # Step 5: Use the generated Razor component to display the data | COMMENT |
| LOW | …te/content/docs/strawberryshake/get-started/console.md | 17 | # Step 1: Add the Strawberry Shake CLI tools | COMMENT |
| LOW | …te/content/docs/strawberryshake/get-started/console.md | 35 | # Step 2: Create a console project | COMMENT |
| LOW | …te/content/docs/strawberryshake/get-started/console.md | 57 | # Step 3: Install the required packages | COMMENT |
| LOW | …te/content/docs/strawberryshake/get-started/console.md | 67 | # Step 4: Add a GraphQL client to your project using the CLI tools | COMMENT |
| LOW | …te/content/docs/strawberryshake/get-started/console.md | 159 | # Step 5: Use the ConferenceClient to perform a simple fetch | COMMENT |
| LOW | website/content/docs/nitro/apis/fusion.md | 88 | ### Step 1: Install ChilliCream.Nitro Package | COMMENT |
| LOW | website/content/docs/nitro/apis/fusion.md | 97 | ### Step 2: Configure Services in Startup | COMMENT |
| LOW | website/content/docs/nitro/apis/fusion.md | 133 | ### Step 3: Create a Subgraph Configuration File | COMMENT |
| LOW | website/content/docs/nitro/apis/fusion.md | 153 | ### Step 4: Pack your subgraph and compose your Gateway | COMMENT |
| LOW | website/content/docs/nitro/adapters/mcp.md | 72 | ### Step 1: the GraphQL operation | COMMENT |
| LOW | website/content/docs/nitro/adapters/mcp.md | 105 | ### Step 2: optional settings | COMMENT |
| LOW | website/content/docs/nitro/adapters/mcp.md | 130 | ### Step 3: an optional interactive view | COMMENT |
| LOW | src/Mocha/test/Mocha.Sagas.Tests/SagaExecutionTests.cs | 1184 | // Step 1: Initial event | COMMENT |
| LOW | src/Mocha/test/Mocha.Sagas.Tests/SagaExecutionTests.cs | 1196 | // Step 2: Process event (correlated) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …app/(content)/platform/continuous-integration/page.tsx | 3 | export default function ContinuousIntegrationPage() { | CODE |
| LOW | website/content/docs/mocha/handlers-and-consumers.md | 147 | public class GetProductRequestHandler(AppDbContext db) | CODE |
| LOW | website/src/helpers/nitroStructuredData.ts | 69 | export function createNitroOfferCatalogNode( | CODE |
| LOW | website/src/nitro/lib/motion.tsx | 12 | export function useReducedMotionPreference(): boolean { | CODE |
| LOW | …/Fusion/test/Fusion.AspNetCore.Tests/FusionTestBase.cs | 449 | private class MockResponseHandler( | CODE |
| LOW | …ressions/Handlers/QueryableSpatialBufferDataHandler.cs | 5 | public class QueryableSpatialBufferDataHandler | CODE |
| LOW | …ssions/Handlers/QueryableSpatialGeometryDataHandler.cs | 5 | public class QueryableSpatialGeometryDataHandler : QueryableDataOperationHandler | CODE |
| LOW | …ansport.Postgres.Tests/Behaviors/FaultHandlingTests.cs | 101 | public sealed class ThrowingRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …Mocha/test/Mocha.Mediator.Tests/ContextPoolingTests.cs | 165 | public sealed class PoolTestCommandWithResponseHandler : ICommandHandler<PoolTestCommandWithResponse, string> | CODE |
| LOW | src/Mocha/test/Mocha.Sagas.Tests/IntegrationTests.cs | 540 | private sealed class TriggerRequestHandler : IEventRequestHandler<TriggerRequest, TriggerResponse> | CODE |
| LOW | src/Mocha/test/Mocha.Sagas.Tests/IntegrationTests.cs | 548 | private sealed class SecondTriggerRequestHandler | CODE |
| LOW | src/Mocha/test/Mocha.Sagas.Tests/IntegrationTests.cs | 559 | private sealed class RecordingTriggerRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …a/test/Mocha.Transport.InMemory.Tests/ReceivesTests.cs | 411 | file sealed class OrderStatusResponseHandler : IEventHandler<OrderStatusResponse> | CODE |
| LOW | …ansport.InMemory.Tests/Behaviors/FaultHandlingTests.cs | 93 | public sealed class ThrowingRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …ransport.InMemory.Tests/Behaviors/RequestReplyTests.cs | 247 | public sealed class NullResponseHandler(MessageRecorder recorder) | CODE |
| LOW | …cha/test/Mocha.Tests/MessageTypes/InboundRouteTests.cs | 79 | public sealed class RouteRequestHandler : IEventRequestHandler<RouteRequest, RouteResponse> | CODE |
| LOW | src/Mocha/test/Mocha.Tests/Faults/FaultHandlingTests.cs | 234 | public sealed class ThrowingRequestHandler : IEventRequestHandler<TestRequest, TestResponse> | CODE |
| LOW | …wares/Receive/ReceiveInstrumentationMiddlewareTests.cs | 457 | public sealed class InstrumentedRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …ddlewares/Receive/ConcurrencyLimiterMiddlewareTests.cs | 460 | private sealed class SlowRequestHandler(ConcurrencyTracker concurrencyTracker) | CODE |
| LOW | …sts/Middlewares/Receive/ReceiveFaultMiddlewareTests.cs | 555 | public sealed class FaultTestRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …sts/Middlewares/Receive/ReceiveFaultMiddlewareTests.cs | 565 | public sealed class ThrowingFaultRequestHandler : IEventRequestHandler<FaultTestRequest, FaultTestResponse> | CODE |
| LOW | …ests/Descriptions/MessageBusDescriptionVisitorTests.cs | 119 | public sealed class TestRequestHandler : IEventRequestHandler<TestRequest> | CODE |
| LOW | …test/Mocha.Tests/Descriptions/MessagingVisitorTests.cs | 538 | public sealed class TestRequestHandler : IEventRequestHandler<TestRequest> | CODE |
| LOW | …Tests/IntegrationTests/ConsumerIntegrationTestsBase.cs | 114 | public sealed class NullResponseHandler(MessageRecorder recorder) | CODE |
| LOW | …Tests/IntegrationTests/ConsumerIntegrationTestsBase.cs | 134 | public sealed class ThrowingRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …Mocha/test/Mocha.Tests/Telemetry/OpenTelemetryTests.cs | 949 | public sealed class TracedRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …ansport.RabbitMQ.Tests/Behaviors/FaultHandlingTests.cs | 103 | public sealed class ThrowingRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …ore.Tests/EntityFrameworkTransactionMiddlewareTests.cs | 310 | public class CreateItemWithResponseHandler(TestDbContext db) : ICommandHandler<CreateItemWithResponseCommand, int> | CODE |
| LOW | ….AzureServiceBus.Tests/Behaviors/FaultHandlingTests.cs | 101 | public sealed class ThrowingRequestHandler(MessageRecorder recorder) | CODE |
| LOW | …o.Shipping/Handlers/GetShipmentStatusRequestHandler.cs | 8 | public class GetShipmentStatusRequestHandler(ShippingDbContext db, ILogger<GetShipmentStatusRequestHandler> logger) | CODE |
| LOW | …Demo/Demo.Catalog/Handlers/GetProductRequestHandler.cs | 8 | public class GetProductRequestHandler(CatalogDbContext db, ILogger<GetProductRequestHandler> logger) | CODE |
| LOW | ….OrderService/Handlers/GetOrderStatusRequestHandler.cs | 6 | public sealed class GetOrderStatusRequestHandler | CODE |
| LOW | ….OrderService/Handlers/CheckInventoryRequestHandler.cs | 6 | public sealed class CheckInventoryRequestHandler(ILogger<CheckInventoryRequestHandler> logger) | CODE |
| LOW | ….OrderService/Handlers/GetOrderStatusRequestHandler.cs | 6 | public sealed class GetOrderStatusRequestHandler | CODE |
| LOW | …ppingService/Handlers/PrepareShipmentRequestHandler.cs | 10 | public sealed class PrepareShipmentRequestHandler( | CODE |
| LOW⚡ | …ocha/benchmarks/PostgresBenchmark/PostgresBenchmark.cs | 315 | public sealed class BenchmarkRequestHandler : IEventRequestHandler<BenchmarkRequest, BenchmarkResponse> | CODE |
| LOW | …Mocha/src/Mocha.Hosting/Health/HealthRequestHandler.cs | 3 | internal sealed class HealthRequestHandler : IEventRequestHandler<HealthRequest, HealthResponse> | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | website/content/docs/hotchocolate/server/files.md | 319 | "name": "John Doe", | CODE |
| LOW | website/src/components/BlogTeaser.stories.tsx | 39 | author: "Jane Doe", | CODE |
| LOW | website/src/components/training/FunBand.tsx | 10 | "Real schemas, not lorem ipsum", | CODE |
| LOW | website/src/design-system/Typography.stories.tsx | 45 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore mag | CODE |
| LOW | website/src/design-system/Typography.stories.tsx | 45 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore mag | CODE |
| LOW | …sts/Suites/InterfaceObjectIndirectExtension/B/BData.cs | 9 | public const string AuthorName = "John Doe"; | CODE |
| LOW | …e/InterfaceObjectIndirectExtensionSupplementalTests.cs | 45 | {"data":{"_entities":[{"authorName":"John Doe"}]}} | STRING |
| LOW | …ration.Compliance.Tests/OfficialAudit/v2-manifest.json | 1145 | "authorName": "John Doe" | CODE |
| LOW | src/HotChocolate/Fusion/benchmarks/k6/no-recursion.js | 225 | body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore | CODE |
| LOW | src/HotChocolate/Fusion/benchmarks/k6/no-recursion.js | 225 | body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore | CODE |
| LOW | src/HotChocolate/Fusion/benchmarks/k6/no-recursion.js | 243 | body: "sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam | CODE |
| LOW | src/HotChocolate/Fusion/benchmarks/k6/no-recursion.js | 243 | body: "sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam | CODE |
| LOW | src/HotChocolate/Fusion/benchmarks/k6/no-recursion.js | 271 | body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore | CODE |
| LOW | src/HotChocolate/Fusion/benchmarks/k6/no-recursion.js | 271 | body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore | CODE |
| LOW | src/HotChocolate/Fusion/benchmarks/k6/no-recursion.js | 289 | body: "sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam | CODE |
| LOW | src/HotChocolate/Fusion/benchmarks/k6/no-recursion.js | 289 | body: "sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam | CODE |
| LOW⚡ | …Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs | 8 | new() { Id = "1", AuthorId = "1", ProductUpc = "1", Body = "Lorem ipsum dolor sit amet, consectetur adipiscing e | CODE |
| LOW⚡ | …Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs | 8 | new() { Id = "1", AuthorId = "1", ProductUpc = "1", Body = "Lorem ipsum dolor sit amet, consectetur adipiscing e | CODE |
| LOW⚡ | …Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs | 10 | new() { Id = "3", AuthorId = "1", ProductUpc = "1", Body = "sed quia consequuntur magni dolores eos qui ratione | CODE |
| LOW⚡ | …Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs | 10 | new() { Id = "3", AuthorId = "1", ProductUpc = "1", Body = "sed quia consequuntur magni dolores eos qui ratione | CODE |
| LOW⚡ | …Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs | 12 | new() { Id = "5", AuthorId = "1", ProductUpc = "2", Body = "Lorem ipsum dolor sit amet, consectetur adipiscing e | CODE |
| LOW⚡ | …Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs | 12 | new() { Id = "5", AuthorId = "1", ProductUpc = "2", Body = "Lorem ipsum dolor sit amet, consectetur adipiscing e | CODE |
| LOW⚡ | …Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs | 14 | new() { Id = "7", AuthorId = "1", ProductUpc = "2", Body = "sed quia consequuntur magni dolores eos qui ratione | CODE |
| LOW⚡ | …Fusion/benchmarks/k6/eShop.Reviews/ReviewRepository.cs | 14 | new() { Id = "7", AuthorId = "1", ProductUpc = "2", Body = "sed quia consequuntur magni dolores eos qui ratione | CODE |
| LOW | …n.Composition/ApolloFederation/GenerateLookupFields.cs | 271 | "placeholder", | CODE |
| LOW | …rc/Fusion.Execution/Execution/OperationPlanExecutor.cs | 416 | .SetMessage("placeholder") | CODE |
| LOW | …/Mutable/test/Types.Mutable.Tests/SchemaParserTests.cs | 328 | author: String = "Lorem ipsum" | CODE |
| LOW | …/Mutable/test/Types.Mutable.Tests/SchemaParserTests.cs | 354 | Assert.Equal("Lorem ipsum", authorField.DefaultValue.Value); | STRING |
| LOW | …ion/test/ApolloFederation.Tests/Issue6203ReproTests.cs | 36 | "fullName": "Jane Doe" | STRING |
| LOW | ….PostgreSQL.Tests/ComputedExpressionProjectionTests.cs | 60 | "fullName": "Jane Doe" | STRING |
| LOW | …e/Data/test/Data.Projections.Tests/IntegrationTests.cs | 404 | Assert.Equal("Jane Doe", enumerator.Current.GetProperty("fullName").GetString()); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | website/src/components/home/ProtocolCards.tsx | 102 | (#66be77) for a seamless join. */} | CODE |
| MEDIUM | .github/workflows/nitro-cli-e2e.yml | 68 | # the way a harness without a session-start hook does. Only the | COMMENT |
| MEDIUM | …ion/src/Fusion.Execution/Text/Json/JsonReaderHelper.cs | 40 | // Essentially: JsonTokenType.Null - JsonValueType.Null | COMMENT |
| MEDIUM | …ion/src/Fusion.Execution/Text/Json/JsonReaderHelper.cs | 99 | // Essentially: JsonTokenType.Null - JsonValueType.Null | COMMENT |
| MEDIUM | …Core/src/Types/Types/Directives/StreamDirectiveType.cs | 7 | /// backend can leverage technology such as asynchronous iterators to provide a partial | COMMENT |
| MEDIUM | …ate/Core/src/Types/Types/Directives/StreamDirective.cs | 5 | /// backend can leverage technology such as asynchronous iterators to provide a partial | COMMENT |
| MEDIUM | …pes/Types/Descriptors/Conventions/DescriptorContext.cs | 19 | /// Essentially, this is the schema building context. | COMMENT |
| MEDIUM | …te/Core/src/Types/Properties/TypeResources.Designer.cs | 2522 | /// Looks up a localized string similar to The `@stream` directive may be provided for a field of `List` type | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | website/content/docs/nitro/apis/operation-reporting.md | 29 | x.ApiKey = "<<your-api-key>>"; | CODE |
| HIGH | website/content/docs/nitro/apis/client-registry.md | 98 | x.ApiKey = "<<your-api-key>>"; | CODE |
| HIGH | …tent/docs/nitro/open-telemetry/operation-monitoring.md | 41 | x.ApiKey = "<<your-api-key>>"; | CODE |
| HIGH | website/content/docs/nitro/open-telemetry/logging.md | 60 | x.ApiKey = "<<your-api-key>>"; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | website/content/docs/mocha/index.md | 155 | ## Saga orchestration | COMMENT |
| MEDIUM | website/content/blog/2026-05-11-hot-chocolate-16.md | 289 | - **MCP**, a [Model Context Protocol](https://modelcontextprotocol.io/) server adapter that exposes GraphQL operations a | CODE |
| MEDIUM | …sion/src/Fusion.Execution/Planning/OperationPlanner.cs | 462 | // exceeded any of the configured guardrails and throw if so. | COMMENT |
| MEDIUM | …c/Fusion.Execution/Planning/OperationPlannerOptions.cs | 5 | /// and planning guardrails. | COMMENT |
| MEDIUM | …njection/CoreFusionGatewayBuilderExtensions.Options.cs | 52 | /// (planning guardrails such as max planning time, max expanded nodes, etc.). | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/Expressions/Handlers/QueryableDefaultFieldHandler.cs | 74 | // we need to check if the previous value was a nullable value type. if it is a nullable | COMMENT |
| LOW | src/Mocha/test/Mocha.Sagas.Tests/SagaExecutionTests.cs | 1184 | // Step 1: Initial event | COMMENT |
| LOW | src/Mocha/test/Mocha.Sagas.Tests/SagaExecutionTests.cs | 1196 | // Step 2: Process event (correlated) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/HotChocolate/Fusion/benchmarks/k6/start-gateway.sh | 58 | # Check if gateway.far exists | COMMENT |
| LOW | …c/HotChocolate/Fusion/benchmarks/k6/compare-results.sh | 13 | # Check if jq is available | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/HotChocolate/Fusion/benchmarks/k6/start-review.sh | 9 | # Usage: | COMMENT |