Skip to content

CodeQL

CodeQL #155

Triggered via schedule September 6, 2025 18:22
Status Success
Total duration 1m 59s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): src/Gemstone.Data/Model/ClaimGroup.cs#L67
Non-nullable property 'UpdatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Data/Model/ClaimGroup.cs#L51
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Data/Model/ClaimGroup.cs#L37
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Data/Model/AssignedClaim.cs#L79
Non-nullable property 'UpdatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Data/Model/AssignedClaim.cs#L63
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Data/Model/AssignedClaim.cs#L49
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Data/Model/AssignedClaim.cs#L44
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Data/Model/AssignedClaim.cs#L39
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Data/DataInserter.cs#L365
Dereference of a possibly null reference.
Analyze (csharp): src/Gemstone.Data/Schema.cs#L1989
Dereference of a possibly null reference.