Skip to content

Task/rdmp 365 better load metadata logging#2323

Open
JFriel wants to merge 16 commits into
developfrom
task/RDMP-365-better-load-metadata-logging
Open

Task/rdmp 365 better load metadata logging#2323
JFriel wants to merge 16 commits into
developfrom
task/RDMP-365-better-load-metadata-logging

Merge branch 'develop' into task/RDMP-365-better-load-metadata-logging

d12b562
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 13, 2026 in 13s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 67 in Rdmp.Core/DataLoad/Engine/Checks/Checkers/MetadataLoggingConfigurationChecks.cs

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

This assignment to
potentialTasks
is useless, since its value is never read.

Check notice on line 78 in Rdmp.Core.Tests/Curation/UnitTestsAllObjectsSupported.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Where Note test

This foreach loop
implicitly filters its target sequence
- consider filtering the sequence explicitly using '.Where(...)'.