Skip to content

Merge pull request #764 from betalgo/dev #647

Merge pull request #764 from betalgo/dev

Merge pull request #764 from betalgo/dev #647

Triggered via push December 9, 2025 20:41
Status Success
Total duration 3m 25s
Artifacts
create-matrix
10s
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/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/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)
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/