Skip to content

CodeQL

CodeQL #1234

Triggered via schedule October 31, 2025 14:40
Status Success
Total duration 3m 20s
Artifacts

codeql.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): IsIdentifiable/Options/IsIdentifiableReviewerOptions.cs#L26
Non-nullable property 'FailuresCsv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): IsIdentifiable/Failures/Failure.cs#L46
Non-nullable property 'ProblemValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): IsIdentifiable/Failures/Failure.cs#L46
Non-nullable property 'ProblemField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): IsIdentifiable/Failures/Failure.cs#L46
Non-nullable property 'ResourcePrimaryKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): IsIdentifiable/Failures/Failure.cs#L46
Non-nullable property 'Resource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): IsIdentifiable/IsIdentifiableImageManager.cs#L30
Possible null reference argument for parameter 'image' in 'ImageBase<Image<Bgra32>>.ImageBase(int width, int height, PinnedIntArray pixels, Image<Bgra32> image)'.
Analyze (csharp): IsIdentifiable/Allowlists/CsvAllowList.cs#L51
Possible null reference return.
Analyze (csharp): IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_runnerTask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_queryString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_treeReport' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.