A framework for building native Windows apps with React.
This report presents the forensic synthetic code analysis of microsoft/react-native-windows, a C++ project with 17,306 GitHub stars. SynthScan v2.0 examined 847,460 lines of code across 3216 source files, recording 2008 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 2.4 places this repository in the Likely human-written 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 2008 distinct pattern matches across 18 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 | .ado/release-pipeline.yml | 1 | # | COMMENT |
| LOW | .ado/templates/set-appx-platforms.yml | 1 | parameters: | COMMENT |
| LOW | .ado/templates/prepare-build-env.yml | 1 | # Steps to setup an environment that can build native code | COMMENT |
| LOW | .ado/jobs/e2e-test.yml | 101 | } | COMMENT |
| LOW | .ado/jobs/e2e-test.yml | 161 | condition: always() | COMMENT |
| LOW | vnext/react-native.config.js | 21 | dependencyConfig: lazyInstallSourcemaps(cli.dependencyConfig), | COMMENT |
| LOW | vnext/Desktop.IntegrationTests/TestCompositionContext.h | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | vnext/Desktop.IntegrationTests/WinRTActivationShims.cpp | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | vnext/Mso/activeObject/activeObject.h | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | vnext/Mso/activeObject/activeObject.h | 21 | //! - Override Finalize() method to ensure finalization in the associated queue. Destructor is run | COMMENT |
| LOW | vnext/Mso/activeObject/activeObject.h | 201 | // In case if we already inside of our queue, we delete synchronously. | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 21 | #include <stddef.h> | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 41 | #define __noreturn __declspec(noreturn) | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 61 | // use _SA_deprecated_ to mark functions or classes that should not be called any more | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 81 | #endif // _SA_deprecated_staging_ | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 101 | // Office specific annotation used by the OLEO effort | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 121 | // | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 141 | // | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 161 | // Example: | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 181 | COMMENT | |
| LOW | vnext/Mso/oacr/oacr.h | 201 | // use _Genericfunctype_ for function typedefs used for arrays of functions of different function types. | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 221 | // e.g _BindReturn_ void* malloc( size_t size ); | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 241 | // }; | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 261 | #else | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 281 | // use the OACR_REVIEWED_CALL macro to silent the warning after making sure that the function is used properly | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 301 | // use _Allow_implicit_ctor_ when a constructors is expected to be implicit. | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 321 | #endif | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 341 | #define __nothrowfunctype _Nothrowfunctype_ | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 361 | #if !defined(__notrunccast) | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 381 | #if (defined(OACR) && OACR) | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 401 | #elif defined(__clang__) | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 421 | // for data members which are correctly initialized in the _Memberinitializer_ method. | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 441 | // use with OACR_ASSUME_NOTHROW_END to suppress NOTHROW_FUNC_THROWS warnings around functions that don't throw in this | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 461 | #else | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 481 | #else | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 501 | COMMENT | |
| LOW | vnext/Mso/oacr/oacr.h | 521 | COMMENT | |
| LOW | vnext/Mso/oacr/oacr.h | 541 | #if defined(TRUE) | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 561 | #else | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 581 | #if !defined(OACR_WARNING_ENABLE) | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 601 | #define OACR_WARNING_DISABLE(cWarning, comment) | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 621 | // { | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 641 | COMMENT | |
| LOW | vnext/Mso/oacr/oacr.h | 661 | #define OACR_ASSUME_BYTECOUNT(pv, cb) __OACRAssumeByteCount(pv, cb) | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 681 | #define OACR_NOEXCEPT_MAYTERMINATE_IGNORE_STL _noexcept_mayterminate_ignore_stl_() | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 741 | #define __oacr_memberinitializer __declspec("_Memberinitializer_") | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 761 | #define __oacr_noexcept_maythrow __declspec("_Noexcept_maythrow_") | COMMENT |
| LOW | vnext/Mso/oacr/oacr.h | 781 | #define __oacr_canthrow | COMMENT |
| LOW | vnext/Mso/eventWaitHandle/eventWaitHandle.h | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | vnext/Mso/eventWaitHandle/eventWaitHandle.h | 21 | virtual bool WaitFor(const std::chrono::milliseconds &waitDuration) const noexcept = 0; | COMMENT |
| LOW | vnext/Mso/eventWaitHandle/eventWaitHandle.h | 41 | //! it block, like horses in a corral. When the event is signaled, by calling its Set method, all waiting | COMMENT |
| LOW | vnext/Mso/eventWaitHandle/eventWaitHandle.h | 101 | //! Notifies a waiting thread that an event has occurred. This class cannot be inherited. | COMMENT |
| LOW | vnext/Mso/dispatchQueue/dispatchQueue.h | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | vnext/Mso/dispatchQueue/dispatchQueue.h | 121 | //! demand. | COMMENT |
| LOW | vnext/Mso/dispatchQueue/dispatchQueue.h | 361 | COMMENT | |
| LOW | vnext/Mso/dispatchQueue/dispatchQueue.h | 421 | //! demand. | COMMENT |
| LOW | vnext/Mso/compilerAdapters/compilerWarnings_impl.h | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | vnext/Mso/compilerAdapters/compilerWarnings_impl.h | 21 | #elif defined(__GNUC__) | COMMENT |
| LOW | vnext/Mso/compilerAdapters/intrinsics.h | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | vnext/Mso/compilerAdapters/cppMacrosDebug.h | 21 | #define FILELINEPARAMSOPT , FILELINEPARAMSOPTCORE | COMMENT |
| 1549 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .ado/scripts/npmPack.js | 121 | function findPackageJsonsRecursive(dir, results = []) { | CODE |
| LOW | .ado/scripts/npmPack.js | 190 | function findWorkspacePackageJsons(repoRoot, workspacePatterns) { | CODE |
| LOW | .ado/scripts/npmPack.js | 266 | function checkAndRemovePublishedPackages(targetDir) { | CODE |
| LOW | vnext/metroShortPathAssetDataPlugin.js | 10 | async function metroShortPathAssetDataPlugin(asset) { | CODE |
| LOW | …Copies/IntegrationTests/GlobalEvalWithSourceUrlTest.js | 22 | function GlobalEvalWithSourceUrlTest(): React.Node { | CODE |
| LOW | …tCopies/IntegrationTests/IntegrationTestHarnessTest.js | 24 | function IntegrationTestHarnessTest(props: Props): React.Node { | CODE |
| LOW | vnext/Shared/Networking/DefaultBlobResource.h | 95 | class BlobModuleResponseHandler final : public IResponseHandler { | CODE |
| LOW | …/src-win/Libraries/Image/resolveAssetSource.windows.js | 96 | function setCustomSourceTransformer( | CODE |
| LOW | …/src-win/Libraries/Image/resolveAssetSource.windows.js | 106 | function addCustomSourceTransformer( | CODE |
| LOW | …src-win/Libraries/Image/AssetSourceResolver.windows.js | 84 | function getAssetPathInDrawableFolder(asset: PackagerAsset): string { | CODE |
| LOW | …src-win/Libraries/Image/AssetSourceResolver.windows.js | 105 | function assetSupportsNetworkLoads(asset: PackagerAsset): boolean { | CODE |
| LOW | …in/Libraries/Components/TextInput/TextInput.windows.js | 186 | function useTextInputStateSynchronization({ | CODE |
| LOW | …essibilityInfo/legacySendAccessibilityEvent.windows.js | 18 | function legacySendAccessibilityEvent( | CODE |
| LOW | …src-win/Libraries/Pressability/Pressability.windows.js | 1049 | function convertPointerEventToMouseEvent(input: PointerEvent): MouseEvent { | CODE |
| LOW | …rc/private/featureflags/ReactNativeFeatureFlagsBase.js | 114 | function maybeLogUnavailableNativeModuleError(configName: string): void { | CODE |
| LOW | …rc/private/featureflags/ReactNativeFeatureFlagsBase.js | 132 | export function dangerouslyResetForTesting(): void { | CODE |
| LOW | vnext/templates/templateUtils.js | 58 | function getWindowsDependencyConfig(root) { | CODE |
| LOW | vnext/templates/old/generateWrapper.js | 12 | function makeGenerateWindowsWrapper(language = 'cpp', isDefault = false) { | CODE |
| LOW | packages/playground/metro.config.js | 117 | function tryResolveDevAbsoluteImport(moduleName) /*: string | null*/ { | CODE |
| LOW | packages/playground/metro.config.js | 131 | function tryResolveDevRelativeImport( | CODE |
| LOW | …-iss/react-native-win32/metro-react-native-platform.js | 15 | function reactNativePlatformResolver(platformImplementations) { | CODE |
| LOW | …ss/react-native-win32/metroShortPathAssetDataPlugin.js | 10 | async function metroShortPathAssetDataPlugin(asset) { | CODE |
| LOW | …-win/Libraries/Components/TextInput/TextInput.win32.js | 183 | function useTextInputStateSynchronization({ | CODE |
| LOW | …ccessibilityInfo/legacySendAccessibilityEvent.win32.js | 18 | function legacySendAccessibilityEvent( | CODE |
| LOW | …2/src-win/Libraries/Pressability/Pressability.win32.js | 1048 | function convertPointerEventToMouseEvent(input: PointerEvent): MouseEvent { | CODE |
| LOW | …win/src/private/animated/NativeAnimatedHelper.win32.js | 356 | function ensureGlobalEventEmitterListeners() { | CODE |
| LOW | …win/src/private/animated/NativeAnimatedHelper.win32.js | 405 | function assertNativeAnimatedModule(): void { | CODE |
| LOW | …c/js/examples-win32/Color/ColorGradientWin32Example.js | 20 | function VerticalToTransparentExample() { | CODE |
| LOW | …c/js/examples-win32/Color/ColorGradientWin32Example.js | 53 | function ThreeColorsHorizontalExample() { | CODE |
| LOW | …amples/InputAccessoryView/InputAccessoryViewExample.js | 59 | function InputAccessoryViewExample(): React.Node { | CODE |
| LOW | …ive/tester/js/examples/ScrollView/ScrollViewExample.js | 197 | function ScrollViewScrollToExample(): React.Node { | CODE |
| LOW | …ive/tester/js/examples/ScrollView/ScrollViewExample.js | 1412 | function ClippingExampleHorizontal() { | CODE |
| LOW | …ive/tester/js/examples/ScrollView/ScrollViewExample.js | 1450 | function ChildrenWithTouchEventsOverflowingContainerHorizontal() { | CODE |
| LOW | …imental/Compatibility/ManyPointersPropertiesExample.js | 46 | function ManyPointersPropertiesExample(): React.Node { | CODE |
| LOW | …al/Compatibility/CompatibilityNativeGestureHandling.js | 34 | function CompatibilityNativeGestureHandling(): React.Node { | CODE |
| LOW | …ntal/Compatibility/CompatibilityAnimatedPointerMove.js | 41 | function CompatibilityAnimatedPointerMove(): React.Node { | CODE |
| LOW | …mental/PlatformTest/RNTesterPlatformTestResultsText.js | 21 | export default function RNTesterPlatformTestResultsText( | CODE |
| LOW | …latformTest/RNTesterPlatformTestMinimizedResultView.js | 26 | export default function RNTesterPlatformTestMinimizedResultView({ | CODE |
| LOW | …ntal/PlatformTest/RNTesterPlatformTestEventRecorder.js | 172 | export function useRecorderTestEventHandlers( | CODE |
| LOW | …imental/PlatformTest/RNTesterPlatformTestResultView.js | 185 | export default function RNTesterPlatformTestResultView( | CODE |
| LOW | …ental/PlatformTest/RNTesterPlatformTestInstructions.js | 20 | export default function RNTesterPlatformTestInstructions({ | CODE |
| LOW | …terEventPlatformTests/PointerEventPointerMoveAcross.js | 98 | function PointerEventPointerMoveAcrossTestCase( | CODE |
| LOW | …terEventPlatformTests/PointerEventPointerMoveAcross.js | 154 | export default function PointerEventPointerMoveAcross( | CODE |
| LOW | …PlatformTests/PointerEventAttributesNoHoverPointers.js | 29 | function PointerEventAttributesNoHoverPointersTestCase( | CODE |
| LOW | …PlatformTests/PointerEventAttributesNoHoverPointers.js | 230 | export default function PointerEventAttributesNoHoverPointers( | CODE |
| LOW | …erEventPlatformTests/PointerEventPointerMoveBetween.js | 74 | function PointerEventPointerMoveBetweenTestCase( | CODE |
| LOW | …erEventPlatformTests/PointerEventPointerMoveBetween.js | 124 | export default function PointerEventPointerMoveBetween( | CODE |
| LOW | …3CPointerEventPlatformTests/PointerEventPointerMove.js | 22 | function PointerEventPointerMoveTestCase( | CODE |
| LOW | …rmTests/PointerEventPointerMoveOnChordedMouseButton.js | 27 | function PointerEventPointerMoveOnChordedMouseButtonTestCase( | CODE |
| LOW | …rmTests/PointerEventPointerMoveOnChordedMouseButton.js | 121 | export default function PointerEventPointerMoveOnChordedMouseButton( | CODE |
| LOW | …ventPlatformTests/PointerEventPointerMoveEventOrder.js | 55 | function PointerEventPointerMoveEventOrderTestCase( | CODE |
| LOW | …ventPlatformTests/PointerEventPointerMoveEventOrder.js | 137 | export default function PointerEventPointerMoveEventOrder( | CODE |
| LOW | …CPointerEventPlatformTests/PointerEventCaptureMouse.js | 21 | function PointerEventCaptureMouseTestCase( | CODE |
| LOW | …Tests/PointerEventLayoutChangeShouldFirePointerOver.js | 45 | function PointerEventLayoutShouldFirePointerOverTestCase( | CODE |
| LOW | …Tests/PointerEventLayoutChangeShouldFirePointerOver.js | 109 | export default function PointerEventLayoutShouldFirePointerOver( | CODE |
| LOW | …rEventPlatformTests/PointerEventPrimaryTouchPointer.js | 43 | function PointerEventPrimaryTouchPointerTestCase( | CODE |
| LOW | …rEventPlatformTests/PointerEventPrimaryTouchPointer.js | 132 | export default function PointerEventPrimaryTouchPointer( | CODE |
| LOW | …ointerEventPlatformTests/PointerEventPointerOverOut.js | 19 | function getNativeTagFromHostElement(elem: ?HostInstance | number): ?number { | CODE |
| LOW | …ointerEventPlatformTests/PointerEventPointerOverOut.js | 48 | function PointerEventPointerOverOutTestCase( | CODE |
| LOW | …ointerEventPlatformTests/PointerEventPointerOverOut.js | 210 | export default function PointerEventPointerOverOut( | CODE |
| 127 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .ado/build-template.yml | 99 | #================================================================= | COMMENT |
| MEDIUM | .ado/build-template.yml | 103 | #================================================================= | COMMENT |
| MEDIUM | .ado/build-template.yml | 228 | #================================================================= | COMMENT |
| MEDIUM | .ado/build-template.yml | 232 | #================================================================= | COMMENT |
| MEDIUM | .ado/build-template.yml | 504 | #================================================================= | COMMENT |
| MEDIUM | .ado/build-template.yml | 508 | #================================================================= | COMMENT |
| MEDIUM | .ado/build-template.yml | 528 | #================================================================= | COMMENT |
| MEDIUM | .ado/build-template.yml | 532 | #================================================================= | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 30 | // ┌────────────────┬───────────────────┬──────────────┬─────────────────────────────────┐ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 32 | // │ │ │ ┏━━━━━━━━━━━━┓ │ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 34 | // │ │ │ │ ┗━━━━━━━━━━━━┛ │ ╔═════════════╗ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 36 | // ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┓ │ ╚═════════════╝ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 37 | // ┃ Pending ┃───►┃ Posting ┃───────►┃ Invoking ┃───────►┃ SettingResult ┃───┤ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 38 | // ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━┛ │ ╔═════════════╗ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 40 | // │ │ │ ┏━━━━━━━━━━┓ │ │ ╚═════════════╝ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 42 | // │ │ ┗━━━━━━━━━━┛ │ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 44 | // └──────────────┴─────────────┴────────────────────────────────┘ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 95 | // ╔═════════════╗ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 96 | // ┌──────────────────────────────┬───►║ Succeeded ║ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 97 | // ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┓ │ ╚═════════════╝ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 99 | // ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━┛ │ ╔═════════════╗ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 101 | // ╚═════════════╝ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 110 | // ╔═════════════════════╗ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 114 | // ╟─────────────────────╢ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 118 | // ╟─────────────────────╢ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 122 | // ╟─────────────────────╢ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 126 | // ╟─────────────────────╢ | COMMENT |
| MEDIUM⚡ | vnext/Mso/src/future/futureImpl.h | 130 | // ╚═════════════════════╝ | COMMENT |
| MEDIUM | vnext/external/fmt/test/gtest/CMakeLists.txt | 1 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/perf-tests.yml | 37 | # ── Setup ────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/perf-tests.yml | 74 | # ── Run Tests ────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/perf-tests.yml | 91 | # ── Compare & Report ─────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/perf-tests.yml | 115 | # ── Status Gate ──────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/e2e-testing.md | 122 | expect(await field.getText()).toBe('placeholder'); | CODE |
| LOW | …n/TEMP_UntilReactCommonUpdate/jsi/jsi/test/testlib.cpp | 1644 | String str = String::createFromUtf8(rd, "placeholder"); | CODE |
| LOW | …Fabric/Composition/TextInput/WindowsTextInputProps.cpp | 32 | placeholder(convertRawProp(context, rawProps, "placeholder", sourceProps.placeholder, {})), | CODE |
| LOW | packages/playground/Samples/text.tsx | 86 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | packages/playground/Samples/text.tsx | 86 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …32-tester/src/js/components/ListExampleShared.win32.js | 225 | 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \ | CODE |
| LOW | …32-tester/src/js/components/ListExampleShared.win32.js | 225 | 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \ | CODE |
| LOW | …ples-win32/Accessibility/AccessibilityExampleWin32.tsx | 90 | {this.state.expanded ? <Text>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</Te | CODE |
| LOW | …ples-win32/Accessibility/AccessibilityExampleWin32.tsx | 90 | {this.state.expanded ? <Text>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</Te | CODE |
| LOW | …react-native/tester/js/components/ListExampleShared.js | 223 | 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \ | CODE |
| LOW | …react-native/tester/js/components/ListExampleShared.js | 223 | 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \ | CODE |
| LOW | …ester/js/examples/TextInput/TextInputSharedExamples.js | 1220 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …ester/js/examples/TextInput/TextInputSharedExamples.js | 1220 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …react-native/tester/js/examples/XHR/XHRExampleFetch.js | 87 | 'https://microsoftedge.github.io/Demos/json-dummy-data/5MB-min.json'; | CODE |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1185 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris | CODE |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1185 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris | CODE |
| LOW⚡ | …-native/tester/js/examples/Text/TextExample.android.js | 1206 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …-native/tester/js/examples/Text/TextExample.android.js | 1206 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …-native/tester/js/examples/Text/TextExample.android.js | 1212 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …-native/tester/js/examples/Text/TextExample.android.js | 1212 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1710 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1710 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1729 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1729 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …t-native/tester/js/examples/Text/TextSharedExamples.js | 96 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin volutpat | CODE |
| LOW⚡ | …t-native/tester/js/examples/Text/TextSharedExamples.js | 96 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin volutpat | CODE |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 336 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris | CODE |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 336 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris | CODE |
| LOW⚡ | …eact-native/tester/js/examples/Text/TextExample.ios.js | 355 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …eact-native/tester/js/examples/Text/TextExample.ios.js | 355 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …eact-native/tester/js/examples/Text/TextExample.ios.js | 361 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …eact-native/tester/js/examples/Text/TextExample.ios.js | 361 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1117 | Lorem ipsum dolor sit amet,{' '} | CODE |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1117 | Lorem ipsum dolor sit amet,{' '} | CODE |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1551 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1551 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1570 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1570 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …/examples/Accessibility/AccessibilityAndroidExample.js | 70 | <RNTesterText>Dolor sit amet{'\n'}</RNTesterText> | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 111 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 117 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 129 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 136 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 148 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 157 | {filename: 'a\\c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 171 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 177 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 189 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 195 | {filename: 'src-win/a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 208 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, | CODE |
| LOW⚡ | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1239 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1239 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1245 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW⚡ | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1245 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1220 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris | CODE |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1220 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris | CODE |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1912 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1912 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1931 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1931 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | CODE |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1249 | // Step 1: integer promotion & Schubfach multiplier calculation. | COMMENT |
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1304 | // Step 2: Try larger divisor; remove trailing zeros if necessary. | COMMENT |
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1336 | // Step 3: Find the significand with the smaller divisor. | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 535 | // Step 1: Clear the high order bit. We'll deal with it in Step 5. | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 542 | // Step 2: Add 0x25 (37) | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 549 | // Step 3: clear the high order bit | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 555 | // Step 4: Add 0x1a (26) | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 564 | // Step 5: Shift the high order bit 2 spaces to the right: the spot | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 575 | // Step 6: Apply a mask to clear everything except the 0x20 bit | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 581 | // Step 7: Add rotated to c | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 163 | // Step 1: first 8 bytes are network prefix, and can be stripped | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 164 | // Step 2: invert the universal/local (U/L) flag (bit 7) | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 166 | // Step 3: copy these bytes as they are | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 169 | // Step 4: strip bytes (0xfffe), which are bytes_[11] and bytes_[12] | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 170 | // Step 5: copy the rest. | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 20 | ### Step 1: Get Current React Native Version | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 34 | ### Step 2: Parse the Current Version Date | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 47 | ### Step 3: Calculate Target Date (+7 days) | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 57 | ### Step 4: Find Nightly Version on npm | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 83 | ### Step 5: Output Summary | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 96 | ### Step 6: Run Integration Script | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 108 | ### Step 7: Search and Update Remaining package.json Files | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 142 | ### Step 8: Clean node_modules and Reinstall Dependencies | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 171 | ### Step 9: Upgrade Platform Overrides | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 192 | ### Step 10: Commit All Changes | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 208 | ### Step 11: Update Failing Overrides from Upstream | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 284 | ### Step 12: Resolve Merge Conflicts (Human-in-the-Loop) | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 481 | ### Step 13: Post-Merge RNW Playground Validation (Mandatory) | COMMENT |
| LOW | .github/skills/rnw-integration/SKILL.md | 591 | ### Step 14: Deploy and Launch Playground | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …actNative.Managed.IntegrationTests/UnitTestApp.xaml.cs | 70 | Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.CreateDefaultUI(); | CODE |
| CRITICAL | …actNative.Managed.IntegrationTests/UnitTestApp.xaml.cs | 75 | Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.Run(e.Arguments); | CODE |
| CRITICAL | …soft.ReactNative.Managed.UnitTests/UnitTestApp.xaml.cs | 64 | Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.CreateDefaultUI(); | CODE |
| CRITICAL | …soft.ReactNative.Managed.UnitTests/UnitTestApp.xaml.cs | 69 | Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.Run(e.Arguments); | CODE |
| CRITICAL | …t-native-windows/telemetry/src/test/errorUtils.test.ts | 197 | `2:6>C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\XamlCompiler\\Microsoft.Windows.UI.Xaml.Common. | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …t.ReactNative.Managed.CodeGen/DiagnosticDescriptors.cs | 14 | /// to leverage their standardized error formats and location handling. | COMMENT |
| MEDIUM | vnext/Shared/BaseScriptStoreImpl.cpp | 199 | // Essentially, we are trying to construct, | COMMENT |
| MEDIUM | vnext/Shared/OInstance.cpp | 149 | // Essentially, there is an 8 byte long file header with 4 bytes of a magic number followed by 4 bytes to encode | COMMENT |
| MEDIUM | vnext/external/fmt/test/gtest/gtest/gtest.h | 7406 | // This implementation is *not* meant to be as highly tuned or robust | COMMENT |
| MEDIUM | vnext/external/fmt/test/gtest/gtest/gtest.h | 7477 | // In practice, this can be used to test functions that utilize the | COMMENT |
| MEDIUM | vnext/external/fmt/include/fmt/format.h | 3450 | // Compilers are not aware of how to leverage the maximum value of | COMMENT |
| MEDIUM | vnext/external/folly/folly/SharedMutex.h | 1616 | // std::shared_lock specialization for folly::SharedMutex to leverage tokenful | COMMENT |
| MEDIUM | vnext/external/folly/folly/MPMCQueue.h | 64 | /// which is more robust to contention than a CAS loop. Each of the | COMMENT |
| MEDIUM | vnext/external/folly/folly/detail/RangeSse42.cpp | 23 | // Essentially, two versions of this file: one with an SSE42 implementation | COMMENT |
| MEDIUM | …e2e-test-app-fabric/test/LegacyTextHitTestTest.test.ts | 139 | // robust to different screen resolutions and scale settings, the test cases | COMMENT |
| MEDIUM | …e2etest/collateral/0.62.2/jest/assetFileTransformer.js | 19 | // the correct images are loaded for components. Essentially | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1249 | // Step 1: integer promotion & Schubfach multiplier calculation. | COMMENT |
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1304 | // Step 2: Try larger divisor; remove trailing zeros if necessary. | COMMENT |
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1336 | // Step 3: Find the significand with the smaller divisor. | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 535 | // Step 1: Clear the high order bit. We'll deal with it in Step 5. | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 542 | // Step 2: Add 0x25 (37) | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 549 | // Step 3: clear the high order bit | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 555 | // Step 4: Add 0x1a (26) | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 564 | // Step 5: Shift the high order bit 2 spaces to the right: the spot | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 575 | // Step 6: Apply a mask to clear everything except the 0x20 bit | COMMENT |
| LOW⚡ | vnext/external/folly/folly/String.cpp | 581 | // Step 7: Add rotated to c | COMMENT |
| LOW | vnext/external/folly/folly/Conv.cpp | 376 | // that was processed, so we need to check if that character was | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 163 | // Step 1: first 8 bytes are network prefix, and can be stripped | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 164 | // Step 2: invert the universal/local (U/L) flag (bit 7) | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 166 | // Step 3: copy these bytes as they are | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 169 | // Step 4: strip bytes (0xfffe), which are bytes_[11] and bytes_[12] | COMMENT |
| LOW⚡ | vnext/external/folly/folly/IPAddressV6.cpp | 170 | // Step 5: copy the rest. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | vnext/Desktop.UnitTests/OriginPolicyHttpFilterTest.cpp | 305 | // Return allowed headers as requested by client, in lower case. | COMMENT |
| HIGH | vnext/Desktop.UnitTests/OriginPolicyHttpFilterTest.cpp | 346 | // Return allowed headers as requested by client | COMMENT |
| HIGH | …ive.IntegrationTests/codegen/msrnIntegrationTestsJSI.h | 2 | * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vnext/Mso/future/future.h | 231 | // TODO: implement | COMMENT |
| LOW | vnext/Microsoft.ReactNative.Cxx/JSI/JsiAbiApi.cpp | 320 | // TODO: implement | COMMENT |
| LOW | vnext/Microsoft.ReactNative.Cxx/JSI/JsiAbiApi.cpp | 463 | // TODO: implement | COMMENT |
| LOW | vnext/Microsoft.ReactNative.Cxx/JSI/JsiAbiApi.cpp | 810 | // TODO: implement | COMMENT |
| LOW | …xt/Microsoft.ReactNative/Modules/DevSettingsModule.cpp | 54 | // TODO: implement openDebugger() #13437 | COMMENT |
| LOW | …rosoft.ReactNative/Modules/AccessibilityInfoModule.cpp | 31 | // TODO: implement ##14206 | COMMENT |
| LOW | …rosoft.ReactNative/Modules/AccessibilityInfoModule.cpp | 36 | // TODO: implement #14099 | COMMENT |
| LOW | …rosoft.ReactNative/Modules/AccessibilityInfoModule.cpp | 85 | // TODO: implement #14207 | COMMENT |
| LOW | …oft.ReactNative/Modules/Animated/PropsAnimatedNode.cpp | 277 | // TODO: implement perspective animations, tracked by issue #2680 | COMMENT |
| LOW | …oft.ReactNative/Modules/Animated/PropsAnimatedNode.cpp | 280 | // TODO: implement progress animations, tracked by issue #3283 | COMMENT |
| LOW | …t/Microsoft.ReactNative/ReactHost/ReactInstanceWin.cpp | 800 | // TODO: implement | COMMENT |
| LOW | …ext/Microsoft.ReactNative/ReactHost/JSBundle_Win32.cpp | 9 | // TODO: implement | COMMENT |
| LOW | vnext/Mso.UnitTests/future/futureFuncTest.cpp | 111 | // TODO: implement Mso::PotsTimer and Mso::WhenDoneOrTimeout | COMMENT |
| LOW | …actNative.Managed.IntegrationTests/TurboModuleTests.cs | 8 | // TODO: Add tests for methods that throw exceptions | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | CodeQL.yml | 1 | # This file is used to configure CodeQL alerts. | COMMENT |
| MEDIUM | .ado/publish.yml | 3 | # This file is a copy of ci-pipeline.yml kept for backward compatibility | COMMENT |
| MEDIUM | .ado/windows-vs-pr.yml | 3 | # This file is a copy of pr-pipeline.yml kept for backward compatibility | COMMENT |
| MEDIUM | vnext/external/fmt/support/manage.py | 191 | # Create a release on GitHub. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …Native/Fabric/Composition/CompositionContextHelper.cpp | 2137 | // Don't forget to declare your app's minimum required feature level in its | COMMENT |
| LOW | vnext/external/folly/folly/FBString.h | 651 | // Medium strings are copied eagerly. Don't forget to allocate | COMMENT |
| LOW | vnext/external/folly/folly/FBString.h | 721 | // Medium strings are allocated normally. Don't forget to | COMMENT |
| LOW | vnext/external/folly/folly/FBString.h | 802 | // Keep the string at medium size. Don't forget to allocate | COMMENT |
| LOW | vnext/external/folly/folly/FBString.h | 835 | // Don't forget to allocate one extra Char for the terminating null | COMMENT |
| MEDIUM | vnext/external/folly/folly/Format.h | 437 | * so feel free to modify it in place if necessary. (For example, wrap an | COMMENT |
| LOW | …t/external/folly/folly/container/HeterogeneousAccess.h | 48 | // the header that declares T. Don't forget to typedef is_transparent to | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vnext/external/fmt/support/docopt.py | 72 | CODE | |
| LOW | vnext/external/fmt/support/docopt.py | 301 | CODE | |
| LOW | vnext/external/fmt/support/docopt.py | 334 | CODE | |
| LOW | vnext/external/fmt/support/docopt.py | 402 | CODE | |
| LOW | vnext/external/fmt/support/docopt.py | 428 | CODE | |
| LOW | vnext/external/fmt/support/docopt.py | 57 | CODE | |
| LOW | vnext/external/fmt/support/printable.py | 133 | CODE | |
| LOW | vnext/external/fmt/support/manage.py | 116 | CODE | |
| LOW | …t/support/python/mkdocstrings_handlers/cxx/__init__.py | 241 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | vnext/external/fmt/support/printable.py | 194 | print(" if (0x{:x} <= cp && cp < 0x{:x}) return false;".format(a, a + b)) | STRING |
| HIGH | vnext/external/fmt/support/manage.py | 192 | fmt_repo.push('origin', 'release') | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | vnext/external/fmt/doc/ChangeLog-old.md | 2026 | fmt::print("Error: "); | CODE |
| MEDIUM | vnext/external/fmt/doc/ChangeLog-old.md | 3171 | fmt::print("Error: {}"); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …es/Components/RefreshControl/RefreshControl.windows.js | 87 | * ### Usage example | COMMENT |
| LOW | vnext/external/folly/folly/CancellationToken.h | 155 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vnext/external/fmt/support/manage.py | 13 | CODE | |
| LOW | vnext/external/fmt/support/manage.py | 16 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vnext/external/fmt/support/docopt.py | 13 | __all__ = ['docopt'] | CODE |