♻️ Make db calls async (#162) #111
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: microsoft/variable-substitution@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build with dotnet:
src/Shared/ChatLinkedListItem.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
src/Shared/ChatMessage.cs#L6
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
src/Shared/ChatMessage.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
src/Shared/ChatLinkedList.cs#L20
Possible null reference argument for parameter 'previous' in 'ChatLinkedListItem.ChatLinkedListItem(ChatMessage message, ChatLinkedListItem previous, AvailableGptModels gptModel)'.
|
Build with dotnet:
src/Application/Services/RelevantRulesService.cs#L41
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Build with dotnet:
src/Application/Services/ChatCompletionsService.cs#L74
Possible null reference argument for parameter 'message' in 'ChatMessage.ChatMessage(ChatMessage message)'.
|
Build with dotnet:
src/Application/Services/OpenAiServiceFactory.cs#L15
Non-nullable field '_gpt3Service' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build with dotnet:
src/Application/Services/OpenAiServiceFactory.cs#L15
Non-nullable field '_gpt4Service' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build with dotnet:
src/Application/Services/OpenAiServiceFactory.cs#L48
Possible null reference assignment.
|
Build with dotnet:
src/Application/Services/OpenAiServiceFactory.cs#L13
The field 'OpenAiServiceFactory._gpt4Service' is never used
|
Loading