Skip to content

Dev

Dev #640

Triggered via pull request December 8, 2025 21:08
Status Success
Total duration 3m 42s
Artifacts

codeql-analysis.yml

on: pull_request
create-matrix
17s
create-matrix
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Responses/Image/ImageResponse.cs#L29
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Responses/Image/ImageResponse.cs#L19
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Requests/Image/CreateImageEditRequest.cs#L22
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Requests/Image/CreateImageEditRequest.cs#L22
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Responses/UsageResponse.cs#L13
Non-nullable property 'InputTokensDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Responses/Image/ImageResponse.cs#L29
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Responses/Image/ImageResponse.cs#L19
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Responses/UsageResponse.cs#L13
Non-nullable property 'InputTokensDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Requests/Image/CreateImageEditRequest.cs#L22
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Betalgo.Ranul.OpenAI.Contracts/Requests/Image/CreateImageEditRequest.cs#L22
Non-nullable property 'Image' 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/