Repository Analysis

MudBlazor/MudBlazor

Blazor Component Library based on Material Design principles. Do more with Blazor, utilizing CSS and keeping JavaScript to a bare minimum.

8.4 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of MudBlazor/MudBlazor, a C# project with 10,498 GitHub stars. SynthScan v2.0 examined 248,168 lines of code across 1369 source files, recording 1426 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 8.4 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).

8.4
Adjusted Score
8.4
Raw Score
100%
Time Factor
2026-07-14
Last Push
10.5K
Stars
C#
Language
248.2K
Lines of Code
1.4K
Files
1.4K
Pattern Hits
2026-07-14
Scan Date
0.05
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 69HIGH 1MEDIUM 6LOW 1350

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 1426 distinct pattern matches across 7 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block1340 hits · 1324 pts
SeverityFileLineSnippetContext
LOWsrc/MudBlazor.UnitTests/Utilities/BuilderExtensions.cs1// Copyright (c) 2011 - 2019 Ed CharbeneauCOMMENT
LOWsrc/MudBlazor.UnitTests/Utilities/BuilderExtensions.cs21 public static string? NullIfEmpty(this CssBuilder builder) =>COMMENT
LOW…c/MudBlazor.UnitTests/Utilities/Mask/BlockMaskTests.cs241 // Assert - Literal blocks are treated as delimitersCOMMENT
LOWsrc/MudBlazor.UnitTests/Components/TableTests.cs2441 {COMMENT
LOWsrc/MudBlazor.UnitTests/Components/DataGridTests.cs4081 //{COMMENT
LOWsrc/MudBlazor.UnitTests/Components/DataGridTests.cs4101 // // at this point, the column picker should be openCOMMENT
LOWsrc/MudBlazor.UnitTests/Components/DataGridTests.cs4981 // var guidColumn = grid.RenderedColumns.FirstOrDefault(x => x.PropertyName == "Id");COMMENT
LOWsrc/MudBlazor.UnitTests/Components/NumericFieldTests.cs281 string changed_text = null;COMMENT
LOWsrc/MudBlazor.UnitTests/Components/NumericFieldTests.cs301 // await comp.Find("input").ChangeAsync("A");COMMENT
LOWsrc/MudBlazor.UnitTests/Components/PopoverTests.cs21 options.ThrowOnDuplicateProvider.Should().Be(true);COMMENT
LOWsrc/MudBlazor.UnitTests/Components/PopoverTests.cs41 // .Verifiable();COMMENT
LOWsrc/MudBlazor.UnitTests/Components/PopoverTests.cs61 // mock.VerifyNoOtherCalls();COMMENT
LOWsrc/MudBlazor.UnitTests/Components/PopoverTests.cs81 // var comp = Context.Render<MudBadge>(p =>COMMENT
LOWsrc/MudBlazor.Analyzers/Resources.Designer.cs1//------------------------------------------------------------------------------COMMENT
LOW…/MudBlazor.Analyzers/Internal/CompilationExtensions.cs21 /// <list type="number">COMMENT
LOWsrc/MudBlazor.Analyzers/Internal/Attributes.cs41 [AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.Property | AttributeTargets.RCOMMENT
LOW…lazor.Benchmarks/ObserverManagerComparisonBenchmark.cs1// Copyright (c) MudBlazor 2021COMMENT
LOW…dBlazor.Benchmarks/SyntheticParameterStateContainer.cs1// Copyright (c) MudBlazor 2021COMMENT
LOW…dBlazor.Benchmarks/SyntheticParameterStateContainer.cs21/// 3. OnParametersSet - called after OnInitializedCOMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedMember.cs1// Copyright (c) MudBlazor 2021COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedMember.cs21 public string? Category { get; init; }COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedMember.cs41 public required string Name { get; init; }COMMENT
LOWsrc/MudBlazor.Docs.Compiler/ApiDocumentationWriter.cs1// Copyright (c) MudBlazor 2021COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedProperty.cs1// Copyright (c) MudBlazor 2021COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedProperty.cs21 /// The <see cref="EventHandler"/> called when this property changes.COMMENT
LOWsrc/MudBlazor.Docs.Compiler/ApiDocumentationBuilder.cs21/// to the <c>MudBlazor.Docs</c> such as <see cref="DocumentedType"/>, <see cref="DocumentedMethod"/>, <see cref="DocumeCOMMENT
LOWsrc/MudBlazor.Docs.Compiler/ApiDocumentationBuilder.cs41COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedEvent.cs1// Copyright (c) MudBlazor 2021COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedEvent.cs21 /// The property which triggers this event.COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedLink.cs21 /// The property to link to.COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedLink.cs41 /// The link to a type or member.COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedType.cs21 /// The unique key for this type.COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedType.cs41 /// The type is a base class.COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedType.cs61 /// The methods in this type.COMMENT
LOWsrc/MudBlazor.Docs.Compiler/DocumentedMethod.cs1// Copyright (c) MudBlazor 2021COMMENT
LOWsrc/MudBlazor/Interop/BoundingClientRect.cs1namespace MudBlazor.Interop;COMMENT
LOWsrc/MudBlazor/Interop/BoundingClientRect.cs21 /// <returns>COMMENT
LOWsrc/MudBlazor/Interop/BoundingClientRect.cs41 /// </summary>COMMENT
LOWsrc/MudBlazor/Interop/BoundingClientRect.cs61 /// </summary>COMMENT
LOWsrc/MudBlazor/Interop/BoundingClientRect.cs81 /// The horizontal offset from the right edge including the horizontal scroll.COMMENT
LOWsrc/MudBlazor/Interop/BoundingClientRect.cs101 /// </returns>COMMENT
LOWsrc/MudBlazor/Interop/ElementSize.cs1namespace MudBlazor.Interop;COMMENT
LOWsrc/MudBlazor/Enums/HorizontalAlignment.cs21 [Description("left")]COMMENT
LOWsrc/MudBlazor/Enums/InputMode.cs21 /// </summary>COMMENT
LOWsrc/MudBlazor/Enums/InputMode.cs41 /// <a href="https://developer.mozilla.org/docs/Web/HTML/Global_attributes/inputmode#numeric">Reference</a>COMMENT
LOWsrc/MudBlazor/Enums/ColorPickerView.cs21 /// Colors are chosen from a pre-defined palette.COMMENT
LOWsrc/MudBlazor/Enums/Page.cs1// Copyright (c) MudBlazor 2021COMMENT
LOWsrc/MudBlazor/Enums/OpenToView.cs1COMMENT
LOWsrc/MudBlazor/Enums/OpenToView.cs21 /// </summary>COMMENT
LOWsrc/MudBlazor/Enums/ObjectPosition.cs21 /// <summary>COMMENT
LOWsrc/MudBlazor/Enums/Color.cs61 /// The dark color theme, usually used for dark mode or dark-themed elements.COMMENT
LOWsrc/MudBlazor/Enums/Color.cs81 /// <summary>COMMENT
LOWsrc/MudBlazor/Enums/OverflowBehavior.cs21COMMENT
LOWsrc/MudBlazor/Enums/Edge.cs1using System.ComponentModel;COMMENT
LOWsrc/MudBlazor/Enums/Edge.cs21 /// <remarks>COMMENT
LOWsrc/MudBlazor/Enums/Edge.cs41 /// </summary>COMMENT
LOWsrc/MudBlazor/Enums/Typo.cs61 /// <summary>COMMENT
LOWsrc/MudBlazor/Enums/DefaultFocus.cs21 /// <summary>COMMENT
LOWsrc/MudBlazor/Enums/Anchor.cs21 [Description("right")]COMMENT
LOWsrc/MudBlazor/Enums/DialogPosition.cs41 /// The dialog will appear on the upper-left corner of the screen.COMMENT
1280 more matches not shown…
Hallucination Indicators69 hits · 725 pts
SeverityFileLineSnippetContext
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs336 comp.Instance.Child1Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs337 comp.Instance.Child2Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs338 comp.Instance.Child3Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs339 comp.Instance.Child4Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs341 comp.Instance.Child1Instance.ExpandedState.InitialValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs342 comp.Instance.Child2Instance.ExpandedState.InitialValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs343 comp.Instance.Child3Instance.ExpandedState.InitialValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs344 comp.Instance.Child4Instance.ExpandedState.InitialValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs346 comp.Instance.Child1Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs347 comp.Instance.Child2Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs348 comp.Instance.Child3Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs349 comp.Instance.Child4Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs351 comp.Instance.Child1Instance.ExpandedState.HasCallback.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs352 comp.Instance.Child2Instance.ExpandedState.HasCallback.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs353 comp.Instance.Child3Instance.ExpandedState.HasCallback.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs354 comp.Instance.Child4Instance.ExpandedState.HasCallback.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs382 comp.Instance.Child1Instance.ExpandedState.InitialValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs383 comp.Instance.Child2Instance.ExpandedState.InitialValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs384 comp.Instance.Child3Instance.ExpandedState.InitialValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs385 comp.Instance.Child4Instance.ExpandedState.InitialValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs387 comp.Instance.Child1Instance.ExpandedState.Value.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs388 comp.Instance.Child2Instance.ExpandedState.Value.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs389 comp.Instance.Child3Instance.ExpandedState.Value.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs390 comp.Instance.Child4Instance.ExpandedState.Value.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs392 comp.Instance.Child1Instance.ExpandedState.RenderValue.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs393 comp.Instance.Child2Instance.ExpandedState.RenderValue.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs394 comp.Instance.Child3Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs395 comp.Instance.Child4Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs423 comp.Instance.Child1Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs424 comp.Instance.Child2Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs425 comp.Instance.Child3Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs426 comp.Instance.Child4Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs428 comp.Instance.Child1Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs429 comp.Instance.Child2Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs430 comp.Instance.Child3Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs431 comp.Instance.Child4Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs460 comp.Instance.Child1Instance.ExpandedState.Value.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs461 comp.Instance.Child2Instance.ExpandedState.Value.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs462 comp.Instance.Child3Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs463 comp.Instance.Child4Instance.ExpandedState.Value.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs465 comp.Instance.Child1Instance.ExpandedState.RenderValue.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs466 comp.Instance.Child2Instance.ExpandedState.RenderValue.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs467 comp.Instance.Child3Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs468 comp.Instance.Child4Instance.ExpandedState.RenderValue.Should().BeTrue();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs495 comp.Instance.Child1Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs496 comp.Instance.Child2Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs497 comp.Instance.Child3Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs498 comp.Instance.Child4Instance.ExpandedState.Value.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs500 comp.Instance.Child1Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs501 comp.Instance.Child2Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs502 comp.Instance.Child3Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…/MudBlazor.UnitTests/State/ParameterStateUsageTests.cs503 comp.Instance.Child4Instance.ExpandedState.RenderValue.Should().BeFalse();CODE
CRITICAL…MudBlazor.UnitTests/Components/DateRangePickerTests.cs181 comp.Instance.DateRange.Start.Value.Month.Should().Be(start.Month);CODE
CRITICAL…MudBlazor.UnitTests/Components/DateRangePickerTests.cs182 comp.Instance.DateRange.End.Value.Month.Should().Be(start.Month);CODE
CRITICAL…MudBlazor.UnitTests/Components/DateRangePickerTests.cs333 comp.Instance.PickerMonth.Value.Month.Should().Be(12);CODE
CRITICALsrc/MudBlazor.UnitTests/Components/TableTests.cs2126 tableComponent.Instance.Context.HeaderRows.Count.Should().Be(1);CODE
CRITICALsrc/MudBlazor.UnitTests/Components/TableTests.cs2127 tableComponent.Instance.Context.GroupRows.Count.Should().Be(0);CODE
CRITICALsrc/MudBlazor.UnitTests/Components/TableTests.cs2128 tableComponent.Instance.Context.Rows.Count.Should().Be(9);CODE
CRITICALsrc/MudBlazor.UnitTests/Components/TableTests.cs2152 tableComponent.Instance.Context.GroupRows.Count.Should().Be(4);CODE
CRITICALsrc/MudBlazor.UnitTests/Components/TableTests.cs2191 tableComponent.Instance.Context.GroupRows.Count.Should().Be(13); // 4 categories and 9 cars (can repeat on dCODE
9 more matches not shown…
Fake / Example Data9 hits · 11 pts
SeverityFileLineSnippetContext
LOW…Blazor.UnitTests/Utilities/Mask/RegexMaskEmailTests.cs105 [TestCase("user@example.com", "user@example.com")] //validCODE
LOW…Blazor.UnitTests/Utilities/Mask/RegexMaskEmailTests.cs112 [TestCase("user@.example.com", "user@example.com")] //invalidCODE
LOW…Blazor.UnitTests/Utilities/Mask/RegexMaskEmailTests.cs113 [TestCase("user@-example.com", "user@example.com")]CODE
LOW…Blazor.UnitTests/Utilities/Mask/RegexMaskEmailTests.cs115 [TestCase("user@example..com", "user@example.com")]CODE
LOW…MudBlazor.UnitTests/Components/DateRangePickerTests.cs56 comp.Find("input").Attributes["placeholder"].Value.Should().Be("Start");CODE
LOW…MudBlazor.UnitTests/Components/DateRangePickerTests.cs57 comp.FindAll("input").Skip(1).First().Attributes["placeholder"].Value.Should().Be("End");CODE
LOWsrc/MudBlazor.UnitTests/Components/NumericFieldTests.cs165 .Add(x => x.Placeholder, "placeholder"));CODE
LOWsrc/MudBlazor.UnitTests/Components/TextFieldTests.cs315 await comp.SetParametersAndRenderAsync(parameters => parameters.Add(p => p.Placeholder, "placeholder"));CODE
LOWsrc/MudBlazor.Analyzers/HTMLAttributes.cs36 "open", "optimum", "pattern", "placeholder", "popover", "popovertarget",CODE
Decorative Section Separators3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…r.UnitTests/Components/Charts/ScatterPlotChartTests.cs628 // ── Y-axis scale ────────────────────────────────────────────────────────COMMENT
MEDIUM…r.UnitTests/Components/Charts/ScatterPlotChartTests.cs755 // ── X-axis scale ────────────────────────────────────────────────────────COMMENT
MEDIUM…r.UnitTests/Components/Charts/ScatterPlotChartTests.cs800 // ── Tooltips ─────────────────────────────────────────────────────────────COMMENT
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMsrc/MudBlazor/Components/Picker/MudPicker.razor.cs758 // A proxy for components that will utilize ParameterStateCOMMENT
MEDIUMsrc/MudBlazor/Components/Picker/MudPicker.razor.cs763 // A proxy for components that will utilize ParameterStateCOMMENT
MEDIUMsrc/MudBlazor/Services/Popover/PopoverService.cs211 // we would utilize IReadOnlyCollection<PopoverQueueContainer>. This new collection would consist of various opeCOMMENT
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHsrc/MudBlazor.Analyzers/Resources.Designer.cs3// This code was generated by a tool.COMMENT
Verbosity Indicators1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/MudBlazor/Components/DatePicker/MudDatePicker.cs64 // will be null. We need to check if the text has been set my the user and if so handle tha validationCOMMENT