Skip to content

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

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

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

Triggered via pull request August 9, 2026 20:58
Status Success
Total duration 5m 39s
Artifacts

sonar.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SonarCloud: src/Integrations/NeoReports.AspNetCore/NeoReportsEndpointRouteBuilderExtensions.cs#L1356
Remove this null-forgiving operator; the compiler already knows this expression is not null here.
SonarCloud: src/Integrations/NeoReports.AspNetCore/NeoReportsEndpointRouteBuilderExtensions.cs#L167
Method has 9 parameters, which is greater than the 7 authorized.
SonarCloud: src/Integrations/NeoReports.AspNetCore/NeoReportsEndpointRouteBuilderExtensions.cs#L1378
Remove this null-forgiving operator; the compiler already knows this expression is not null here.
SonarCloud: src/Integrations/NeoReports.AspNetCore/NeoReportsEndpointRouteBuilderExtensions.cs#L1356
Remove this null-forgiving operator; the compiler already knows this expression is not null here.
SonarCloud: src/Integrations/NeoReports.AspNetCore/NeoReportsEndpointRouteBuilderExtensions.cs#L167
Method has 9 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.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/UI/NeoReports.UI/Services/BuilderConfigMapper.cs#L460
All 'Set' method overloads should be adjacent.