Skip to content

CodeQL

CodeQL #182

Triggered via schedule November 15, 2025 18:24
Status Success
Total duration 2m 1s
Artifacts

codeql-analysis.yml

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

Annotations

1 error and 10 warnings
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
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/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/DataInserter.cs#L365
Dereference of a possibly null reference.
Analyze (csharp): src/Gemstone.Data/Schema.cs#L1989
Dereference of a possibly null reference.