OpenAPI based HTTP Client code generator
This report presents the forensic synthetic code analysis of microsoft/kiota, a C# project with 3,784 GitHub stars. SynthScan v2.0 examined 145,793 lines of code across 951 source files, recording 233 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 6.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).
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 233 distinct pattern matches across 8 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 |
|---|---|---|---|---|
| CRITICAL | …ta.Builder.Tests/Writers/Python/CodeEnumWriterTests.cs | 131 | var result = Kiota.Builder.Writers.Python.PythonConventionService.RemoveInvalidDescriptionCharacters(input!); | CODE |
| CRITICAL | …ilder.Tests/Refiners/TypeScriptLanguageRefinerTests.cs | 722 | var result1 = Kiota.Builder.Writers.TypeScript.TypeScriptConventionService.GetFactoryMethod(source1Interface, "c | CODE |
| CRITICAL | …ilder.Tests/Refiners/TypeScriptLanguageRefinerTests.cs | 724 | var result2 = Kiota.Builder.Writers.TypeScript.TypeScriptConventionService.GetFactoryMethod(source2Interface, "c | CODE |
| CRITICAL | …Kiota.Builder.Tests/Refiners/GoLanguageRefinerTests.cs | 443 | Assert.NotNull(model.Methods.SingleOrDefault(static x => x.IsOfKind(CodeMethodKind.IndexerBackwardCompatibility) | CODE |
| CRITICAL | …Kiota.Builder.Tests/Refiners/GoLanguageRefinerTests.cs | 444 | Assert.NotNull(model.Methods.SingleOrDefault(static x => x.IsOfKind(CodeMethodKind.IndexerBackwardCompatibility) | CODE |
| CRITICAL | src/Kiota.Builder/Writers/Go/GoConventionService.cs | 285 | var dateComment = element.Deprecation.Date is null ? string.Empty : $" on {element.Deprecation.Date.Value.Date.T | CODE |
| CRITICAL | src/Kiota.Builder/Writers/Go/GoConventionService.cs | 286 | var removalComment = element.Deprecation.RemovalDate is null ? string.Empty : $" and will be removed {element.De | CODE |
| CRITICAL | …iota.Builder/Writers/Python/PythonConventionService.cs | 225 | var dateComment = element.Deprecation.Date is null ? string.Empty : $" on {element.Deprecation.Date.Value.Date.T | CODE |
| CRITICAL | …iota.Builder/Writers/Python/PythonConventionService.cs | 226 | var removalComment = element.Deprecation.RemovalDate is null ? string.Empty : $" and will be removed {element.De | CODE |
| CRITICAL | src/Kiota.Builder/Writers/Dart/DartConventionService.cs | 111 | var dateComment = element.Deprecation.Date is null ? string.Empty : $" on {element.Deprecation.Date.Value.Date.T | CODE |
| CRITICAL | src/Kiota.Builder/Writers/Dart/DartConventionService.cs | 112 | var removalComment = element.Deprecation.RemovalDate is null ? string.Empty : $" and will be removed {element.De | CODE |
| CRITICAL | src/Kiota.Builder/Writers/Dart/DartConventionService.cs | 286 | var dateComment = element.Deprecation.Date is null ? string.Empty : $" on {element.Deprecation.Date.Value.Date.T | CODE |
| CRITICAL | src/Kiota.Builder/Writers/Dart/DartConventionService.cs | 287 | var removalComment = element.Deprecation.RemovalDate is null ? string.Empty : $" and will be removed {element.De | CODE |
| CRITICAL | …lder/Writers/TypeScript/TypeScriptConventionService.cs | 334 | var dateComment = element.Deprecation.Date is null ? string.Empty : $" on {element.Deprecation.Date.Value.Date.T | CODE |
| CRITICAL | …lder/Writers/TypeScript/TypeScriptConventionService.cs | 335 | var removalComment = element.Deprecation.RemovalDate is null ? string.Empty : $" and will be removed {element.De | CODE |
| CRITICAL | src/Kiota.Builder/Writers/Java/JavaConventionService.cs | 188 | var dateComment = element.Deprecation.Date is null ? string.Empty : $" on {element.Deprecation.Date.Value.Date.T | CODE |
| CRITICAL | src/Kiota.Builder/Writers/Java/JavaConventionService.cs | 189 | var removalComment = element.Deprecation.RemovalDate is null ? string.Empty : $" and will be removed {element.De | CODE |
| CRITICAL | …iota.Builder/Writers/CSharp/CSharpConventionService.cs | 274 | var dateComment = element.Deprecation.Date is null ? string.Empty : $" on {element.Deprecation.Date.Value.Date.T | CODE |
| CRITICAL | …iota.Builder/Writers/CSharp/CSharpConventionService.cs | 275 | var removalComment = element.Deprecation.RemovalDate is null ? string.Empty : $" and will be removed {element.De | CODE |
| CRITICAL⚡ | …er/SearchProviders/GitHub/GitHubClient/GitHubClient.cs | 26 | get => new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.ReposRequestBuilder(PathParameter | CODE |
| CRITICAL⚡ | …er/SearchProviders/GitHub/GitHubClient/GitHubClient.cs | 31 | get => new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Search.SearchRequestBuilder(PathParamet | CODE |
| CRITICAL⚡ | …er/SearchProviders/GitHub/GitHubClient/GitHubClient.cs | 36 | get => new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.User.UserRequestBuilder(PathParameters, | CODE |
| CRITICAL | …iders/GitHub/GitHubClient/Repos/ReposRequestBuilder.cs | 27 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.WithOwnerItemRequestBuil | CODE |
| CRITICAL | …GitHubClient/Repos/Item/WithOwnerItemRequestBuilder.cs | 27 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.WithRepoItemRequest | CODE |
| CRITICAL | …ubClient/Repos/Item/Item/WithRepoItemRequestBuilder.cs | 22 | get => new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.Contents.ContentsReques | CODE |
| CRITICAL | …ubClient/Repos/Item/Item/WithRepoItemRequestBuilder.cs | 27 | get => new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.Releases.ReleasesReques | CODE |
| CRITICAL | …ent/Repos/Item/Item/Contents/ContentsRequestBuilder.cs | 27 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.Contents.Item.WithP | CODE |
| CRITICAL | …/Item/Item/Contents/Item/WithPathItemRequestBuilder.cs | 88 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.Contents.Item.WithPathI | CODE |
| CRITICAL⚡ | …/Item/Item/Contents/Item/WithPathItemRequestBuilder.cs | 149 | var result = new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.Contents.Item | CODE |
| CRITICAL⚡ | …/Item/Item/Contents/Item/WithPathItemRequestBuilder.cs | 152 | result.ContentFile = new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ContentFil | CODE |
| CRITICAL⚡ | …/Item/Item/Contents/Item/WithPathItemRequestBuilder.cs | 156 | result.ContentSubmodule = new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Conte | CODE |
| CRITICAL⚡ | …/Item/Item/Contents/Item/WithPathItemRequestBuilder.cs | 160 | result.ContentSymlink = new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Content | CODE |
| CRITICAL | …ent/Repos/Item/Item/Releases/ReleasesRequestBuilder.cs | 87 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.Releases.ReleasesReques | CODE |
| CRITICAL | …oviders/GitHub/GitHubClient/User/UserRequestBuilder.cs | 21 | get => new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.User.Installations.InstallationsRequest | CODE |
| CRITICAL | …bClient/User/Installations/InstallationsGetResponse.cs | 43 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.User.Installations.InstallationsGetResp | CODE |
| CRITICAL | …ient/User/Installations/InstallationsRequestBuilder.cs | 88 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.User.Installations.InstallationsRequest | CODE |
| CRITICAL | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 145 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Installation(); | CODE |
| CRITICAL⚡ | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 236 | var result = new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Installation.Installat | CODE |
| CRITICAL⚡ | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 237 | result.Enterprise = new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Enterprise(); | CODE |
| CRITICAL⚡ | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 238 | result.SimpleUser = new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.SimpleUser(); | CODE |
| CRITICAL | …archProviders/GitHub/GitHubClient/Models/BasicError.cs | 68 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.BasicError(); | CODE |
| CRITICAL | …oviders/GitHub/GitHubClient/Models/ContentSubmodule.cs | 109 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ContentSubmodule(); | CODE |
| CRITICAL | …iders/GitHub/GitHubClient/Models/ContentFile__links.cs | 56 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ContentFile__links(); | CODE |
| CRITICAL | …tHub/GitHubClient/Models/WithPathGetResponseMember1.cs | 33 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.WithPathGetResponseMember1(); | CODE |
| CRITICAL | …roviders/GitHub/GitHubClient/Models/ValidationError.cs | 60 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ValidationError(); | CODE |
| CRITICAL | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 189 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.NullableSimpleUser(); | CODE |
| CRITICAL | …Providers/GitHub/GitHubClient/Models/ReactionRollup.cs | 58 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ReactionRollup(); | CODE |
| CRITICAL | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 181 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Release(); | CODE |
| CRITICAL | …ers/GitHub/GitHubClient/Models/Repositories503Error.cs | 59 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Repositories503Error(); | CODE |
| CRITICAL | …Providers/GitHub/GitHubClient/Models/AppPermissions.cs | 129 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.AppPermissions(); | CODE |
| CRITICAL | …archProviders/GitHub/GitHubClient/Models/Enterprise.cs | 95 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Enterprise(); | CODE |
| CRITICAL | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 189 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.SimpleUser(); | CODE |
| CRITICAL | …ers/GitHub/GitHubClient/Models/Repositories_matches.cs | 48 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Repositories_matches(); | CODE |
| CRITICAL | …itHubClient/Models/RepoSearchResultItem_permissions.cs | 42 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.RepoSearchResultItem_permissions | CODE |
| CRITICAL | …Providers/GitHub/GitHubClient/Models/ContentSymlink.cs | 109 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ContentSymlink(); | CODE |
| CRITICAL | …rs/GitHub/GitHubClient/Models/NullableLicenseSimple.cs | 81 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.NullableLicenseSimple(); | CODE |
| CRITICAL | …ers/GitHub/GitHubClient/Models/RepoSearchResultItem.cs | 559 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.RepoSearchResultItem(); | CODE |
| CRITICAL | …/GitHub/GitHubClient/Models/ContentSubmodule__links.cs | 56 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ContentSubmodule__links(); | CODE |
| CRITICAL | …chProviders/GitHub/GitHubClient/Models/ReleaseAsset.cs | 101 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ReleaseAsset(); | CODE |
| CRITICAL | …rs/GitHub/GitHubClient/Models/ContentSymlink__links.cs | 56 | return new global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ContentSymlink__links(); | CODE |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need | COMMENT |
| LOW | …c/Kiota.Builder/Settings/ISettingsManagementService.cs | 1 | using System.Threading; | COMMENT |
| LOW | …c/Kiota.Builder/Settings/ISettingsManagementService.cs | 21 | /// <param name="directoryPath"></param> | COMMENT |
| LOW | src/Kiota.Builder/Configuration/PluginAuthType.cs | 1 | namespace Kiota.Builder.Configuration; | COMMENT |
| LOW | …Kiota.Builder/Writers/TypeScript/CodeFunctionWriter.cs | 221 | /// </summary> | COMMENT |
| LOW | src/Kiota.Builder/Refiners/CommonLanguageRefiner.cs | 1621 | { | COMMENT |
| LOW | …/Item/Item/Contents/Item/WithPathItemRequestBuilder.cs | 21 | /// Instantiates a new <see cref="global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.Cont | COMMENT |
| LOW | …/Item/Item/Contents/Item/WithPathItemRequestBuilder.cs | 81 | /// <summary> | COMMENT |
| LOW | …/Item/Item/Contents/Item/WithPathItemRequestBuilder.cs | 101 | get; set; | COMMENT |
| LOW | …ent/Repos/Item/Item/Releases/ReleasesRequestBuilder.cs | 21 | /// Instantiates a new <see cref="global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Repos.Item.Item.Rele | COMMENT |
| LOW | …ent/Repos/Item/Item/Releases/ReleasesRequestBuilder.cs | 61 | /// <summary> | COMMENT |
| LOW | …bClient/User/Installations/InstallationsGetResponse.cs | 21 | public List<global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Installation>? Installations { get; | COMMENT |
| LOW | …ient/User/Installations/InstallationsRequestBuilder.cs | 21 | /// Instantiates a new <see cref="global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.User.Installations.I | COMMENT |
| LOW | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 21 | #else | COMMENT |
| LOW | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 41 | #else | COMMENT |
| LOW | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 61 | #endif | COMMENT |
| LOW | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 81 | #endif | COMMENT |
| LOW | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 101 | #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER | COMMENT |
| LOW | …chProviders/GitHub/GitHubClient/Models/Installation.cs | 121 | #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/BasicError.cs | 21 | #nullable enable | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/BasicError.cs | 41 | #nullable restore | COMMENT |
| LOW | …oviders/GitHub/GitHubClient/Models/ContentSubmodule.cs | 21 | public string? DownloadUrl { get; set; } | COMMENT |
| LOW | …oviders/GitHub/GitHubClient/Models/ContentSubmodule.cs | 41 | #endif | COMMENT |
| LOW | …oviders/GitHub/GitHubClient/Models/ContentSubmodule.cs | 61 | public string? Path { get; set; } | COMMENT |
| LOW | …oviders/GitHub/GitHubClient/Models/ContentSubmodule.cs | 81 | #else | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/ContentFile__links.cs | 21 | #nullable restore | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/ContentFile__links.cs | 41 | /// <summary> | COMMENT |
| LOW | …roviders/GitHub/GitHubClient/Models/ValidationError.cs | 21 | #nullable enable | COMMENT |
| LOW | …roviders/GitHub/GitHubClient/Models/ValidationError.cs | 41 | #nullable restore | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 21 | public string? AvatarUrl { get; set; } | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 41 | #endif | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 61 | public string? GistsUrl { get; set; } | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 81 | #endif | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 101 | #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 121 | #else | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 141 | #endif | COMMENT |
| LOW | …iders/GitHub/GitHubClient/Models/NullableSimpleUser.cs | 161 | public string? Type { get; set; } | COMMENT |
| LOW | …Providers/GitHub/GitHubClient/Models/ReactionRollup.cs | 21 | /// <summary>The heart property</summary> | COMMENT |
| LOW | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 21 | public List<global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.ReleaseAsset>? Assets { get; set; } | COMMENT |
| LOW | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 41 | #endif | COMMENT |
| LOW | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 61 | public string? BodyText { get; set; } | COMMENT |
| LOW | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 81 | public string? HtmlUrl { get; set; } | COMMENT |
| LOW | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 101 | public string? NodeId { get; set; } | COMMENT |
| LOW | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 121 | public string? TagName { get; set; } | COMMENT |
| LOW | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 141 | #endif | COMMENT |
| LOW | …/SearchProviders/GitHub/GitHubClient/Models/Release.cs | 161 | public string? ZipballUrl { get; set; } | COMMENT |
| LOW | …ers/GitHub/GitHubClient/Models/Repositories503Error.cs | 21 | public string? Code { get; set; } | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/Enterprise.cs | 21 | public string? AvatarUrl { get; set; } | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/Enterprise.cs | 41 | #else | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/Enterprise.cs | 61 | #endif | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/Enterprise.cs | 81 | /// Instantiates a new <see cref="global::Kiota.Builder.SearchProviders.GitHub.GitHubClient.Models.Enterprise"/> | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 21 | public string? AvatarUrl { get; set; } | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 41 | #endif | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 61 | public string? GistsUrl { get; set; } | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 81 | #endif | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 101 | #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 121 | #else | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 141 | #endif | COMMENT |
| LOW | …archProviders/GitHub/GitHubClient/Models/SimpleUser.cs | 161 | public string? Type { get; set; } | COMMENT |
| LOW | …ers/GitHub/GitHubClient/Models/Repositories_matches.cs | 21 | #nullable restore | COMMENT |
| 69 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | it/python/basic/test_sample.py | 11 | async def test_basic_upload_download(): | CODE |
| LOW | …a.Builder.Tests/OpenApiDocumentDownloadServiceTests.cs | 295 | private sealed class ResponseHandler : HttpMessageHandler | STRING |
| LOW | …er.Tests/Writers/TypeScript/CodeFunctionWriterTests.cs | 1675 | export function createPrimitivesFromDiscriminatorValue(parseNode: ParseNode | undefined) : Primitives | undef | CODE |
| LOW | …er.Tests/Writers/TypeScript/CodeFunctionWriterTests.cs | 1843 | Assert.Contains("export function createFooBarFromDiscriminatorValue(", result); | CODE |
| LOW | …ota.Builder.Tests/Writers/Php/CodeMethodWriterTests.cs | 608 | "public function createPostRequestInformation(Message $body, ?RequestConfig $requestConfiguration = null): R | CODE |
| LOW | …ota.Builder.Tests/Writers/Php/CodeMethodWriterTests.cs | 676 | "public function createPostRequestInformation(array $body, ?RequestConfig $requestConfiguration = null): Req | CODE |
| LOW | …ota.Builder.Tests/Writers/Php/CodeMethodWriterTests.cs | 702 | "public function createPostRequestInformation(string $body, ?RequestConfig $requestConfiguration = null): Re | CODE |
| LOW | …ota.Builder.Tests/Writers/Php/CodeMethodWriterTests.cs | 734 | "public function createPostRequestInformation(array $body, ?RequestConfig $requestConfiguration = null): Req | CODE |
| LOW | vscode/packages/npm-package/install.ts | 80 | export async function ensureKiotaIsPresentInPath(installPath: string, runtimeDependencies: Package[], currentPlatform: s | CODE |
| LOW | vscode/packages/npm-package/install.ts | 198 | export function getRuntimeDependenciesPackages(): Package[] { | CODE |
| LOW | vscode/packages/npm-package/types.ts | 143 | export function generationLanguageToString( | CODE |
| LOW | vscode/packages/npm-package/tests/assertUtils.ts | 3 | export function existsEqualOrGreaterThanLevelLogs(logs: KiotaLogEntry[] | undefined, level: LogLevel): boolean { | CODE |
| LOW | …m-package/tests/integration/integrationInstall.spec.ts | 8 | function getTestRuntimeDependenciesPackages(): Package[] { | CODE |
| LOW | …m-package/tests/integration/integrationInstall.spec.ts | 27 | function getKiotaPathByInstallPath(installPath: string): string { | CODE |
| LOW | vscode/packages/npm-package/lib/languageInformation.ts | 20 | export async function getLanguageInformationInternal(): Promise<LanguagesInformation | undefined> { | CODE |
| LOW | vscode/packages/npm-package/lib/languageInformation.ts | 48 | export async function getLanguageInformationForDescription({ descriptionUrl, clearCache }: LanguageInformationConfigurat | CODE |
| LOW | vscode/packages/microsoft-kiota/src/extension.ts | 151 | function registerCommandWithTelemetry(reporter: TelemetryReporter, command: string, callback: (...args: any[]) => any, t | CODE |
| LOW | vscode/packages/microsoft-kiota/src/util.ts | 30 | export function getWorkspaceJsonDirectory(clientNameOrPluginName?: string): string { | CODE |
| LOW | vscode/packages/microsoft-kiota/src/util.ts | 131 | export function allGenerationLanguagesToString(): string[] { | CODE |
| LOW | …ackages/microsoft-kiota/src/types/extensionSettings.ts | 29 | function getStringArrayConfiguration(extensionId: string, configurationName: string): string[] { | CODE |
| LOW | …ackages/microsoft-kiota/src/types/extensionSettings.ts | 32 | function getLanguageSerializationConfiguration(extensionId: string, languageName: string): LanguageSerializationConfigur | CODE |
| LOW | …de/packages/microsoft-kiota/src/utilities/messaging.ts | 9 | export async function showUpgradeWarningMessage(apiManifestPath: string | vscode.Uri, manifestKey: string | null | undef | CODE |
| LOW | …packages/microsoft-kiota/src/utilities/deep-linking.ts | 14 | export async function transformToGenerationConfig(deepLinkParams: Partial<IntegrationParams>) | CODE |
| LOW | …packages/microsoft-kiota/src/utilities/deep-linking.ts | 59 | export function validateDeepLinkQueryParams(queryParameters: Partial<IntegrationParams>): | CODE |
| LOW | …packages/microsoft-kiota/src/utilities/regeneration.ts | 3 | export async function confirmOverwriteOnRegenerate(): Promise<boolean> { | CODE |
| LOW | …e/packages/microsoft-kiota/src/utilities/generation.ts | 4 | export async function confirmDeletionOnCleanOutput(): Promise<boolean> { | CODE |
| LOW | …kiota/src/commands/migrate/migrateFromLockFile.util.ts | 7 | export async function checkForLockFileAndPrompt(context: vscode.ExtensionContext) { | CODE |
| LOW | …ges/microsoft-kiota/src/modules/steps/generateSteps.ts | 69 | function getNextStepForGenerationType(generationType: string | QuickPickItem) { | CODE |
| LOW | …ges/microsoft-kiota/src/modules/steps/generateSteps.ts | 217 | async function chooseOtherGenerationType(input: MultiStepInput, state: Partial<GenerateState>) { | CODE |
| LOW | …ges/microsoft-kiota/src/modules/steps/generateSteps.ts | 274 | async function inputOtherGenerationTypeName(input: MultiStepInput, state: Partial<GenerateState>) { | CODE |
| LOW | …ges/microsoft-kiota/src/modules/steps/generateSteps.ts | 291 | async function inputOtherGenerationTypeOutputPath(input: MultiStepInput, state: Partial<GenerateState>) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ilder/Writers/TypeScript/CodeIntersectionTypeWriter.cs | 7 | // The `CodeIntersectionType` will utilize the same union symbol `|`, but the methods for serialization and deserial | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | it/python/defaultvalues/test_defaultvalues.py | 11 | CODE | |
| LOW | it/python/defaultvalues/test_defaultvalues.py | 12 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ts/Kiota.Builder.IntegrationTests/SwaggerPetStore.json | 4 | "description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/Kiota.Builder/Plugins/PluginsGenerationService.cs | 77 | // Step 3: Generate Plugin Manifests and collect paths | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/Kiota.Builder/Plugins/PluginsGenerationService.cs | 77 | // Step 3: Generate Plugin Manifests and collect paths | COMMENT |