Skip to content

Claim check

Claim check #207

Triggered via pull request December 31, 2025 16:11
Status Success
Total duration 2m 21s
Artifacts

codeql-analysis.yml

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

Annotations

15 warnings
Analyze (csharp): src/Gemstone.Web.Razor/Callbacks/CallbackDefinition.cs#L91
Non-nullable property 'MethodName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Web.Razor/Callbacks/CallbackDefinition.cs#L101
Possible null reference assignment.
Analyze (csharp): src/Gemstone.Web.Razor/Callbacks/CallbackDefinition.cs#L91
Non-nullable property 'MethodName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Web.Razor/Callbacks/CallbackDefinition.cs#L101
Possible null reference assignment.
Analyze (csharp): src/Gemstone.Web/APIController/SearchPost.cs#L42
Non-nullable property 'OrderBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Web/APIController/SearchPost.cs#L37
Non-nullable property 'Searches' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Web/Security/DefaultTicketStore.cs#L50
Parameter 'optionsMonitor' has no matching param tag in the XML comment for 'DefaultTicketStore.DefaultTicketStore(IMemoryCache, IOptionsMonitor<SessionCacheOptions>)' (but other parameters do)
Analyze (csharp): src/Gemstone.Web/NamespaceDoc.cs#L31
XML comment has cref attribute 'Class' that could not be resolved
Analyze (csharp): src/Gemstone.Web/APIController/ReadOnlyModelController.cs#L426
XML comment has cref attribute 'T' that refers to a type parameter
Analyze (csharp): src/Gemstone.Web/APIController/ReadOnlyModelController.cs#L309
XML comment has cref attribute 'T' that refers to a type parameter
Analyze (csharp): src/Gemstone.Web/APIController/ModelController.cs#L73
XML comment has cref attribute 'T' that refers to a type parameter
Analyze (csharp): src/Gemstone.Web/APIController/ModelController.cs#L57
XML comment has cref attribute 'T' that refers to a type parameter
Analyze (csharp): src/Gemstone.Web/APIController/SearchPost.cs#L42
Non-nullable property 'OrderBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): src/Gemstone.Web/APIController/SearchPost.cs#L37
Non-nullable property 'Searches' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/