Repository Analysis

jasontaylordev/CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core

3.3 Likely human-written View on GitHub
3.3
Adjusted Score
3.3
Raw Score
100%
Time Factor
2026-05-28
Last Push
20,119
Stars
C#
Language
27,670
Lines of Code
215
Files
31
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 26LOW 5

Pattern Findings

31 matches across 2 categories. Click a row to expand file-level details.

Decorative Section Separators26 hits · 87 pts
SeverityFileLineSnippet
MEDIUMsrc/Web/ClientApp/src/styles.scss9// ── Base font size & typography ───────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss22// ── Header ────────────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss58// ── Main content ──────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss63// ── Nav brand ─────────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss72// ── Login / Register centered layout ──────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss92// ── Danger color — more vivid in dark mode ────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss103// ── Nav separator ─────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss112// ── Theme toggle ───────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss130// ── Icon buttons ───────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss158// ── Todo layout ───────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss299// ── Dialog header/footer ───────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp/src/styles.scss324// ── Button variants (not compiled in classless mode — defined manually) ───────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss9// ── Base font size & typography ───────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss22// ── Header ────────────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss58// ── Main content ──────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss63// ── Nav brand ─────────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss72// ── Login / Register centered layout ──────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss86// ── Danger color — more vivid in dark mode ────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss97// ── Nav separator ─────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss106// ── Theme toggle ───────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss124// ── Icon buttons ───────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss148// ── Todo layout ───────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss289// ── Dialog header/footer ───────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/styles.scss314// ── Button variants (not compiled in classless mode — defined manually) ───────
MEDIUMsrc/Web/ClientApp-React/src/components/Todo.jsx52 // ── Lists ──────────────────────────────────────────────────────────────────
MEDIUMsrc/Web/ClientApp-React/src/components/Todo.jsx121 // ── Items ──────────────────────────────────────────────────────────────────
Over-Commented Block5 hits · 5 pts
SeverityFileLineSnippet
LOW.github/FUNDING.yml1# These are supported funding model platforms
LOW…c/Web/Infrastructure/EndpointRouteBuilderExtensions.cs1using System.Diagnostics.CodeAnalysis;
LOWsrc/Web/Infrastructure/IEndpointGroup.cs1namespace CleanArchitecture.Web.Infrastructure;
LOWsrc/Shared/Services.cs1namespace CleanArchitecture.Shared;
LOWsrc/Application/Common/Security/AuthorizeAttribute.cs1namespace CleanArchitecture.Application.Common.Security;