Skip to content

fix preinit invoker

cd21f6d
Select commit
Loading
Failed to load commit list.
Closed

Task/rdmp 360 catalogue status change behaviour #2314

fix preinit invoker
cd21f6d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 12, 2026 in 6s

5 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 58 in Rdmp.Core.Tests/DataExport/DataExtraction/ExecuteDatasetExtractionFlatFileDestinationTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dispose may not be called if an exception is thrown during execution Warning test

Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method CreateNewLoggingTaskIfNotExists
.
Dispose missed if exception is thrown by
call to method CreateDataLoadInfo
.
Dispose missed if exception is thrown by
call to method GenerateQueryBuilder
.
Dispose missed if exception is thrown by
call to method PreInitialize
.
Dispose missed if exception is thrown by
call to method ProcessPipelineData
.
Dispose missed if exception is thrown by
call to method Dispose
.
Dispose missed if exception is thrown by
call to method That
.
Dispose missed if exception is thrown by
call to method Exists
.
Dispose missed if exception is thrown by
call to method That
.
Dispose missed if exception is thrown by
call to method ReadAllText
.
Dispose missed if exception is thrown by
call to method EqualTo
.

Check notice on line 79 in Rdmp.Core/CohortCreation/Execution/CohortCompiler.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed 'readonly' opportunity Note

Field '_activator' can be 'readonly'.

Check notice on line 351 in Rdmp.Core/CohortCreation/Execution/CohortCompiler.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Where Note

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

Check notice on line 76 in Rdmp.UI/SubComponents/CohortIdentificationConfigurationUI.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed 'readonly' opportunity Note

Field 'Common' can be 'readonly'.

Check notice on line 26 in Tools/rdmp/CommandLine/Gui/ConsoleGuiCohortIdentificationConfigurationUI.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed 'readonly' opportunity Note

Field 'Common' can be 'readonly'.