Skip to content

Development -> Master #205

Development -> Master

Development -> Master #205

Triggered via pull request January 27, 2026 21:26
Status Success
Total duration 2m 5s
Artifacts

codeql-analysis.yml

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

Annotations

11 warnings
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.
Analyze (csharp): src/Gemstone.Data/Model/SecureTableOperations.cs#L740
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
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/