⬆️ [Code] Updated "App Icon" and "Splash Screen" s1 #10
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ChatGPT/Models/CompletionResponse.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Models/CompletionResponse.cs#L6
Non-nullable property 'Choices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Models/GeneratedImage.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Models/GenerationResponse.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Models/GenerationRequest.cs#L8
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Models/Message.cs#L5
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L7
Non-nullable property 'UserMessageItemTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L8
Non-nullable property 'BotMessageTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Models/CompletionRequest.cs#L11
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ChatGPT/Models/Choice.cs#L5
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading