Skip to content

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

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

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

Triggered via pull request August 17, 2026 15:34
Status Success
Total duration 6m 8s
Artifacts

sonar.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SonarCloud: src/UI/NeoReports.UI/Pages/Builder.razor#L210
Remove this null-forgiving operator; nullable warnings are disabled here.
SonarCloud: src/UI/NeoReports.UI/Pages/JobRunning.razor#L151
Make 'Where' a static property.
SonarCloud: src/UI/NeoReports.UI/Components/UI/FormatCard.razor#L15
Remove this null-forgiving operator; nullable warnings are disabled here.
SonarCloud: src/UI/NeoReports.UI/Components/UI/ReportCard.razor#L57
Remove this null-forgiving operator; nullable warnings are disabled here.
SonarCloud: src/UI/NeoReports.UI/Services/JobRowFormatter.cs#L41
Define a constant instead of using this literal 'Cancelled' 4 times.
SonarCloud: src/UI/NeoReports.UI/Services/JobRowFormatter.cs#L40
Define a constant instead of using this literal 'Completed' 5 times.
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'.