Clean Architecture Solution Template for ASP.NET Core
31 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/Web/ClientApp/src/styles.scss | 9 | // ── Base font size & typography ─────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 22 | // ── Header ──────────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 58 | // ── Main content ────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 63 | // ── Nav brand ───────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 72 | // ── Login / Register centered layout ────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 92 | // ── Danger color — more vivid in dark mode ──────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 103 | // ── Nav separator ───────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 112 | // ── Theme toggle ─────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 130 | // ── Icon buttons ─────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 158 | // ── Todo layout ─────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 299 | // ── Dialog header/footer ─────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp/src/styles.scss | 324 | // ── Button variants (not compiled in classless mode — defined manually) ─────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 9 | // ── Base font size & typography ─────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 22 | // ── Header ──────────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 58 | // ── Main content ────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 63 | // ── Nav brand ───────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 72 | // ── Login / Register centered layout ────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 86 | // ── Danger color — more vivid in dark mode ──────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 97 | // ── Nav separator ───────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 106 | // ── Theme toggle ─────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 124 | // ── Icon buttons ─────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 148 | // ── Todo layout ─────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 289 | // ── Dialog header/footer ─────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/styles.scss | 314 | // ── Button variants (not compiled in classless mode — defined manually) ─────── |
| MEDIUM | src/Web/ClientApp-React/src/components/Todo.jsx | 52 | // ── Lists ────────────────────────────────────────────────────────────────── |
| MEDIUM | src/Web/ClientApp-React/src/components/Todo.jsx | 121 | // ── Items ────────────────────────────────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/FUNDING.yml | 1 | # These are supported funding model platforms |
| LOW | …c/Web/Infrastructure/EndpointRouteBuilderExtensions.cs | 1 | using System.Diagnostics.CodeAnalysis; |
| LOW | src/Web/Infrastructure/IEndpointGroup.cs | 1 | namespace CleanArchitecture.Web.Infrastructure; |
| LOW | src/Shared/Services.cs | 1 | namespace CleanArchitecture.Shared; |
| LOW | src/Application/Common/Security/AuthorizeAttribute.cs | 1 | namespace CleanArchitecture.Application.Common.Security; |