fix(ui): prefill the Builder from the report being edited (ADR D86) #718
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'.
|