Skip to content

fix(ui): prefill the Builder from the report being edited (ADR D86) #719

fix(ui): prefill the Builder from the report being edited (ADR D86)

fix(ui): prefill the Builder from the report being edited (ADR D86) #719

Triggered via pull request August 17, 2026 17:24
Status Success
Total duration 5m 44s
Artifacts

sonar.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SonarCloud: src/NeoReports.Core/Pipeline/ResiliencePipelineFactory.cs#L49
Extract this nested ternary operation into an independent statement.
SonarCloud: src/NeoReports.Core/Events/InMemoryJobEventStore.cs#L81
Loop should be simplified by calling Select(entry => entry.Key))
SonarCloud: src/NeoReports.Core/Building/ReportColumns.cs#L105
Remove this unused method parameter 'member'.
SonarCloud: src/NeoReports.Core/CompiledReport.cs#L18
Constructor has 16 parameters, which is greater than the 7 authorized.
SonarCloud: src/NeoReports.Core/Registry/ReportRegistry.cs#L17
Refactor 'Names' into a method, properties should not copy collections.
SonarCloud: src/NeoReports.Core/Registry/ReportRegistry.cs#L14
Refactor 'Reports' into a method, properties should not copy collections.
SonarCloud: src/NeoReports.Abstractions/Resilience.cs#L54
Constructor has 8 parameters, which is greater than the 7 authorized.
SonarCloud: src/NeoReports.Abstractions/Sources.cs#L90
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
SonarCloud: src/NeoReports.Abstractions/Resilience.cs#L54
Constructor has 8 parameters, which is greater than the 7 authorized.
SonarCloud: src/NeoReports.Abstractions/Sources.cs#L90
Add the 'out' keyword to parameter 'T' to make it 'covariant'.