Merge pull request #761 from betalgo/dev #641
codeql-analysis.yml
on: push
create-matrix
14s
Matrix: Analyze
Annotations
11 warnings
|
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):
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/
|