Spelling misstake, and deactivated reading mode #129
Annotations
12 warnings
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.
|
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.
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: ".net-app".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading