🚀 [Code] Updated ChatGPT in .NET 8 #6
mobile.yml
on: push
Build_Android
7m 56s
Build_iOS
4m 11s
Build_MacCatalyst
4m 27s
Build_Windows
7m 57s
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.
|