Skip to content

🚀 [Code] Updated ChatGPT in .NET 8 #6

🚀 [Code] Updated ChatGPT in .NET 8

🚀 [Code] Updated ChatGPT in .NET 8 #6

Triggered via push January 9, 2024 06:41
Status Success
Total duration 8m 8s
Artifacts

mobile.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
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 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 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 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 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 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 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 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 declaring the field as nullable.
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 declaring the field as nullable.
Build_MacCatalyst: ChatGPT/Models/Message.cs#L5
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build_MacCatalyst: ChatGPT/Models/GenerationResponse.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build_MacCatalyst: ChatGPT/Models/GenerationRequest.cs#L8
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build_MacCatalyst: ChatGPT/Models/GeneratedImage.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build_MacCatalyst: ChatGPT/Models/CompletionResponse.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build_MacCatalyst: ChatGPT/Models/CompletionResponse.cs#L6
Non-nullable property 'Choices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build_MacCatalyst: ChatGPT/Models/CompletionRequest.cs#L11
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build_MacCatalyst: ChatGPT/Models/Choice.cs#L5
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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 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 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 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 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 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 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 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 declaring the field as nullable.
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 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 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 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/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.
Build_Windows: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'query' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build_Windows: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'collectionView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build_Windows: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field 'conversationView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build_Windows: ChatGPT/ViewModels/ConversationViewModel.cs#L53
Non-nullable field '_currentCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.