CodeQL #186
Annotations
11 warnings
|
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/ClaimGroupClaim.cs#L72
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/ClaimGroupClaim.cs#L56
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#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)
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/
|