Repository Analysis

dotnet/efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

10.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dotnet/efcore, a C# project with 14,739 GitHub stars. SynthScan v2.0 examined 1,728,608 lines of code across 5979 source files, recording 11085 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 10.1 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).

10.1
Adjusted Score
10.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
14.7K
Stars
C#
Language
1.7M
Lines of Code
6.0K
Files
11.1K
Pattern Hits
2026-07-14
Scan Date
0.28
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 26HIGH 1653MEDIUM 52LOW 9354

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 11085 distinct pattern matches across 19 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 Block9237 hits · 8543 pts
SeverityFileLineSnippetContext
LOWeng/common/SetupNugetSources.sh1#!/usr/bin/env bashCOMMENT
LOWeng/common/vmr-sync.sh1#!/bin/bashCOMMENT
LOWeng/common/vmr-sync.sh21###COMMENT
LOWeng/common/native/init-distro-rid.sh1#!/bin/shCOMMENT
LOWeng/common/native/init-distro-rid.sh61COMMENT
LOW…common/templates-official/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/templates/vmr-build-pr.yml1# This pipeline is used for running the VMR verification of the PR changes in repo-level PRs.COMMENT
LOWeng/common/templates/variables/pool-providers.yml1# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc poolCOMMENT
LOWeng/common/core-templates/stages/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml1parameters:COMMENT
LOWeng/common/core-templates/job/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
LOWeng/common/core-templates/job/source-build.yml1parameters:COMMENT
LOWeng/common/core-templates/job/source-build.yml21 # published by source-build.COMMENT
LOWeng/common/core-templates/job/helix-job-monitor.yml61# are treated as failed: they count toward the monitor's exit code and are resubmitted by aCOMMENT
LOW…EFCore.Tests/ChangeTracking/Internal/QueryFixupTest.cs881 // .Single();COMMENT
LOW…/Metadata/Internal/ClrCollectionAccessorFactoryTest.cs1// Licensed to the .NET Foundation under one or more agreements.COMMENT
LOWtest/EFCore.Tests/Metadata/Internal/PropertyBaseTest.cs1// Licensed to the .NET Foundation under one or more agreements.COMMENT
LOWtest/EFCore.Tests/Metadata/Internal/EntityTypeTest.cs2781 // | | |COMMENT
LOW…sts/Metadata/Conventions/BackingFieldConventionTest.cs501COMMENT
LOW…e.Specification.Tests/OptimisticConcurrencyTestBase.cs641 async c => Assert.Equal(expectedPodiums, (await c.Drivers.SingleAsync(d => d.CarNumber == 1)).Podiums));COMMENT
LOW…e.Specification.Tests/OptimisticConcurrencyTestBase.cs661 /// After the exception is caught the resolver action is called, after which SaveChanges is calledCOMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3101// {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3121// },COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3141// "Subspecies": null,COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3161// "Text": "Ta1"COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3181// "Name": "M1",COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3201// }COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3221// "License": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3241// "Rating": 8,COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3261// },COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3281// "Tog": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3301// "Rating": 8,COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3321// },COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3341// "Tog": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3361// "Writer": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3381// }COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3401// "Manufacturer": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3421// "Text": "To1"COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3441// "$id": "45",COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3461// "$id": "47",COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3481// "Tag": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3501// "$id": "52",COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3521// }COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3541// },COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3561// "$id": "59",COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3581// }COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3601// },COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3621// "LastName": "lastNameWriter2",COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3641// "Title": "Ti1",COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3661// "Rating": 7,COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3681// }COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3701// "Tog": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3721// "Rating": 8,COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3741// },COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3761// "Tag": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3781// "Milk": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3801// "Charge": 1.00,COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3821// "Tag": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3841// "Milk": {COMMENT
LOW…st/EFCore.Specification.Tests/LazyLoadProxyTestBase.cs3861// "Charge": 1.00,COMMENT
9177 more matches not shown…
Cross-File Repetition1647 hits · 8235 pts
SeverityFileLineSnippetContext
HIGH….Sqlite.FunctionalTests/Update/JsonUpdateSqliteTest.cs0select ownedcollectionroot from jsonentitiesbasic where id = 2STRING
HIGH…ctionalTests/Update/JsonUpdateJsonTypeSqlServerTest.cs0select ownedcollectionroot from jsonentitiesbasic where id = 2STRING
HIGH…rver.FunctionalTests/Update/JsonUpdateSqlServerTest.cs0select ownedcollectionroot from jsonentitiesbasic where id = 2STRING
HIGH…tes/Inheritance/TPHInheritanceBulkUpdatesSqliteTest.cs0delete from "countries" as "c" where ( select count(*) from "animals" as "a" where "a"."countryid" = 1 and "c"."id" = "aSTRING
HIGH…eritance/TPHFiltersInheritanceBulkUpdatesSqliteTest.cs0delete from "countries" as "c" where ( select count(*) from "animals" as "a" where "a"."countryid" = 1 and "c"."id" = "aSTRING
HIGH…eritance/TPTFiltersInheritanceBulkUpdatesSqliteTest.cs0delete from "countries" as "c" where ( select count(*) from "animals" as "a" where "a"."countryid" = 1 and "c"."id" = "aSTRING
HIGH…tes/Inheritance/TPHInheritanceBulkUpdatesSqliteTest.cs0@p='monovia' (size = 7) update "countries" as "c" set "name" = @p where ( select count(*) from "animals" as "a" where "aSTRING
HIGH…tes/Inheritance/TPTInheritanceBulkUpdatesSqliteTest.cs0@p='monovia' (size = 7) update "countries" as "c" set "name" = @p where ( select count(*) from "animals" as "a" where "aSTRING
HIGH…eritance/TPHFiltersInheritanceBulkUpdatesSqliteTest.cs0@p='monovia' (size = 7) update "countries" as "c" set "name" = @p where ( select count(*) from "animals" as "a" where "aSTRING
HIGH…eritance/TPTFiltersInheritanceBulkUpdatesSqliteTest.cs0@p='monovia' (size = 7) update "countries" as "c" set "name" = @p where ( select count(*) from "animals" as "a" where "aSTRING
HIGH…onalTests/Query/PrimitiveCollectionsQuerySqliteTest.cs0@ints1='2' @ints2='999' @ints3='2' @ints4='2' @ints5='2' @ints6='2' @ints7='2' @ints8='2' @ints9='2' @ints10='2' @ints11STRING
HIGH…lTests/Query/PrimitiveCollectionsQuerySqlServerTest.cs0@ints1='2' @ints2='999' @ints3='2' @ints4='2' @ints5='2' @ints6='2' @ints7='2' @ints8='2' @ints9='2' @ints10='2' @ints11STRING
HIGH…sts/Query/PrimitiveCollectionsQueryOldSqlServerTest.cs0@ints1='2' @ints2='999' @ints3='2' @ints4='2' @ints5='2' @ints6='2' @ints7='2' @ints8='2' @ints9='2' @ints10='2' @ints11STRING
HIGH…uery/PrimitiveCollectionsQuerySqlServerJsonTypeTest.cs0@ints1='2' @ints2='999' @ints3='2' @ints4='2' @ints5='2' @ints6='2' @ints7='2' @ints8='2' @ints9='2' @ints10='2' @ints11STRING
HIGH…Tests/Query/Translations/MathTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…ry/Translations/MiscellaneousTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…/Query/Translations/ByteArrayTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…Tests/Query/Translations/GuidTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…Tests/Query/Translations/EnumTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…sts/Query/Translations/StringTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…ranslations/Temporal/TimeOnlyTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…ranslations/Temporal/DateOnlyTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…ranslations/Temporal/DateTimeTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…ons/Operators/BitwiseOperatorTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…nslations/Operators/LogicalOperatorTranslationsTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…/Operators/ArithmeticOperatorTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…/Operators/ComparisonOperatorTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…erators/MiscellaneousOperatorTranslationsSqliteTest.cs0select "b"."id", "b"."bool", "b"."byte", "b"."bytearray", "b"."dateonly", "b"."datetime", "b"."datetimeoffset", "b"."decSTRING
HIGH…onalTests/Types/Temporal/SqlServerDateTime2TypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…ionalTests/Types/Temporal/SqlServerTimeSpanTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…ionalTests/Types/Temporal/SqlServerDateTimeTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…ests/Types/Temporal/SqlServerDateTimeOffsetTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…onalTests/Types/Miscellaneous/SqlServerGuidTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…onalTests/Types/Miscellaneous/SqlServerBoolTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH….FunctionalTests/Types/Numeric/SqlServerIntTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…unctionalTests/Types/Numeric/SqlServerFloatTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…nctionalTests/Types/Numeric/SqlServerDoubleTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…unctionalTests/Types/Numeric/SqlServerShortTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…FunctionalTests/Types/Numeric/SqlServerLongTypeTest.cs0@fixture_value='-9223372036854775808' select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeSTRING
HIGH…onalTests/Types/Temporal/SqlServerDateTime2TypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…ionalTests/Types/Temporal/SqlServerDateOnlyTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…ionalTests/Types/Temporal/SqlServerTimeSpanTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…ionalTests/Types/Temporal/SqlServerTimeOnlyTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…ionalTests/Types/Temporal/SqlServerDateTimeTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…ests/Types/Temporal/SqlServerDateTimeOffsetTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…alTests/Types/Miscellaneous/SqlServerStringTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…onalTests/Types/Miscellaneous/SqlServerGuidTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…ests/Types/Miscellaneous/SqlServerByteArrayTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH….FunctionalTests/Types/Numeric/SqlServerIntTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…ctionalTests/Types/Numeric/SqlServerDecimalTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…nctionalTests/Types/Numeric/SqlServerDoubleTypeTest.cs0select top(2) [t].[id], [t].[arrayvalue], [t].[othervalue], [t].[value] from [typeentity] as [t] where [t].[value] = 30.STRING
HIGH…onalTests/Types/Temporal/SqlServerDateTime2TypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
HIGH…ionalTests/Types/Temporal/SqlServerTimeSpanTypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
HIGH…ionalTests/Types/Temporal/SqlServerDateTimeTypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
HIGH…ests/Types/Temporal/SqlServerDateTimeOffsetTypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
HIGH…onalTests/Types/Miscellaneous/SqlServerGuidTypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
HIGH…onalTests/Types/Miscellaneous/SqlServerBoolTypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
HIGH….FunctionalTests/Types/Numeric/SqlServerIntTypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
HIGH…unctionalTests/Types/Numeric/SqlServerFloatTypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
HIGH…nctionalTests/Types/Numeric/SqlServerDoubleTypeTest.cs0@p1='1' @p0='9223372036854775807' set implicit_transactions off; set nocount on; update [typeentity] set [value] = @p0 oSTRING
1587 more matches not shown…
Hallucination Indicators26 hits · 260 pts
SeverityFileLineSnippetContext
CRITICAL…tion.Tests/BulkUpdates/NorthwindBulkUpdatesTestBase.cs946 s => s.SetProperty(c => c.c.City, c => c.LastOrder.OrderDate.Value.Year.ToString()),CODE
CRITICAL…FCore.Design.Tests/Design/Internal/CSharpHelperTest.cs600 "Microsoft.EntityFrameworkCore.Design.Internal.SimpleTestTypeFactory.StaticCreate()",CODE
CRITICAL…FCore.Design.Tests/Design/Internal/CSharpHelperTest.cs614 "Microsoft.EntityFrameworkCore.Design.Internal.SimpleTestTypeFactory.StaticCreate(\"Jerry\")",CODE
CRITICAL…FCore.Design.Tests/Design/Internal/CSharpHelperTest.cs629 "Microsoft.EntityFrameworkCore.Design.Internal.SimpleTestTypeFactory.StaticCreate(\"Jerry\", 77)",CODE
CRITICAL…FCore.Relational.Tests/Metadata/RelationalModelTest.cs3963 var resolved = Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalModel.GetIndex(CODE
CRITICAL…ntions/Internal/TableValuedDbFunctionConventionTest.cs58 "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.TableValuedDbFunctionConventionTest.GetKeylCODE
CRITICAL…ntions/Internal/TableValuedDbFunctionConventionTest.cs75 "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.TableValuedDbFunctionConventionTest.GetKeylCODE
CRITICAL…ntions/Internal/TableValuedDbFunctionConventionTest.cs91 "Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.TableValuedDbFunctionConventionTest.GetScalCODE
CRITICAL…erver/Extensions/SqlServerPropertyBuilderExtensions.cs110 : propertyBuilder.Metadata.DeclaringType.Model.Builder.HasSequence(name, schema, fromDataAnnotation);CODE
CRITICAL…erver/Extensions/SqlServerPropertyBuilderExtensions.cs223 : propertyBuilder.Metadata.DeclaringType.Model.Builder.HasSequence(name, schema, fromDataAnnotation);CODE
CRITICAL…sign/Scaffolding/Internal/CSharpEntityTypeGenerator.cs319 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("EntityType");CODE
CRITICAL…sign/Scaffolding/Internal/CSharpEntityTypeGenerator.cs353 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Options");CODE
CRITICAL…sign/Scaffolding/Internal/CSharpEntityTypeGenerator.cs386 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("NamespaceHint");CODE
CRITICAL…esign/Scaffolding/Internal/CSharpDbContextGenerator.cs522 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Model");CODE
CRITICAL…esign/Scaffolding/Internal/CSharpDbContextGenerator.cs556 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Options");CODE
CRITICAL…esign/Scaffolding/Internal/CSharpDbContextGenerator.cs589 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("NamespaceHint");CODE
CRITICALsrc/ef/Generators/BundleProgramGenerator.cs90 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("ContextType");CODE
CRITICALsrc/ef/Generators/BundleProgramGenerator.cs104 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Assembly");CODE
CRITICALsrc/ef/Generators/BundleProgramGenerator.cs118 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("StartupAssembly");CODE
CRITICALsrc/ef/Generators/BundleProjectGenerator.cs118 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("TargetFramework");CODE
CRITICALsrc/ef/Generators/BundleProjectGenerator.cs132 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("EFCoreVersion");CODE
CRITICALsrc/ef/Generators/BundleProjectGenerator.cs146 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("Project");CODE
CRITICALsrc/ef/Generators/BundleProjectGenerator.cs160 object data = global::System.Runtime.Remoting.Messaging.CallContext.LogicalGetData("StartupProject");CODE
CRITICALsrc/EFCore/DbContextOptions.cs149 && p.First.Value.Extension.Info.ShouldUseSameServiceProvider(p.Second.Value.Extension.Info));CODE
CRITICAL…/EFCore/Metadata/Internal/InternalForeignKeyBuilder.cs3007 Metadata.DeclaringEntityType.Model.ConventionDispatcher.Tracker.Update(removedForeignKey, newRelationshipBuiCODE
CRITICAL…Metadata/Conventions/ComplexTypeAttributeConvention.cs44 complexType.Builder.Metadata.Model.Builder.ComplexType(memberType);CODE
Modern AI Meta-Vocabulary32 hits · 90 pts
SeverityFileLineSnippetContext
MEDIUM…tional.Specification.Tests/RuntimeMigrationTestBase.cs12/// scaffold, compile, and apply migrations at runtime without using the CLI.COMMENT
MEDIUM…l.Specification.Tests/Migrations/MigrationsTestBase.cs131 // TODO: Need to scaffold check constraints, https://github.com/aspnet/EntityFrameworkCore/issues/15408COMMENT
MEDIUM…rver.HierarchyId.Tests/CSharpDbContextGeneratorTest.cs49#warning To protect potentially sensitive information in your connection string, you should move it out of source code. COMMENT
MEDIUM…/Scaffolding/Internal/SqlServerDatabaseModelFactory.cs545 // If views are supported, scaffold them too.STRING
MEDIUM…/Scaffolding/Internal/SqlServerDatabaseModelFactory.cs812 // to scaffold vectors as varbinary.STRING
MEDIUM…/Scaffolding/Internal/SqlServerDatabaseModelFactory.cs1430 // AUTO is the default, don't scaffold itSTRING
MEDIUM…/Scaffolding/Internal/SqlServerDatabaseModelFactory.cs1665 // We don't actually scaffold anything beyond the fact that there's a trigger with a given name.STRING
MEDIUMsrc/EFCore.Design/Design/OperationExecutor.cs638 /// Represents an operation to scaffold a <see cref="DbContext" /> and entity types for a database.COMMENT
MEDIUM…Core.Design/Migrations/Design/IMigrationsScaffolder.cs7/// Used to scaffold new migrations.COMMENT
MEDIUM…FCore.Design/Migrations/Design/MigrationsScaffolder.cs11/// Used to scaffold new migrations.COMMENT
MEDIUM…FCore.Design/Scaffolding/ModelCodeGenerationOptions.cs48 /// Gets or sets the programming language to scaffold for.COMMENT
MEDIUM…FCore.Design/Scaffolding/ModelCodeGenerationOptions.cs50 /// <value> The programming language to scaffold for. </value>COMMENT
MEDIUM…FCore.Design/Scaffolding/IReverseEngineerScaffolder.cs7/// Used to scaffold a model from a database schema.COMMENT
MEDIUM…sign/Scaffolding/CompiledModelCodeGenerationOptions.cs24 /// Gets or sets the programming language to scaffold for.COMMENT
MEDIUM…sign/Scaffolding/CompiledModelCodeGenerationOptions.cs26 /// <value> The programming language to scaffold for. </value>COMMENT
MEDIUM…/EFCore.Design/Scaffolding/ICompiledModelScaffolder.cs7/// Used to scaffold a compiled model from a model.COMMENT
MEDIUM…sign/Scaffolding/Internal/CSharpEntityTypeGenerator.cs35 // Don't scaffold theseCOMMENT
MEDIUM…esign/Scaffolding/Internal/CSharpDbContextGenerator.cs99 this.Write(@"#warning To protect potentially sensitive information in your connection string, you should movCODE
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs366 /// Could not scaffold the foreign key '{foreignKeyName}'. A key for '{columnsList}' was not found in the prCOMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs374 /// Could not scaffold the foreign key '{foreignKeyName}'. The referenced table could not be found. This mosCOMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs382 /// Could not scaffold the foreign key '{foreignKeyName}'. The referenced table '{principalTableName}' couldCOMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs390 /// Could not scaffold the foreign key '{foreignKeyName}'. The following columns in the foreign key could nCOMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs398 /// Could not scaffold the foreign key '{foreignKeyName}'. Foreign key '{existingForeignKey}' is defined on COMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs569 /// You must provide a DbContext.t4 file in order to scaffold using custom templates.COMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs711 /// Could not scaffold the primary key for '{tableName}'. The following columns in the primary key could notCOMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs827 /// Unable to scaffold the index '{indexName}'. The following columns could not be scaffolded: {columnNames}COMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs867 /// Cannot scaffold C# literals of type '{literalType}'. The provider should implement CoreTypeMapping.GenerCOMMENT
MEDIUMsrc/EFCore.Design/Properties/DesignStrings.Designer.cs875 /// The current CSharpMigrationOperationGenerator cannot scaffold operations of type '{operationType}'. ConfCOMMENT
MEDIUMsrc/EFCore.Tools/README.md25| [Scaffold-DbContext](https://learn.microsoft.com/ef/core/cli/powershell#scaffold-dbcontext) | Generates a `CODE
MEDIUMsrc/EFCore.Tools/README.md25| [Scaffold-DbContext](https://learn.microsoft.com/ef/core/cli/powershell#scaffold-dbcontext) | Generates a `CODE
MEDIUMsrc/dotnet-ef/README.md23| [dotnet ef dbcontext scaffold](https://learn.microsoft.com/ef/core/cli/dotnet#dotnet-ef-dbcontext-scaffold) CODE
MEDIUMsrc/dotnet-ef/README.md23| [dotnet ef dbcontext scaffold](https://learn.microsoft.com/ef/core/cli/dotnet#dotnet-ef-dbcontext-scaffold) CODE
Fake / Example Data64 hits · 58 pts
SeverityFileLineSnippetContext
LOWtest/EFCore.Tests/ChangeTracking/PropertyEntryTest.cs5214 entity.Address = new Address { Street = "123 Main St", ZipCode = null };CODE
LOW…ecification.Tests/Query/NorthwindWhereQueryTestBase.cs1316 => ss.Set<Order>().Where(o => o.CustomerID == "John Doe").Select(o => o.CustomerID).FirstOrDefault().LenCODE
LOW…cification.Tests/Query/NorthwindSelectQueryTestBase.cs1348 => (int?)ss.Set<Order>().Where(o => o.CustomerID == "John Doe").Select(o => o.CustomerID).FirstOrDefaultCODE
LOW…cification.Tests/Query/NorthwindSelectQueryTestBase.cs1349 ss => ss.Set<Customer>().Select(c => ss.Set<Order>().Where(o => o.CustomerID == "John Doe").Select(o => o.CuCODE
LOW…l.Specification.Tests/Migrations/MigrationsTestBase.cs705 .HasDefaultValue("John Doe"),CODE
LOW…l.Specification.Tests/Migrations/MigrationsTestBase.cs712 Assert.Contains("John Doe", nameColumn.DefaultValueSql);CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs27 company.Contacts!.Add(new Contact { Name = "New Contact", PhoneNumbers = ["555-0000"] });CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs45 Assert.Equal("555-0000", company.Contacts[2].PhoneNumbers[0]);CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs193 Name = "John Doe",CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs194 PhoneNumbers = ["555-1234", "555-5678"],CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs197 Street = "123 Main St",CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs206 PhoneNumbers = ["555-9876"],CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs228 Assert.Equal("John Doe", john.Name);CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs229 Assert.Equal("123 Main St", john.Address.Street);CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs248 company.Contacts = [new Contact { Name = "Contact 1", PhoneNumbers = ["555-1111"] }];CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs329 company.Employees![0].PhoneNumbers.Add("555-9999");CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs341 Assert.Equal("555-0001", employee.PhoneNumbers[0]);CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs342 Assert.Equal("555-9999", employee.PhoneNumbers[1]);CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs418 PhoneNumbers = ["555-1111"],CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs455 PhoneNumbers = ["555-7777", "555-8888"],CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs476 Assert.Equal("555-7777", employee.PhoneNumbers[0]);CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs796 new Contact { Name = "First Contact", PhoneNumbers = ["555-1234", "555-5678"] },CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs797 new Contact { Name = "Second Contact", PhoneNumbers = ["555-9876", "555-5432"] }CODE
LOW…on.Tests/Update/ComplexCollectionJsonUpdateTestBase.cs804 PhoneNumbers = ["555-0001"],CODE
LOW…Tests/Query/AdHocNavigationsQueryRelationalTestBase.cs206 var address = new Address { Street = "123 Main St" };CODE
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs19@p0='[{"Name":"First Contact","PhoneNumbers":["555-1234","555-5678"]},{"Name":"Second Contact","PhoneNumbers":["555-9876STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs34@p0='[{"Name":"Second Contact","PhoneNumbers":["555-9876","555-5432"]}]' (Nullable = false) (Size = 66)STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs49@p0='[{"Name":"First Contact - Modified","PhoneNumbers":["555-1234","555-5678"]},{"Name":"Second Contact","PhoneNumbers"STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs64@p0='[{"Name":"Second Contact","PhoneNumbers":["555-9876","555-5432"]},{"Name":"First Contact","PhoneNumbers":["555-1234STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs103@p0='[{"Name":"John Doe","PhoneNumbers":["555-1234","555-5678"],"Address":{"City":"Seattle","Country":"USA","PostalCode"STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs103@p0='[{"Name":"John Doe","PhoneNumbers":["555-1234","555-5678"],"Address":{"City":"Seattle","Country":"USA","PostalCode"STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs103@p0='[{"Name":"John Doe","PhoneNumbers":["555-1234","555-5678"],"Address":{"City":"Seattle","Country":"USA","PostalCode"STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs118@p0='[{"Name":"Contact 1","PhoneNumbers":["555-1111"]}]' (Nullable = false) (Size = 50)STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs164@p0='[{"Name":"Initial Employee","PhoneNumbers":["555-0001","555-9999"],"Address":{"City":"Initial City","Country":"USA"STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs179@p0='[{"Name":"Initial Employee","PhoneNumbers":["555-0001"],"Address":{"City":"Modified City","Country":"USA","PostalCoSTRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs209@p0='[{"Name":"New Employee","PhoneNumbers":["555-1111"],"Address":{"City":"New City","Country":"USA","PostalCode":"1234STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs224@p0='[{"Name":"Replacement Employee","PhoneNumbers":["555-7777","555-8888"],"Address":{"City":"Replace City","Country":"STRING
LOW…lTests/Update/ComplexCollectionJsonUpdateSqliteTest.cs239@p0='[{"Name":"Initial Employee","PhoneNumbers":["555-0001"],"Address":{"City":"Initial City","Country":"USA","PostalCodSTRING
LOW….FunctionalTests/Migrations/MigrationsSqlServerTest.cs590ALTER TABLE [People] ADD [Name] nvarchar(max) NOT NULL DEFAULT N'John Doe';CODE
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs19@p0='[{"Name":"First Contact","PhoneNumbers":["555-1234","555-5678"]},{"Name":"Second Contact","PhoneNumbers":["555-9876STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs36@p0='[{"Name":"Second Contact","PhoneNumbers":["555-9876","555-5432"]}]' (Nullable = false) (Size = 66)STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs70@p0='[{"Name":"First Contact - Modified","PhoneNumbers":["555-1234","555-5678"]},{"Name":"Second Contact","PhoneNumbers"STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs87@p0='[{"Name":"Second Contact","PhoneNumbers":["555-9876","555-5432"]},{"Name":"First Contact","PhoneNumbers":["555-1234STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs132@p0='[{"Name":"John Doe","PhoneNumbers":["555-1234","555-5678"],"Address":{"City":"Seattle","Country":"USA","PostalCode"STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs132@p0='[{"Name":"John Doe","PhoneNumbers":["555-1234","555-5678"],"Address":{"City":"Seattle","Country":"USA","PostalCode"STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs132@p0='[{"Name":"John Doe","PhoneNumbers":["555-1234","555-5678"],"Address":{"City":"Seattle","Country":"USA","PostalCode"STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs149@p0='[{"Name":"Contact 1","PhoneNumbers":["555-1111"]}]' (Nullable = false) (Size = 50)STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs201@p0='[{"Name":"Initial Employee","PhoneNumbers":["555-0001","555-9999"],"Address":{"City":"Initial City","Country":"USA"STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs218@p0='[{"Name":"Initial Employee","PhoneNumbers":["555-0001"],"Address":{"City":"Modified City","Country":"USA","PostalCoSTRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs252@p0='[{"Name":"New Employee","PhoneNumbers":["555-1111"],"Address":{"City":"New City","Country":"USA","PostalCode":"1234STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs269@p0='[{"Name":"Replacement Employee","PhoneNumbers":["555-7777","555-8888"],"Address":{"City":"Replace City","Country":"STRING
LOW…sts/Update/ComplexCollectionJsonUpdateSqlServerTest.cs286@p0='[{"Name":"Initial Employee","PhoneNumbers":["555-0001"],"Address":{"City":"Initial City","Country":"USA","PostalCodSTRING
LOW…tionalTests/Query/NorthwindSelectQuerySqlServerTest.cs1457 WHERE [o].[CustomerID] = N'John Doe')STRING
LOW…ctionalTests/Query/NorthwindWhereQuerySqlServerTest.cs1688 WHERE [o].[CustomerID] = N'John Doe') = 0STRING
LOW…FCore.InMemory.FunctionalTests/DatabaseInMemoryTest.cs105 new SimpleContext.Artist { ArtistId = "JDId", Name = "John Doe" });CODE
LOW…FCore.InMemory.FunctionalTests/DatabaseInMemoryTest.cs114 Assert.Equal("John Doe", data[0].Name);CODE
LOW…lServer/Storage/Internal/SqlServerTypeMappingSource.cs24 = new("placeholder", storeTypePostfix: StoreTypePostfix.None);CODE
LOW…lServer/Storage/Internal/SqlServerTypeMappingSource.cs96 = new("placeholder", DbType.DateTime2, null, StoreTypePostfix.None);CODE
LOW…lServer/Storage/Internal/SqlServerTypeMappingSource.cs99 = new SqlServerDoubleTypeMapping("placeholder", storeTypePostfix: StoreTypePostfix.None);CODE
LOW…lServer/Storage/Internal/SqlServerTypeMappingSource.cs102 = new("placeholder", DbType.DateTimeOffset, StoreTypePostfix.None);CODE
4 more matches not shown…
Synthetic Comment Markers6 hits · 45 pts
SeverityFileLineSnippetContext
HIGH…sign/Scaffolding/Internal/CSharpEntityTypeGenerator.cs3// This code was generated by a tool.COMMENT
HIGH…esign/Scaffolding/Internal/CSharpDbContextGenerator.cs3// This code was generated by a tool.COMMENT
HIGH…Design/Query/Internal/PrecompiledQueryCodeGenerator.cs102 // TODO: Ignore our auto-generated code! Also compiled model, generated code (comment, filename...?).COMMENT
HIGH…FCore.Analyzers/Properties/AnalyzerStrings.Designer.cs3// This code was generated by a tool.COMMENT
HIGHsrc/ef/Generators/BundleProgramGenerator.cs3// This code was generated by a tool.COMMENT
HIGHsrc/ef/Generators/BundleProjectGenerator.cs3// This code was generated by a tool.COMMENT
Structural Annotation Overuse25 hits · 40 pts
SeverityFileLineSnippetContext
LOW.agents/skills/make-skill/SKILL.md24### Step 1: Investigate the TopicCOMMENT
LOW.agents/skills/make-skill/SKILL.md39### Step 2: Create the skill directoryCOMMENT
LOW.agents/skills/make-skill/SKILL.md46### Step 3: Generate SKILL.md with frontmatterCOMMENT
LOW.agents/skills/make-skill/SKILL.md63### Step 4: Add body content sectionsCOMMENT
LOW.agents/skills/make-skill/SKILL.md75### Step 5: Add and populate optional directories if neededCOMMENT
LOW.agents/skills/make-skill/SKILL.md85### Step 6: Write Scripts (Script-driven Only)COMMENT
LOW.agents/skills/make-skill/SKILL.md95### Step 7: Validate the skillCOMMENT
LOW.agents/skills/make-skill/SKILL.md116### Step 8: Test with Multi-Model SubagentsCOMMENT
LOW.agents/skills/make-custom-agent/SKILL.md19### Step 1: Choose the agent typeCOMMENT
LOW.agents/skills/make-custom-agent/SKILL.md29### Step 2: Create a declarative agent (prompt file)COMMENT
LOW.agents/skills/make-custom-agent/SKILL.md92### Step 3: Configure toolsCOMMENT
LOW.agents/skills/make-custom-agent/SKILL.md109### Step 4: Add handoffs (optional, VS Code only)COMMENT
LOW.agents/skills/make-custom-agent/SKILL.md129### Step 5: Create an extension-based chat participant (VS Code only)COMMENT
LOW.agents/skills/make-custom-agent/SKILL.md200### Step 6: Create a GitHub App (Copilot Extension) for cross-surface availability (optional)COMMENT
LOW.agents/skills/make-custom-agent/SKILL.md210### Step 7: ValidateCOMMENT
LOW.agents/skills/make-instructions/SKILL.md18### Step 1: Investigate the topicCOMMENT
LOW.agents/skills/make-instructions/SKILL.md29### Step 2: Choose the file locationCOMMENT
LOW.agents/skills/make-instructions/SKILL.md39### Step 3: Generate the file with YAML frontmatterCOMMENT
LOW.agents/skills/make-instructions/SKILL.md56### Step 4: Write the body contentCOMMENT
LOW.agents/skills/make-instructions/SKILL.md76### Step 5: ValidateCOMMENT
LOW.agents/skills/make-github-actions-workflow/SKILL.md53### Step 1: Understand the RequirementsCOMMENT
LOW.agents/skills/make-github-actions-workflow/SKILL.md62### Step 2: Choose the Trigger EventCOMMENT
LOW.agents/skills/make-github-actions-workflow/SKILL.md74### Step 3: Write the WorkflowCOMMENT
LOW.agents/skills/make-github-actions-workflow/SKILL.md102### Step 4: Implement Guard ConditionsCOMMENT
LOW.agents/skills/make-github-actions-workflow/SKILL.md109### Step 5: ValidateCOMMENT
AI Slop Vocabulary11 hits · 30 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py126 # keyboxd, which makes it robust on hosts running GnuPG 2.4+ (e.g. AzureCOMMENT
LOW…ommon/core-templates/steps/enable-internal-sources.yml34 # If running on dnceng (internal project), just use the default behavior for NuGetAuthenticate.COMMENT
MEDIUM…e.Specification.Tests/ConferencePlannerTestBaseData.cs134 ""description"": ""Why would you ever want to introduce unmanaged code into your managed codebase when recenCODE
MEDIUM…e.Specification.Tests/ConferencePlannerTestBaseData.cs464 ""description"": ""Why would you ever want to introduce unmanaged code into your managed codebase when recCODE
MEDIUM…ExpressionVisitor.ShaperProcessingExpressionVisitor.cs151 /// Json entities are added after includes so that we can utilize tracking (includes will track all json entCOMMENT
MEDIUM…re.Relational/Query/SqlExpressions/SelectExpression.cs2241 // TODO: We could make this little more robust by allow the indexes to be different. See issue#2COMMENT
MEDIUM…re.Relational/Query/SqlExpressions/SelectExpression.cs2362 // TODO: We could make this little more robust by allow the indexes to be different. SeeCOMMENT
MEDIUMsrc/EFCore.Cosmos/Properties/CosmosStrings.Designer.cs723 /// Transactional batches will skip bulk execution. Use DatabaseFacade.AutoTransactionBehavior = AutoTransacCOMMENT
MEDIUMsrc/EFCore.Cosmos/Diagnostics/CosmosEventId.cs200 /// will skip bulk execution. Use AutoTransactionBehavior.Never to leverage bulk execution. If batching was inteCOMMENT
MEDIUM…Cosmos/Infrastructure/CosmosDbContextOptionsBuilder.cs223 /// See <see href="https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/how-to-manage-consistency?tabs=portalCOMMENT
MEDIUM…Cosmos/Infrastructure/CosmosDbContextOptionsBuilder.cs223 /// See <see href="https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/how-to-manage-consistency?tabs=portalCOMMENT
Decorative Section Separators6 hits · 27 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/core-templates/stages/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/stages/renovate.yml3# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/stages/renovate.yml9# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml1# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml3# --------------------------------------------------------------------------------------COMMENT
MEDIUMeng/common/core-templates/job/renovate.yml17# --------------------------------------------------------------------------------------COMMENT
Redundant / Tautological Comments9 hits · 14 pts
SeverityFileLineSnippetContext
LOWeng/common/tools.sh304 # Check if the script is older than 30 days using timestamp fileCOMMENT
LOWeng/common/tools.sh404 # Check if the toolset has already been extractedCOMMENT
LOWeng/common/SetupNugetSources.sh64 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh70 # Check if this source name is disabledCOMMENT
LOWeng/common/SetupNugetSources.sh90 # Check if source already existsCOMMENT
LOWeng/common/SetupNugetSources.sh120 # Check if disabledPackageSources section existsCOMMENT
LOWeng/common/SetupNugetSources.sh190 # Check if there is no existing credential for this FeedNameCOMMENT
LOWeng/common/core-templates/steps/source-build.yml31 # Check if AzDO substitutes in a build config from a variable, and use it if so.COMMENT
LOWeng/common/core-templates/steps/install-microbuild.yml64 # Check if ESRP is disabled while SignType is realCOMMENT
Example Usage Blocks4 hits · 7 pts
SeverityFileLineSnippetContext
LOWeng/common/native/install-dependencies.sh7# Usage:COMMENT
LOW…common/templates-official/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/templates/variables/pool-providers.yml12# How to use:COMMENT
LOWeng/common/core-templates/job/renovate.yml11# Usage:COMMENT
Deep Nesting6 hits · 6 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py20CODE
LOWeng/common/cross/install-debs.py196CODE
LOWeng/common/cross/install-debs.py221CODE
LOWeng/common/cross/install-debs.py259CODE
LOWeng/common/cross/install-debs.py293CODE
LOWeng/common/cross/install-debs.py348CODE
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/build-rootfs.sh636 # Create the symlink in the same directoryCOMMENT
MEDIUMeng/common/core-templates/job/helix-job-monitor.yml148 # Create a minimal NuGet.config that only references the local nupkg directory.COMMENT
Excessive Try-Catch Wrapping2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMeng/common/cross/install-debs.py42 print(f"Error downloading {url}: {type(e).__name__} - {e}. Retrying...")CODE
MEDIUMeng/common/cross/install-debs.py206 print(f"Error: Package '{current}' was not found in the available packages.")CODE
Hyper-Verbose Identifiers3 hits · 3 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py49async def download_deb_files_parallel(mirror, packages, tmp_dir):CODE
LOWeng/common/cross/install-debs.py65async def download_package_index_parallel(mirror, arch, suites, check_sig, keyring):CODE
LOWeng/common/cross/install-debs.py337def _rootfs_extraction_filter(member, dest_path):CODE
Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…qlServer/Migrations/SqlServerMigrationsSqlGenerator.cs3504 // when adding (non-period) column to an existing temporal table we need to check if we have disCOMMENT
LOW….Cosmos/Metadata/Conventions/CosmosJsonIdConvention.cs150 // But first, we need to check if the original property found pointing to JSON `id` is not our computed propertyCOMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW….Relational.Tests/Storage/RelationalTypeMappingTest.cs314 // TODO: Add tests for parameter directionsCOMMENT
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/ef/Properties/Resources.Designer.cs23 /// Don't forget to copy appsettings.json alongside your bundle if you need it to apply migrations.COMMENT
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOWeng/common/cross/install-debs.py18CODE