⬆️ [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/Views/Templates/UserMessageItemTemplate.xaml.cs#L11
Nullability of reference types in type of parameter 'sender' of 'void UserMessageItemTemplate.BorderText_SizeChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
ChatGPT/Views/Templates/UserMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider declaring the field 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/Views/Templates/BotMessageItemTemplate.xaml.cs#L11
Nullability of reference types in type of parameter 'sender' of 'void BotMessageItemTemplate.BorderText_SizeChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
ChatGPT/Views/Templates/BotMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'query' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'collectionView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'conversationView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field '_currentCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading