Fixed error when trying to import non-excisting chats #10
Annotations
11 warnings
ChatUiT2/Services/LocalStorageService.cs#L89
Non-nullable property 'role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L90
Non-nullable property 'content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L79
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L80
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L81
Non-nullable property 'messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L82
Non-nullable property 'model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L83
Non-nullable property 'prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L85
Non-nullable property 'folderId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L94
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ChatUiT2/Services/LocalStorageService.cs#L95
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
This job succeeded
Loading