Repository Analysis

memstechtips/Winhance

Application designed to optimize, customize and enhance your Windows experience.

2.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of memstechtips/Winhance, a C# project with 11,770 GitHub stars. SynthScan v2.0 examined 218,093 lines of code across 769 source files, recording 229 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 2.9 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).

2.9
Adjusted Score
2.9
Raw Score
100%
Time Factor
2026-07-13
Last Push
11.8K
Stars
C#
Language
218.1K
Lines of Code
769
Files
229
Pattern Hits
2026-07-14
Scan Date
0.03
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 24HIGH 1MEDIUM 63LOW 141

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 229 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.

Hallucination Indicators24 hits · 275 pts
SeverityFileLineSnippetContext
CRITICAL…nce.UI.Tests/ViewModels/RemovalStatusViewModelTests.cs137 .ReturnsAsync(Winhance.Core.Features.Common.Models.OperationResult.Succeeded());CODE
CRITICAL…astructure.Tests/Services/ComboBoxSetupServiceTests.cs107 expectedResult.Options.Add(new Winhance.Core.Features.Common.Interfaces.ComboBoxDisplayOption("Balanced", 0));CODE
CRITICAL…astructure.Tests/Services/ComboBoxSetupServiceTests.cs108 expectedResult.Options.Add(new Winhance.Core.Features.Common.Interfaces.ComboBoxDisplayOption("High Performance"CODE
CRITICAL…astructure.Tests/Services/ComboBoxSetupServiceTests.cs109 expectedResult.Options.Add(new Winhance.Core.Features.Common.Interfaces.ComboBoxDisplayOption("Ultimate", 2));CODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs541 var peer = Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.FromElement(WindowsFilterBuCODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs542 ?? Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.CreatePeerForElement(WinCODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs601 var peer = Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.FromElement(ReviewModeBCODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs602 ?? Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.CreatePeerForElementCODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs612 var peer = Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.FromElement(RootGrid)CODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs613 ?? Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.CreatePeerForElementCODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs634 var geometry = (Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(CODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs876 var peer = Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.FromElement(button)CODE
CRITICALsrc/Winhance.UI/MainWindow.xaml.cs877 ?? Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer.CreatePeerForElement(butCODE
CRITICALsrc/Winhance.UI/Features/Optimize/OptimizePage.xaml.cs330 var geometry = (Microsoft.UI.Xaml.Media.Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertVCODE
CRITICALsrc/Winhance.UI/Features/Optimize/OptimizePage.xaml.cs1064 Data = (Microsoft.UI.Xaml.Media.Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(CODE
CRITICAL…ce.UI/Features/AdvancedTools/AdvancedToolsPage.xaml.cs114 var geometry = (Microsoft.UI.Xaml.Media.Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertValueCODE
CRITICAL…inhance.UI/Features/Common/Converters/IconConverter.cs68 var geometry = (Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(CODE
CRITICAL…e.UI/Features/Common/Controls/SettingsListView.xaml.cs97 current = Microsoft.UI.Xaml.Media.VisualTreeHelper.GetParent(current);CODE
CRITICAL…e.UI/Features/Common/Controls/SettingsListView.xaml.cs106 newParent = Microsoft.UI.Xaml.Media.VisualTreeHelper.GetParent(newParent);CODE
CRITICAL…e.UI/Features/Common/Controls/SettingsListView.xaml.cs157 current = Microsoft.UI.Xaml.Media.VisualTreeHelper.GetParent(current);CODE
CRITICAL…I/Features/Common/Dialogs/ConfigImportDialogBuilder.cs76 Source = new Microsoft.UI.Xaml.Media.Imaging.BitmapImage(new System.Uri(logoUri)),CODE
CRITICAL…inhance.UI/Features/Common/Services/ResourceService.cs12 if (Microsoft.UI.Xaml.Application.Current.Resources.TryGetValue(resourceKey, out var value) && value is string pCODE
CRITICAL…c/Winhance.UI/Features/Customize/CustomizePage.xaml.cs302 var geometry = (Microsoft.UI.Xaml.Media.Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertValueCODE
CRITICAL…c/Winhance.UI/Features/Customize/CustomizePage.xaml.cs995 Data = (Microsoft.UI.Xaml.Media.Geometry)Microsoft.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(CODE
Decorative Section Separators62 hits · 185 pts
SeverityFileLineSnippetContext
MEDIUM…hance.UI.Tests/ViewModels/SettingItemViewModelTests.cs1680 // ───────── Task B4: NumericRange quick-set buttons ─────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs105 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs107 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs163 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs165 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs216 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs218 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs817 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs819 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs952 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs954 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs1013 // ──────────────────────────────────────────────────COMMENT
MEDIUM…ce.UI.Tests/ViewModels/TechnicalDetailsManagerTests.cs1015 // ──────────────────────────────────────────────────COMMENT
MEDIUM…UI.Tests/ViewModels/SettingStatusBannerManagerTests.cs28 // ──────────────────────────────────────────────────COMMENT
MEDIUM…UI.Tests/ViewModels/SettingStatusBannerManagerTests.cs30 // ──────────────────────────────────────────────────COMMENT
MEDIUM…UI.Tests/ViewModels/SettingStatusBannerManagerTests.cs101 // ──────────────────────────────────────────────────COMMENT
MEDIUM…UI.Tests/ViewModels/SettingStatusBannerManagerTests.cs103 // ──────────────────────────────────────────────────COMMENT
MEDIUM…UI.Tests/ViewModels/SettingStatusBannerManagerTests.cs372 // ──────────────────────────────────────────────────COMMENT
MEDIUM…UI.Tests/ViewModels/SettingStatusBannerManagerTests.cs374 // ──────────────────────────────────────────────────COMMENT
MEDIUM…UI.Tests/ViewModels/SettingStatusBannerManagerTests.cs468 // ──────────────────────────────────────────────────COMMENT
MEDIUM…UI.Tests/ViewModels/SettingStatusBannerManagerTests.cs470 // ──────────────────────────────────────────────────COMMENT
MEDIUM…structure.Tests/Utilities/WinGetProgressParserTests.cs10 // ──────────────────────────────────────────────COMMENT
MEDIUM…structure.Tests/Utilities/WinGetProgressParserTests.cs12 // ──────────────────────────────────────────────COMMENT
MEDIUM…structure.Tests/Utilities/WinGetProgressParserTests.cs135 // ──────────────────────────────────────────────COMMENT
MEDIUM…structure.Tests/Utilities/WinGetProgressParserTests.cs137 // ──────────────────────────────────────────────COMMENT
MEDIUM…structure.Tests/Utilities/WinGetProgressParserTests.cs378 // ──────────────────────────────────────────────COMMENT
MEDIUM…structure.Tests/Utilities/WinGetProgressParserTests.cs380 // ──────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs132 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs135 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs175 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs178 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs238 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs241 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs260 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs263 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs317 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ture.Tests/Services/RecommendedSettingsApplierTests.cs319 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rastructure.Tests/Services/IconManifestServiceTests.cs41 // ── Happy path ──────────────────────────────────────────────────────────COMMENT
MEDIUM…rastructure.Tests/Services/IconManifestServiceTests.cs155 // ── HTTP failure ─────────────────────────────────────────────────────────COMMENT
MEDIUM…rastructure.Tests/Services/IconManifestServiceTests.cs194 // ── Malformed JSON ───────────────────────────────────────────────────────COMMENT
MEDIUM…rastructure.Tests/Services/IconManifestServiceTests.cs221 // ── Network exception ────────────────────────────────────────────────────COMMENT
MEDIUM…rastructure.Tests/Services/IconManifestServiceTests.cs242 // ── Logging on success ───────────────────────────────────────────────────COMMENT
MEDIUM…/AdvancedTools/ScriptSections/ScriptPreambleSection.cs43# ============================================================================COMMENT
MEDIUM…/AdvancedTools/ScriptSections/ScriptPreambleSection.cs45# ============================================================================COMMENT
MEDIUM…I/Features/Optimize/ViewModels/SettingItemViewModel.cs218 // ───────── Quick-set buttons ─────────COMMENT
MEDIUM…I/Features/Optimize/ViewModels/SettingItemViewModel.cs459 // ───────── Toggle quick-set buttons ─────────COMMENT
MEDIUM…I/Features/Optimize/ViewModels/SettingItemViewModel.cs530 // ───────── Selection quick-set buttons (single ComboBox) ─────────COMMENT
MEDIUM…I/Features/Optimize/ViewModels/SettingItemViewModel.cs588 // ───────── AC/DC Selection quick-set buttons (PowerCfg Separate + Single AC) ─────────COMMENT
MEDIUM…I/Features/Optimize/ViewModels/SettingItemViewModel.cs703 // ───────── Page-level Quick Actions support (bulk recommended/defaults) ─────────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs29 // ── Sub-ViewModels (public for XAML binding) ──────────────────────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs37 // ── Wizard navigation state ──────────────────────────────────────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs51 // ── Localization labels (read-only, for XAML) ────────────────────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs115 // ── Forwarded commands for backward-compatible XAML bindings ─────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs139 // ── Constructor ──────────────────────────────────────────────────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs233 // ── Wizard navigation ────────────────────────────────────────────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs263 // ── Step state management ────────────────────────────────────────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs388 // ── Sub-VM observation ───────────────────────────────────────────COMMENT
MEDIUM…/Features/AdvancedTools/ViewModels/WimUtilViewModel.cs510 // ── IDisposable ─────────────────────────────────────────────────COMMENT
MEDIUM…/SoftwareApps/Utilities/BloatRemovalScriptGenerator.cs227# ============================================================================COMMENT
MEDIUM…/SoftwareApps/Utilities/BloatRemovalScriptGenerator.cs229# ============================================================================COMMENT
2 more matches not shown…
Over-Commented Block115 hits · 115 pts
SeverityFileLineSnippetContext
LOW…ionTests/Localization/LocalizationKeyReferenceTests.cs21/// the call site, so a miss renders the raw <c>[Key]</c> string in the UI. HARD failure.COMMENT
LOW…ionTests/Localization/LocalizationKeyReferenceTests.cs121COMMENT
LOW…ionTests/Localization/LocalizationKeyReferenceTests.cs241 _output.WriteLine("Computed keys absent from en.json (resolved via GetStringOrFallback — " +COMMENT
LOW…sts/Winhance.UI.Tests/Helpers/ReviewModeFilterTests.cs1using FluentAssertions;COMMENT
LOW…inhance.UI.Tests/Services/SettingStateSnapshotTests.cs21 /// Produces a deterministic JSON map of { settingId -> (recommendedState, defaultState) } for everyCOMMENT
LOW…cture.Tests/Services/BulkSettingsActionServiceTests.cs381 )), Times.Once);COMMENT
LOW…tructure.Tests/Services/WinGetDetectionServiceTests.cs1using FluentAssertions;COMMENT
LOW…frastructure.Tests/Services/WinGetBootstrapperTests.cs1using FluentAssertions;COMMENT
LOW…rastructure/Features/Optimize/Services/PowerService.cs441COMMENT
LOW…cture/Features/SoftwareApps/Services/AppxIconSource.cs21 // Snapshot of packages keyed by FullName. Populated by GetInstalledPackageMapAsync;COMMENT
LOW…tures/SoftwareApps/Services/LightVariantSynthesizer.cs1using System.Runtime.InteropServices.WindowsRuntime;COMMENT
LOW…tures/SoftwareApps/Services/LightVariantSynthesizer.cs21/// the primary's tone (e.g. <c>#333</c>) reads as "faded" against either cardCOMMENT
LOW…tures/SoftwareApps/Services/LightVariantSynthesizer.cs41 // Detection thresholds. An icon is "monochrome" only if essentially noneCOMMENT
LOW…tures/SoftwareApps/Services/LightVariantSynthesizer.cs61 private const double ColoredPixelSaturationThreshold = 0.20;COMMENT
LOW…tures/SoftwareApps/Services/LightVariantSynthesizer.cs81 private const double TwoToneLightLightness = 0.70;COMMENT
LOW…tures/SoftwareApps/Services/LightVariantSynthesizer.cs221 /// <summary>COMMENT
LOW…ture/Features/SoftwareApps/Services/AppIconResolver.cs21 // Cache filenames are <def.Id>.<short-hash>.png. The id makes them readableCOMMENT
LOW…ture/Features/SoftwareApps/Services/AppIconResolver.cs41 // when computing the trim bounding box. The Square44x44Logo PNGs returnedCOMMENT
LOW…ture/Features/SoftwareApps/Services/AppIconResolver.cs61 // AND agree on a single color within BackplateCornerColorTolerance, thatCOMMENT
LOW…ture/Features/SoftwareApps/Services/AppIconResolver.cs421 }COMMENT
LOW…ture/Features/SoftwareApps/Services/AppIconResolver.cs461 /// flood-filling the white yields a clean transparent icon.COMMENT
LOW…ture/Features/SoftwareApps/Services/AppIconResolver.cs681 TryEnqueue(x, y + 1);COMMENT
LOW…twareApps/Services/WinGet/Utilities/WinGetCliRunner.cs61 /// Priority: bundled copy (version-locked, ships with the app) →COMMENT
LOW…twareApps/Services/WinGet/Utilities/WinGetCliRunner.cs161COMMENT
LOW…twareApps/Services/WinGet/Utilities/WinGetCliRunner.cs181 /// </param>COMMENT
LOW…rastructure/Features/Common/Services/VersionService.cs241 return path;COMMENT
LOW…ucture/Features/Common/Services/TaskProgressService.cs41 /// Gets whether a task is currently running.COMMENT
LOW…I/Features/Optimize/ViewModels/SettingItemViewModel.cs221 // of its control when the ShowInfoBadges preference is on AND the setting has atCOMMENT
LOW…I/Features/Optimize/ViewModels/SettingItemViewModel.cs461 SettingDefinition?.RegistrySettings?.FirstOrDefault(r => r.IsPrimary)COMMENT
LOW…I/Features/Optimize/ViewModels/SettingItemViewModel.cs881 ReviewApprovalChanged?.Invoke(this, false);COMMENT
LOW…I/Features/Optimize/ViewModels/SettingItemViewModel.cs2081 // Resolution order for Recommended:COMMENT
LOW…eatures/Optimize/ViewModels/TechnicalDetailsManager.cs301 {COMMENT
LOW…ance.UI/Features/SoftwareApps/SoftwareAppsPage.xaml.cs61 /// <c>IsTextScaleFactorEnabled</c>, but fixed cell widths baked intoCOMMENT
LOW…ance.UI/Features/SoftwareApps/SoftwareAppsPage.xaml.cs281 int cols = System.Math.Max(1,COMMENT
LOW…atures/SoftwareApps/ViewModels/WindowsAppsViewModel.cs201 /// Loads items - alias for LoadAppsAndCheckInstallationStatusAsync for ConfigurationService compatibility.COMMENT
LOW…tures/SoftwareApps/ViewModels/ExternalAppsViewModel.cs221 private Task? _loadTask;COMMENT
LOW…I/Features/SoftwareApps/ViewModels/AppItemViewModel.cs241 public bool ShowNonReinstallableChip => !Definition.CanBeReinstalled;COMMENT
LOW…tures/SoftwareApps/ViewModels/SoftwareAppsViewModel.cs241 /// Hint shown when hovering the Sort button while it is disabled in Table view —COMMENT
LOW…res/AdvancedTools/ViewModels/AdvancedToolsViewModel.cs21 public string PageTitle => _localizationService.GetString("Nav_AdvancedTools");COMMENT
LOW…res/AdvancedTools/ViewModels/AdvancedToolsViewModel.cs41 public string WimUtilDisplayName => _localizationService.GetString("WIMUtil_Title") ?? "WIMUtil";COMMENT
LOW…tures/AdvancedTools/Models/AdvancedToolsSectionInfo.cs1namespace Winhance.UI.Features.AdvancedTools.Models;COMMENT
LOW…/Features/Common/Extensions/DI/UIServicesExtensions.cs21COMMENT
LOW…e.UI/Features/Common/Controls/SettingsListView.xaml.cs61 SettingsListViewControl.LosingFocus += ListView_LosingFocus;COMMENT
LOW…nhance.UI/Features/Common/Controls/UniformWrapPanel.cs1using System;COMMENT
LOW…UI/Features/Common/Helpers/AutoSuggestBoxExtensions.cs1using Microsoft.UI.Xaml;COMMENT
LOW…inhance.UI/Features/Common/Helpers/ReviewModeFilter.cs1using Winhance.Core.Features.Common.Interfaces;COMMENT
LOW…inhance.UI/Features/Common/Helpers/ReviewModeFilter.cs21/// <c>EnterReviewModeAsync</c> but whose ViewModel had not yet been hydrated (sub-pageCOMMENT
LOW…Winhance.UI/Features/Common/Helpers/TextScaleHelper.cs1using Windows.UI.ViewManagement;COMMENT
LOW…inhance.UI/Features/Common/Helpers/PageScrollHelper.cs1using Microsoft.UI.Xaml;COMMENT
LOW…inhance.UI/Features/Common/Helpers/PageScrollHelper.cs21/// Focus does not move — matching mouse-wheel-chord / browser semantics, which isCOMMENT
LOW…ce.UI/Features/Common/Interfaces/IDispatcherService.cs1using Microsoft.UI.Dispatching;COMMENT
LOW…ce.UI/Features/Common/Interfaces/IDispatcherService.cs21 bool HasThreadAccess { get; }COMMENT
LOW…ce.UI/Features/Common/Interfaces/IDispatcherService.cs41 /// <returns>A task representing the completion of the action.</returns>COMMENT
LOW…ance.UI/Features/Common/Interfaces/INavBadgeService.cs1using System;COMMENT
LOW…ance.UI/Features/Common/Interfaces/INavBadgeService.cs21 IReadOnlyList<NavBadgeUpdate> ComputeNavBadges();COMMENT
LOW…eatures/Common/Interfaces/ISettingViewModelEnricher.cs1using Winhance.Core.Features.Common.Models;COMMENT
LOW…inhance.UI/Features/Common/Interfaces/IThemeService.cs21public interface IThemeServiceCOMMENT
LOW…eatures/Common/Interfaces/ISettingsFeatureViewModel.cs21 string DisplayName { get; }COMMENT
LOW…eatures/Common/Interfaces/ISettingsFeatureViewModel.cs41 bool IsLoading { get; }COMMENT
LOW…ce.UI/Features/Common/Interfaces/IFilePickerService.cs1namespace Winhance.UI.Features.Common.Interfaces;COMMENT
55 more matches not shown…
Verbosity Indicators11 hits · 16 pts
SeverityFileLineSnippetContext
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs130 // Step 1: Get download links from store.rg-adguard.net APICOMMENT
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs145 // Step 2: Separate main packages and dependenciesCOMMENT
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs156 // Step 3: Download the main package first (prefer bundles)COMMENT
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs177 // Step 4: Try installing without dependencies firstCOMMENT
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs197 // Step 5: Iteratively resolve and install dependencies (max 5 rounds)COMMENT
LOW…cedTools/ScriptSections/SpecialFeatureScriptSection.cs59 sb.AppendLine($"{indent} # Step 1: Create directory");CODE
LOW…cedTools/ScriptSections/SpecialFeatureScriptSection.cs64 sb.AppendLine($"{indent} # Step 2: Create XML content");CODE
LOW…cedTools/ScriptSections/SpecialFeatureScriptSection.cs77 sb.AppendLine($"{indent} # Step 3: Save XML file");CODE
LOW…ure/Features/Common/Services/WindowsRegistryService.cs330 // we need to check if both EnabledValue and DisabledValue are null.COMMENT
LOW…/Features/SoftwareApps/Models/OneDriveRemovalScript.cs167# Step 1: Remove OneDrive AppxPackage and check registry for OneDrive installationCOMMENT
LOW…/Features/SoftwareApps/Models/OneDriveRemovalScript.cs265# Step 3: Always run cleanup tasksCOMMENT
Structural Annotation Overuse10 hits · 14 pts
SeverityFileLineSnippetContext
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs130 // Step 1: Get download links from store.rg-adguard.net APICOMMENT
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs145 // Step 2: Separate main packages and dependenciesCOMMENT
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs156 // Step 3: Download the main package first (prefer bundles)COMMENT
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs177 // Step 4: Try installing without dependencies firstCOMMENT
LOW…Features/SoftwareApps/Services/StoreDownloadService.cs197 // Step 5: Iteratively resolve and install dependencies (max 5 rounds)COMMENT
LOW…cedTools/ScriptSections/SpecialFeatureScriptSection.cs59 sb.AppendLine($"{indent} # Step 1: Create directory");CODE
LOW…cedTools/ScriptSections/SpecialFeatureScriptSection.cs64 sb.AppendLine($"{indent} # Step 2: Create XML content");CODE
LOW…cedTools/ScriptSections/SpecialFeatureScriptSection.cs77 sb.AppendLine($"{indent} # Step 3: Save XML file");CODE
LOW…/Features/SoftwareApps/Models/OneDriveRemovalScript.cs167# Step 1: Remove OneDrive AppxPackage and check registry for OneDrive installationCOMMENT
LOW…/Features/SoftwareApps/Models/OneDriveRemovalScript.cs265# Step 3: Always run cleanup tasksCOMMENT
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH.github/workflows/stale-issues.yml21 # Days of inactivity before closing (7 days as requested)COMMENT
Redundant / Tautological Comments5 hits · 7 pts
SeverityFileLineSnippetContext
LOW…Core/Features/SoftwareApps/Models/EdgeRemovalScript.cs38# Check if script is running as AdministratorCOMMENT
LOW…Core/Features/SoftwareApps/Models/EdgeRemovalScript.cs65 # Check if log file exists and is over 500KB (512000 bytes)COMMENT
LOW…/Features/SoftwareApps/Models/OneDriveRemovalScript.cs36# Check if script is running as AdministratorCOMMENT
LOW…/Features/SoftwareApps/Models/OneDriveRemovalScript.cs63 # Check if log file exists and is over 500KB (512000 bytes)COMMENT
LOW…/SoftwareApps/Utilities/BloatRemovalScriptGenerator.cs93 sb.AppendLine("# Check if script is running as Administrator");CODE
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…astructure.Tests/Services/ScheduledTaskServiceTests.cs157 // Verify that the method is robust against all types of failuresCOMMENT