Skip to content

🚀 [Code] Updated architecture to "Chat Completion" #11

🚀 [Code] Updated architecture to "Chat Completion"

🚀 [Code] Updated architecture to "Chat Completion" #11

Triggered via push October 15, 2024 20:51
Status Success
Total duration 7m 10s
Artifacts

mobile.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
Build_MacCatalyst
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build_MacCatalyst: 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).
Build_MacCatalyst: ChatGPT/Views/Templates/UserMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_MacCatalyst: ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L7
Non-nullable property 'UserMessageItemTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_MacCatalyst: ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L8
Non-nullable property 'BotMessageTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_MacCatalyst: 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).
Build_MacCatalyst: ChatGPT/Views/Templates/BotMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_MacCatalyst: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'query' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_MacCatalyst: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'collectionView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_MacCatalyst: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'conversationView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_MacCatalyst: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field '_currentCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_iOS
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build_iOS: 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).
Build_iOS: ChatGPT/Views/Templates/UserMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_iOS: ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L7
Non-nullable property 'UserMessageItemTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_iOS: ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L8
Non-nullable property 'BotMessageTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_iOS: 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).
Build_iOS: ChatGPT/Views/Templates/BotMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_iOS: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'query' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_iOS: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'collectionView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_iOS: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'conversationView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_iOS: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field '_currentCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Android
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build_Android: 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).
Build_Android: ChatGPT/Views/Templates/UserMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Android: ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L7
Non-nullable property 'UserMessageItemTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_Android: ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L8
Non-nullable property 'BotMessageTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_Android: 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).
Build_Android: ChatGPT/Views/Templates/BotMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Android: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'query' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Android: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'collectionView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Android: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'conversationView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Android: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field '_currentCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build_Windows: 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).
Build_Windows: 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).
Build_Windows: ChatGPT/Views/Templates/UserMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Windows: ChatGPT/Views/Templates/UserMessageItemTemplate.xaml.cs#L7
Non-nullable field '_parentGrid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build_Windows: ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L7
Non-nullable property 'UserMessageItemTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_Windows: ChatGPT/Models/LocalMessage.cs#L5
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_Windows: ChatGPT/Views/Templates/MessageDataTemplateSelector.cs#L8
Non-nullable property 'BotMessageTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_Windows: ChatGPT/Models/GenerationResponse.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build_Windows: 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).
Build_Windows: ChatGPT/Models/GenerationRequest.cs#L8
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.