Skip to content

docs: Add Research Visualization documentation #118

docs: Add Research Visualization documentation

docs: Add Research Visualization documentation #118

Triggered via push January 24, 2026 05:02
Status Failure
Total duration 1m 2s
Artifacts

ci.yaml

on: push
Lint Markdown
13s
Lint Markdown
Build & Test
59s
Build & Test
Code Quality Analysis
50s
Code Quality Analysis
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Lint Markdown: docs/adr/0001-sqlite-wasm-selection.md#L46
Lists should be surrounded by blank lines [Context: "- Most mature and battle-teste..."]
Lint Markdown: docs/adr/0001-sqlite-wasm-selection.md#L30
Fenced code blocks should have a language specified [Context: "```"]
Lint Markdown: docs/adr/0001-sqlite-wasm-selection.md#L16
Lists should be surrounded by blank lines [Context: "- Query pre-built SQLite datab..."]
Lint Markdown
Line length [Expected: 120; Actual: 216]
Lint Markdown: CONTRIBUTING.md#L159
Fenced code blocks should have a language specified [Context: "```"]
Lint Markdown: CONTRIBUTING.md#L147
Fenced code blocks should have a language specified [Context: "```"]
Lint Markdown: config/README.md#L13
Lists should be surrounded by blank lines [Context: "- `appsettings.local.json` - L..."]
Lint Markdown: config/README.md#L12
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Future Files"]
Lint Markdown: config/README.md#L8
Lists should be surrounded by blank lines [Context: "- **File**: `gexvisor-projects..."]
Lint Markdown: config/README.md#L7
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### GitHub App Private Key"]
Code Quality Analysis: tests/GexVisor.UI.Tests/Services/ComparisonServiceTests.cs#L269
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
Code Quality Analysis: tests/GexVisor.UI.Tests/Components/CorrelationMatrixTests.cs#L184
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
Code Quality Analysis: tests/GexVisor.UI.Tests/Components/CorrelationMatrixTests.cs#L169
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
Code Quality Analysis: tests/GexVisor.UI.Tests/Services/GexStateServiceCacheTests.cs#L193
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
Code Quality Analysis: tests/GexVisor.UI.Tests/Services/AlertServiceTests.cs#L188
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
Code Quality Analysis: tests/GexVisor.UI.Tests/Services/AlertServiceTests.cs#L180
Do not use Enumerable methods on indexable collections. Instead use the collection directly. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1826)
Code Quality Analysis: tests/GexVisor.UI.Tests/Services/BacktestServiceTests.cs#L134
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
Code Quality Analysis: tests/GexVisor.UI.Tests/Components/CorrelationMatrixTests.cs#L59
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
Code Quality Analysis: tests/GexVisor.UI.Tests/Services/PaperTradeServiceTests.cs#L11
XML comment has badly formed XML -- 'Reference to undefined entity 'L'.'
Code Quality Analysis: tests/GexVisor.Core.Tests/JournalFrameworkTests.cs#L6
XML comment has badly formed XML -- 'Reference to undefined entity 'L'.'
Build & Test
Process completed with exit code 2.